Re: [FFmpeg-devel] [PATCH v6 1/6] libavcodec: VAAPI support infrastructure

2016-02-08 Thread wm4
On Mon, 8 Feb 2016 13:56:57 + Mark Thompson wrote: > ... > >> +/** Map a surface so that it can be operated on by the CPU. > >> + * > >> + * This may need to copy the frame data between some sort of external > >> memory > >> + * and normal CPU-addressable memory. The

Re: [FFmpeg-devel] [PATCH v6 1/6] libavcodec: VAAPI support infrastructure

2016-02-08 Thread wm4
On Sun, 7 Feb 2016 21:53:39 + Mark Thompson wrote: > --- > configure | 5 + > libavcodec/Makefile| 1 + > libavcodec/vaapi_support.c | 852 > + > libavcodec/vaapi_support.h | 284 +++ > 4

Re: [FFmpeg-devel] [PATCH v6 1/6] libavcodec: VAAPI support infrastructure

2016-02-08 Thread Mark Thompson
On 08/02/16 12:08, wm4 wrote: On Sun, 7 Feb 2016 21:53:39 + Mark Thompson wrote: diff --git a/libavcodec/vaapi_support.h b/libavcodec/vaapi_support.h new file mode 100644 index 000..c159ee7 --- /dev/null +++ b/libavcodec/vaapi_support.h @@ -0,0 +1,284 @@ +/* + * VAAPI

[FFmpeg-devel] [PATCH v6 1/6] libavcodec: VAAPI support infrastructure

2016-02-07 Thread Mark Thompson
--- configure | 5 + libavcodec/Makefile| 1 + libavcodec/vaapi_support.c | 852 + libavcodec/vaapi_support.h | 284 +++ 4 files changed, 1142 insertions(+) create mode 100644 libavcodec/vaapi_support.c create