Re: [libav-devel] [PATCH 03/13] lavu: add a framework for handling hwaccel frames

2016-02-10 Thread wm4
On Tue, 9 Feb 2016 18:54:37 +0100 Anton Khirnov wrote: > --- > doc/APIchanges | 2 + > libavutil/Makefile | 2 + > libavutil/frame.c | 11 ++ > libavutil/frame.h | 6 + > libavutil/hwcontext.c | 397 >

Re: [libav-devel] [PATCH 03/13] lavu: add a framework for handling hwaccel frames

2016-02-10 Thread Anton Khirnov
Quoting wm4 (2016-02-10 12:03:57) > On Tue, 9 Feb 2016 18:54:37 +0100 > Anton Khirnov wrote: > > +/** > > + * Get a list of possible source or target formats usable in > > + * av_hwframe_transfer_data(). > > + * > > + * @param hwframe_ctx the frame context to obtain the

[libav-devel] [PATCH 03/13] lavu: add a framework for handling hwaccel frames

2016-02-09 Thread Anton Khirnov
--- doc/APIchanges | 2 + libavutil/Makefile | 2 + libavutil/frame.c | 11 ++ libavutil/frame.h | 6 + libavutil/hwcontext.c | 397 + libavutil/hwcontext.h | 325