Re: [FFmpeg-devel] [PATCH] avcodec/pngdec: add APNG support.

2014-11-24 Thread Benoit Fouet
Hi, - Mail original - > On Fri, Nov 21, 2014 at 08:09:50AM -0500, compn wrote: > > On Fri, 21 Nov 2014 12:05:47 +0100 > > Benoit Fouet wrote: > > > > > configure | 1 + > > > libavcodec/Makefile | 1 + > > > libavcodec/allcodecs.c | 1 + > > > libavcodec/avcodec

Re: [FFmpeg-devel] [PATCH] avcodec/pngdec: add APNG support.

2014-11-21 Thread James Almer
On 21/11/14 8:05 AM, Benoit Fouet wrote: > --- > Changes: > - do not reset decode_next_dat when decoding IDAT of fdAT > - add configure part > --- Changelog entry? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinf

Re: [FFmpeg-devel] [PATCH] avcodec/pngdec: add APNG support.

2014-11-21 Thread Michael Niedermayer
On Fri, Nov 21, 2014 at 12:05:47PM +0100, Benoit Fouet wrote: > --- > Changes: > - do not reset decode_next_dat when decoding IDAT of fdAT > - add configure part > --- > configure | 1 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h

Re: [FFmpeg-devel] [PATCH] avcodec/pngdec: add APNG support.

2014-11-21 Thread Michael Niedermayer
On Fri, Nov 21, 2014 at 08:09:50AM -0500, compn wrote: > On Fri, 21 Nov 2014 12:05:47 +0100 > Benoit Fouet wrote: > > > configure | 1 + > > libavcodec/Makefile | 1 + > > libavcodec/allcodecs.c | 1 + > > libavcodec/avcodec.h| 1 + > > libavcodec/codec_desc.c |

Re: [FFmpeg-devel] [PATCH] avcodec/pngdec: add APNG support.

2014-11-21 Thread compn
On Fri, 21 Nov 2014 12:05:47 +0100 Benoit Fouet wrote: > configure | 1 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 8 +++ > libavcodec/pngdec.c | 139 missing addition of apng to doc

[FFmpeg-devel] [PATCH] avcodec/pngdec: add APNG support.

2014-11-21 Thread Benoit Fouet
--- Changes: - do not reset decode_next_dat when decoding IDAT of fdAT - add configure part --- configure | 1 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 8 +++ libavcodec/pngdec.c | 139 +++