Re: [FFmpeg-devel] [PATCH v5 1/5] libavcodec: VAAPI support infrastructure

2016-02-03 Thread wm4
On Tue, 2 Feb 2016 19:51:53 + Mark Thompson wrote: > On 01/02/16 15:58, wm4 wrote: > > On Sat, 30 Jan 2016 22:11:52 + > > Mark Thompson wrote: > > > >> --- > >> configure | 5 + > >> libavcodec/Makefile| 1 + > >> libavcodec/vaapi_support.c | 710 > >> ++

Re: [FFmpeg-devel] [PATCH v5 1/5] libavcodec: VAAPI support infrastructure

2016-02-02 Thread Mark Thompson
On 01/02/16 15:58, wm4 wrote: > On Sat, 30 Jan 2016 22:11:52 + > Mark Thompson wrote: > >> --- >> configure | 5 + >> libavcodec/Makefile| 1 + >> libavcodec/vaapi_support.c | 710 >> + >> libavcodec/vaapi_support.h |

Re: [FFmpeg-devel] [PATCH v5 1/5] libavcodec: VAAPI support infrastructure

2016-02-01 Thread wm4
On Sat, 30 Jan 2016 22:11:52 + Mark Thompson wrote: > --- > configure | 5 + > libavcodec/Makefile| 1 + > libavcodec/vaapi_support.c | 710 > + > libavcodec/vaapi_support.h | 122 > 4 files changed, 838 inser

Re: [FFmpeg-devel] [PATCH v5 1/5] libavcodec: VAAPI support infrastructure

2016-01-31 Thread wm4
On Sun, 31 Jan 2016 16:32:24 + Mark Thompson wrote: > On 31/01/16 16:24, Mark Thompson wrote: > > On 31/01/16 16:13, wm4 wrote: > >> On Sat, 30 Jan 2016 22:11:52 + > >> Mark Thompson wrote: > >>> + > >>> +static AVClass vaapi_class = { > >>> +.class_name = "vaapi", > >>> +.it

Re: [FFmpeg-devel] [PATCH v5 1/5] libavcodec: VAAPI support infrastructure

2016-01-31 Thread Mark Thompson
On 31/01/16 16:24, Mark Thompson wrote: > On 31/01/16 16:13, wm4 wrote: >> On Sat, 30 Jan 2016 22:11:52 + >> Mark Thompson wrote: >>> + >>> +static AVClass vaapi_class = { >>> +.class_name = "vaapi", >>> +.item_name = av_default_item_name, >>> +.version= LIBAVUTIL_VERSION_INT,

Re: [FFmpeg-devel] [PATCH v5 1/5] libavcodec: VAAPI support infrastructure

2016-01-31 Thread Mark Thompson
On 31/01/16 16:13, wm4 wrote: > On Sat, 30 Jan 2016 22:11:52 + > Mark Thompson wrote: >> + >> +static AVClass vaapi_class = { >> +.class_name = "vaapi", >> +.item_name = av_default_item_name, >> +.version= LIBAVUTIL_VERSION_INT, >> +}; >> +static AVClass *vaapi_log = &vaapi_cl

Re: [FFmpeg-devel] [PATCH v5 1/5] libavcodec: VAAPI support infrastructure

2016-01-31 Thread wm4
On Sat, 30 Jan 2016 22:11:52 + Mark Thompson wrote: > --- > configure | 5 + > libavcodec/Makefile| 1 + > libavcodec/vaapi_support.c | 710 > + > libavcodec/vaapi_support.h | 122 > 4 files changed, 838 inser

Re: [FFmpeg-devel] [PATCH v5 1/5] libavcodec: VAAPI support infrastructure

2016-01-31 Thread Mark Thompson
On 31/01/16 01:02, Timothy Gu wrote: > On Sat, Jan 30, 2016 at 10:11:52PM +, Mark Thompson wrote: >> +static AVClass vaapi_class = { > > static const > >> +.class_name = "vaapi", >> +.item_name = av_default_item_name, >> +.version= LIBAVUTIL_VERSION_INT, >> +}; >> +static AVC

Re: [FFmpeg-devel] [PATCH v5 1/5] libavcodec: VAAPI support infrastructure

2016-01-30 Thread Timothy Gu
On Sat, Jan 30, 2016 at 10:11:52PM +, Mark Thompson wrote: > +static AVClass vaapi_class = { static const > +.class_name = "vaapi", > +.item_name = av_default_item_name, > +.version= LIBAVUTIL_VERSION_INT, > +}; > +static AVClass *vaapi_log = &vaapi_class; Ditto Timothy ___

[FFmpeg-devel] [PATCH v5 1/5] libavcodec: VAAPI support infrastructure

2016-01-30 Thread Mark Thompson
--- configure | 5 + libavcodec/Makefile| 1 + libavcodec/vaapi_support.c | 710 + libavcodec/vaapi_support.h | 122 4 files changed, 838 insertions(+) create mode 100644 libavcodec/vaapi_support.c create mode 100