Re: [FFmpeg-devel] [PATCH] vaapi: Add VP9 hwaccell support

2015-12-21 Thread Philip Langdale
On 2015-12-22 00:53, Timo Rothenpieler wrote: ping Is any further review required, or is it fine to just push? Good to push as far as I'm concerned. --phil ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffm

Re: [FFmpeg-devel] [PATCH] vaapi: Add VP9 hwaccell support

2015-12-21 Thread Timo Rothenpieler
ping Is any further review required, or is it fine to just push? signature.asc Description: OpenPGP digital signature ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] vaapi: Add VP9 hwaccell support

2015-12-19 Thread philipl
On 20.12.2015 06:43, Timo Rothenpieler wrote: Signed-off-by: Timo Rothenpieler --- Changelog | 1 + configure | 3 + libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/vaapi_vp9.c | 168 + li

Re: [FFmpeg-devel] [PATCH] vaapi: Add VP9 hwaccell support

2015-12-19 Thread Ronald S. Bultje
Hi, On Sat, Dec 19, 2015 at 5:43 PM, Timo Rothenpieler wrote: > Signed-off-by: Timo Rothenpieler > --- > Changelog | 1 + > configure | 3 + > libavcodec/Makefile| 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/vaapi_vp9.c | 168 > ++