Re: [FFmpeg-devel] [PATCH] Add encoder stats to the NVENC codec.

2016-03-07 Thread philipl
On 2016-03-02 15:21, Lucas Cooper wrote: --- libavcodec/nvenc.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index a3b02fa..67232c7 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -1208,31 +1208,35 @@

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