Re: [libav-devel] [PATCH 3/5] lavc: add support for allocating hwaccel frames internally

2015-12-27 Thread wm4
On Sun, 20 Dec 2015 20:59:29 +0100 Anton Khirnov wrote: > --- > libavcodec/avcodec.h | 20 > libavcodec/utils.c | 3 +++ > 2 files changed, 23 insertions(+) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index 8083111..79aa3b7 100644 >

Re: [libav-devel] [PATCH 4/5] lavc/vdpau: add support for allocating surfaces internally

2015-12-27 Thread wm4
On Sun, 20 Dec 2015 20:59:30 +0100 Anton Khirnov wrote: > --- > libavcodec/vdpau.c | 101 > ++-- > libavcodec/vdpau_h264.c | 1 + > libavcodec/vdpau_internal.h | 11 + > libavcodec/vdpau_mpeg12.c | 1 + >

Re: [libav-devel] [PATCH 2/5] hwframe: add a VDPAU implementation

2015-12-27 Thread wm4
On Sun, 20 Dec 2015 20:59:28 +0100 Anton Khirnov wrote: > --- > libavutil/Makefile | 1 + > libavutil/hwframe.c | 3 + > libavutil/hwframe_internal.h | 2 + > libavutil/hwframe_vdpau.c| 264 > +++ >

Re: [libav-devel] av_rdft_init() / av_rdft_calc() for halfcomplex format DFT?

2015-12-27 Thread Kip Warner
On Sat, 2015-12-26 at 21:13 +0100, Luca Barbato wrote: > Got the time to read a little the code: > > /** Map one real FFT into two parallel real even and odd FFTs. Then > interleave > * the two real FFTs into one complex FFT. Unmangle the results. > * ref: >

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

2015-12-27 Thread wm4
On Sun, 20 Dec 2015 20:59:27 +0100 Anton Khirnov wrote: > --- > libavutil/Makefile | 2 + > libavutil/frame.c| 11 +++ > libavutil/frame.h| 2 + > libavutil/hwframe.c | 202 > +++ >