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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to