Re: [libav-devel] [PATCH 2/7] lavc: Add hardware config metadata for decoders supporting hardware output

2017-10-04 Thread wm4
On Wed, 4 Oct 2017 23:04:04 +0100 Mark Thompson wrote: > On 04/10/17 09:54, wm4 wrote: > > On Wed, 4 Oct 2017 09:07:11 +0100 > > Mark Thompson wrote: > > > >> --- > >> libavcodec/h263dec.c | 10 ++ > >> libavcodec/h264dec.c | 19 +++ > >> libavcodec/hevcd

Re: [libav-devel] [PATCH 2/7] lavc: Add hardware config metadata for decoders supporting hardware output

2017-10-04 Thread Mark Thompson
On 04/10/17 09:54, wm4 wrote: > On Wed, 4 Oct 2017 09:07:11 +0100 > Mark Thompson wrote: > >> --- >> libavcodec/h263dec.c | 10 ++ >> libavcodec/h264dec.c | 19 +++ >> libavcodec/hevcdec.c | 19 +++ >> libavcodec/hwaccel.h | 27 +

Re: [libav-devel] [PATCH 2/7] lavc: Add hardware config metadata for decoders supporting hardware output

2017-10-04 Thread wm4
On Wed, 4 Oct 2017 09:07:11 +0100 Mark Thompson wrote: > --- > libavcodec/h263dec.c | 10 ++ > libavcodec/h264dec.c | 19 +++ > libavcodec/hevcdec.c | 19 +++ > libavcodec/hwaccel.h | 27 +++ > libavcodec/mm

[libav-devel] [PATCH 2/7] lavc: Add hardware config metadata for decoders supporting hardware output

2017-10-04 Thread Mark Thompson
--- libavcodec/h263dec.c | 10 ++ libavcodec/h264dec.c | 19 +++ libavcodec/hevcdec.c | 19 +++ libavcodec/hwaccel.h | 27 +++ libavcodec/mmaldec.c | 7 +++ libavcodec/mpeg12dec.c | 24 ++