Re: [libav-devel] [PATCH 2/5] libautil: add support for AV_HWDEVICE_TYPE_D3D11VA

2017-01-03 Thread Steve Lhomme
Hi, On Mon, Dec 19, 2016 at 1:04 PM, Anton Khirnov wrote: > Quoting Steve Lhomme (2016-12-16 11:05:40) >> From: Steve Lhomme >> >> --- >> libavutil/Makefile | 3 + >> libavutil/hwcontext.c | 3 + >> libavutil/hwcontext.h |

Re: [libav-devel] [PATCH 2/5] libautil: add support for AV_HWDEVICE_TYPE_D3D11VA

2016-12-30 Thread wm4
On Mon, 26 Dec 2016 13:32:10 +0100 Anton Khirnov wrote: > Quoting wm4 (2016-12-20 16:02:20) > > On Mon, 19 Dec 2016 13:04:38 +0100 > > Anton Khirnov wrote: > > > > > Quoting Steve Lhomme (2016-12-16 11:05:40) > > > > From: Steve Lhomme

Re: [libav-devel] [PATCH 2/5] libautil: add support for AV_HWDEVICE_TYPE_D3D11VA

2016-12-26 Thread Anton Khirnov
Quoting wm4 (2016-12-20 16:02:20) > On Mon, 19 Dec 2016 13:04:38 +0100 > Anton Khirnov wrote: > > > Quoting Steve Lhomme (2016-12-16 11:05:40) > > > From: Steve Lhomme > > > > > > > +ZeroMemory(, sizeof(texDesc)); > > > > Isn't this just memset(..,

Re: [libav-devel] [PATCH 2/5] libautil: add support for AV_HWDEVICE_TYPE_D3D11VA

2016-12-20 Thread wm4
On Mon, 19 Dec 2016 13:04:38 +0100 Anton Khirnov wrote: > Quoting Steve Lhomme (2016-12-16 11:05:40) > > From: Steve Lhomme > > > > +ZeroMemory(, sizeof(texDesc)); > > Isn't this just memset(.., 0, ..)? He should use "D3D11_TEXTURE2D_DESC texDesc =

Re: [libav-devel] [PATCH 2/5] libautil: add support for AV_HWDEVICE_TYPE_D3D11VA

2016-12-19 Thread Anton Khirnov
Quoting Steve Lhomme (2016-12-16 11:05:40) > From: Steve Lhomme > > --- > libavutil/Makefile | 3 + > libavutil/hwcontext.c | 3 + > libavutil/hwcontext.h | 1 + > libavutil/hwcontext_d3d11va.c | 456 >

[libav-devel] [PATCH 2/5] libautil: add support for AV_HWDEVICE_TYPE_D3D11VA

2016-12-16 Thread Steve Lhomme
From: Steve Lhomme --- libavutil/Makefile | 3 + libavutil/hwcontext.c | 3 + libavutil/hwcontext.h | 1 + libavutil/hwcontext_d3d11va.c | 456 + libavutil/hwcontext_d3d11va.h | 81

[libav-devel] [PATCH 2/5] libautil: add support for AV_HWDEVICE_TYPE_D3D11VA

2016-12-15 Thread Steve Lhomme
From: Steve Lhomme --- libavutil/Makefile | 3 + libavutil/hwcontext.c | 3 + libavutil/hwcontext.h | 1 + libavutil/hwcontext_d3d11va.c | 456 + libavutil/hwcontext_d3d11va.h | 81