[FFmpeg-devel] [PATCH 00/10] avcodec/pngdec: prepare for APNG support
Benoit Fouet
benoit.fouet at free.fr
Fri Nov 14 10:17:29 CET 2014
Some janitor work in preparation of APNG support...
Benoit Fouet (10):
avcodec/pngdec: rename decode_frame to decode_frame_png
avcodec/pngdec: create a function to decode IHDR chunk.
avcodec/pngdec: create a function to decode pHYs chunk.
avcodec/pngdec: create a function to decode IDAT chunk.
avcodec/pngdec: create a function to decode PLTE chunk.
avcodec/pngdec: create a function to decode tRNS chunk.
avcodec/pngdec: fix some indentation/whitespaces
avcodec/pngdec: use else if instead of if for small bpp handling.
avcodec/pngdec: create a function to handle small (<=4) bits per pixel
values.
avcodec/pngdec: split frame decoding in its own function.
libavcodec/pngdec.c | 568 +++++++++++++++++++++++++++++-----------------------
1 file changed, 312 insertions(+), 256 deletions(-)
--
2.2.0.rc1.23.gf570943
More information about the ffmpeg-devel
mailing list