Re: [libav-devel] [PATCH 3/5] avconv: add avconv_d3d11va

2016-12-20 Thread Diego Biurrun
On Fri, Dec 16, 2016 at 11:05:41AM +0100, Steve Lhomme wrote: > --- a/Makefile > +++ b/Makefile > @@ -85,6 +85,7 @@ OBJS-avconv += avconv_opt.o > avconv_filter.o > OBJS-avconv-$(CONFIG_LIBMFX) += avconv_qsv.o > OBJS-avconv-$(CONFIG_VAAPI) += avconv_vaapi.o >

[libav-devel] [PATCH 3/5] avconv: add avconv_d3d11va

2016-12-16 Thread Steve Lhomme
From: Steve Lhomme The code is similar to avconv_dxva2. The decoded output needs to be copied into a staging texture that can be accessed by the CPU as the decoder texture can't be accessed by the CPU. --- Changelog| 1 + Makefile | 1 + avconv.h |

[libav-devel] [PATCH 3/5] avconv: add avconv_d3d11va

2016-12-15 Thread Steve Lhomme
From: Steve Lhomme The code is similar to avconv_dxva2. The decoded output needs to be copied into a staging texture that can be accessed by the CPU as the decoder texture can't be accessed by the CPU. --- Changelog| 1 + Makefile | 1 + avconv.h |