[FFmpeg-devel] [PATCH 0/7] Animated GIF decoding cover letter

Vitaliy E Sugrobov vsugrob at hotmail.com
Thu Nov 29 19:09:41 CET 2012


This patch-series implements animated gif decoding.
It is continuation of abandoned thread with same subject
http://comments.gmane.org/gmane.comp.video.ffmpeg.devel/152355
and it contains all fixes and improvements requested by reviewers.

Vitaliy E Sugrobov (7):
  Add meaningful error codes and constants.
  Prepare gif decoder for use in conjunction with gif demuxer.
  Additional checks to prevent overread.
  Move some definitions to header file.
  Add gif demuxer.
  Add exception for "gif" in image2 probe() method.
  Bump lavc/lavf minor versions, code tidy.

 doc/general.texi         |    2 +-
 libavcodec/gif.h         |   47 ++++++
 libavcodec/gifdec.c      |  389 ++++++++++++++++++++++++++++++++++++----------
 libavcodec/version.h     |    2 +-
 libavformat/Makefile     |    1 +
 libavformat/allformats.c |    2 +-
 libavformat/gifdec.c     |  299 +++++++++++++++++++++++++++++++++++
 libavformat/img2dec.c    |    2 +-
 libavformat/version.h    |    2 +-
 tests/ref/lavf/gif       |    2 +-
 tests/ref/seek/lavf_gif  |   54 ++++----
 11 files changed, 685 insertions(+), 117 deletions(-)
 create mode 100755 libavcodec/gif.h
 mode change 100644 => 100755 libavcodec/gifdec.c
 create mode 100755 libavformat/gifdec.c

-- 
1.7.2.5



More information about the ffmpeg-devel mailing list