Re: [FFmpeg-devel] [PATCH 4/7] hevc: add hwaccel hooks

2015-01-27 Thread Michael Niedermayer
On Sun, Jan 25, 2015 at 01:01:09PM +0100, Hendrik Leppkes wrote: > --- > libavcodec/hevc.c | 38 -- > libavcodec/hevc.h | 3 +++ > libavcodec/hevc_refs.c | 18 ++ > 3 files changed, 57 insertions(+), 2 deletions(-) applied thanks [.

[FFmpeg-devel] [PATCH 4/7] hevc: add hwaccel hooks

2015-01-25 Thread Hendrik Leppkes
--- libavcodec/hevc.c | 38 -- libavcodec/hevc.h | 3 +++ libavcodec/hevc_refs.c | 18 ++ 3 files changed, 57 insertions(+), 2 deletions(-) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index 1a908d5..71cb9b4 100644 --- a/libavco

[FFmpeg-devel] [PATCH 4/7] hevc: add hwaccel hooks

2015-01-24 Thread Hendrik Leppkes
--- libavcodec/hevc.c | 35 +-- libavcodec/hevc.h | 3 +++ libavcodec/hevc_refs.c | 17 + 3 files changed, 53 insertions(+), 2 deletions(-) diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c index 36c7b47..8e686c6 100644 --- a/libavcodec/