Re: [libav-devel] [PATCH 1/5] avconv: dxva2: factorize some code that can be common with d3d11va

2016-12-20 Thread Diego Biurrun
On Fri, Dec 16, 2016 at 11:05:39AM +0100, Steve Lhomme wrote: > > avconv_dxva.h has to be included and misc. typedefs have to be set to use the That file name has changed. > --- /dev/null > +++ b/avconv_directx_va_template.c > @@ -0,0 +1,294 @@ > + > +#ifndef AVCONV_DXVA_H > +#define AVCONV_DXVA

[libav-devel] [PATCH 1/5] avconv: dxva2: factorize some code that can be common with d3d11va

2016-12-16 Thread Steve Lhomme
From: Steve Lhomme avconv_dxva.h has to be included and misc. typedefs have to be set to use the proper DXVA2 structures. initguid.h is included in avconv_dxva.h so any includes after that will also define GUIDs locally. --- avconv_directx_va_template.c | 294 +++

Re: [libav-devel] [PATCH 1/5] avconv: dxva2: factorize some code that can be common with d3d11va

2016-12-16 Thread Hendrik Leppkes
On Fri, Dec 16, 2016 at 11:34 AM, Diego Biurrun wrote: > On Fri, Dec 16, 2016 at 11:26:00AM +0100, Steve Lhomme wrote: >> On Fri, Dec 16, 2016 at 10:02 AM, Diego Biurrun wrote: >> > On Fri, Dec 16, 2016 at 09:27:35AM +0100, Steve Lhomme wrote: >> >> On Thu, Dec 15, 2016 at 6:52 PM, Diego Biurrun

Re: [libav-devel] [PATCH 1/5] avconv: dxva2: factorize some code that can be common with d3d11va

2016-12-16 Thread Diego Biurrun
On Fri, Dec 16, 2016 at 11:26:00AM +0100, Steve Lhomme wrote: > On Fri, Dec 16, 2016 at 10:02 AM, Diego Biurrun wrote: > > On Fri, Dec 16, 2016 at 09:27:35AM +0100, Steve Lhomme wrote: > >> On Thu, Dec 15, 2016 at 6:52 PM, Diego Biurrun wrote: > >> > On Thu, Dec 15, 2016 at 06:01:42PM +0100, Stev

Re: [libav-devel] [PATCH 1/5] avconv: dxva2: factorize some code that can be common with d3d11va

2016-12-16 Thread Diego Biurrun
On Fri, Dec 16, 2016 at 11:23:00AM +0100, Steve Lhomme wrote: > On Fri, Dec 16, 2016 at 9:27 AM, Steve Lhomme wrote: > > On Thu, Dec 15, 2016 at 6:52 PM, Diego Biurrun wrote: > >> On Thu, Dec 15, 2016 at 06:01:42PM +0100, Steve Lhomme wrote: > >>> From: Steve Lhomme > >>> > >>> avconv_dxva.h has

Re: [libav-devel] [PATCH 1/5] avconv: dxva2: factorize some code that can be common with d3d11va

2016-12-16 Thread Steve Lhomme
On Fri, Dec 16, 2016 at 10:02 AM, Diego Biurrun wrote: > On Fri, Dec 16, 2016 at 09:27:35AM +0100, Steve Lhomme wrote: >> On Thu, Dec 15, 2016 at 6:52 PM, Diego Biurrun wrote: >> > On Thu, Dec 15, 2016 at 06:01:42PM +0100, Steve Lhomme wrote: >> >> From: Steve Lhomme >> >> >> >> avconv_dxva.h ha

Re: [libav-devel] [PATCH 1/5] avconv: dxva2: factorize some code that can be common with d3d11va

2016-12-16 Thread Steve Lhomme
On Fri, Dec 16, 2016 at 9:27 AM, Steve Lhomme wrote: > On Thu, Dec 15, 2016 at 6:52 PM, Diego Biurrun wrote: >> On Thu, Dec 15, 2016 at 06:01:42PM +0100, Steve Lhomme wrote: >>> From: Steve Lhomme >>> >>> avconv_dxva.h has to be included and misc. typedefs have to be set to use >>> the >>> prop

Re: [libav-devel] [PATCH 1/5] avconv: dxva2: factorize some code that can be common with d3d11va

2016-12-16 Thread Diego Biurrun
On Fri, Dec 16, 2016 at 09:27:35AM +0100, Steve Lhomme wrote: > On Thu, Dec 15, 2016 at 6:52 PM, Diego Biurrun wrote: > > On Thu, Dec 15, 2016 at 06:01:42PM +0100, Steve Lhomme wrote: > >> From: Steve Lhomme > >> > >> avconv_dxva.h has to be included and misc. typedefs have to be set to use > >>

Re: [libav-devel] [PATCH 1/5] avconv: dxva2: factorize some code that can be common with d3d11va

2016-12-16 Thread Steve Lhomme
On Thu, Dec 15, 2016 at 6:52 PM, Diego Biurrun wrote: > On Thu, Dec 15, 2016 at 06:01:42PM +0100, Steve Lhomme wrote: >> From: Steve Lhomme >> >> avconv_dxva.h has to be included and misc. typedefs have to be set to use the >> proper DXVA2 structures. >> >> initguid.h is included in avconv_dxva.h

Re: [libav-devel] [PATCH 1/5] avconv: dxva2: factorize some code that can be common with d3d11va

2016-12-15 Thread James Almer
On 12/15/2016 2:52 PM, Diego Biurrun wrote: > On Thu, Dec 15, 2016 at 06:01:42PM +0100, Steve Lhomme wrote: >> From: Steve Lhomme >> >> avconv_dxva.h has to be included and misc. typedefs have to be set to use the >> proper DXVA2 structures. >> >> initguid.h is included in avconv_dxva.h so any inc

Re: [libav-devel] [PATCH 1/5] avconv: dxva2: factorize some code that can be common with d3d11va

2016-12-15 Thread Diego Biurrun
On Thu, Dec 15, 2016 at 06:01:42PM +0100, Steve Lhomme wrote: > From: Steve Lhomme > > avconv_dxva.h has to be included and misc. typedefs have to be set to use the > proper DXVA2 structures. > > initguid.h is included in avconv_dxva.h so any includes after that will also > define GUIDs locally.

[libav-devel] [PATCH 1/5] avconv: dxva2: factorize some code that can be common with d3d11va

2016-12-15 Thread Steve Lhomme
From: Steve Lhomme avconv_dxva.h has to be included and misc. typedefs have to be set to use the proper DXVA2 structures. initguid.h is included in avconv_dxva.h so any includes after that will also define GUIDs locally. --- avconv_dxva.h | 294 +