Re: [libav-devel] [PATCH 3/4] avconv: VAAPI hwcontext initialisation and hwaccel helper

2016-02-20 Thread Mark Thompson
On 20/02/16 22:49, Diego Biurrun wrote: > On Sat, Feb 20, 2016 at 06:31:43PM +, Mark Thompson wrote: >> --- /dev/null >> +++ b/avconv_vaapi.c >> @@ -0,0 +1,628 @@ >> + >> +#include >> +#include >> + >> +#include "avconv.h" >> + >> +#include "libavutil/avassert.h" >> +#include "libavutil/avcon

Re: [libav-devel] [PATCH 3/4] avconv: VAAPI hwcontext initialisation and hwaccel helper

2016-02-20 Thread Diego Biurrun
On Sat, Feb 20, 2016 at 06:31:43PM +, Mark Thompson wrote: > --- /dev/null > +++ b/avconv_vaapi.c > @@ -0,0 +1,628 @@ > + > +#include > +#include > + > +#include "avconv.h" > + > +#include "libavutil/avassert.h" > +#include "libavutil/avconfig.h" > +#include "libavutil/buffer.h" > +#include "

[libav-devel] [PATCH 3/4] avconv: VAAPI hwcontext initialisation and hwaccel helper

2016-02-20 Thread Mark Thompson
--- Makefile | 1 + avconv.h | 7 + avconv_opt.c | 38 avconv_vaapi.c | 628 + configure | 5 + 5 files changed, 679 insertions(+) create mode 100644 avconv_vaapi.c diff --git a/Makefile b/Makefile index 7b1e5