]> git.sesse.net Git - ffmpeg/history - libavformat/gifdec.c
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
[ffmpeg] / libavformat / gifdec.c
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2006-11-02 Baptiste Coudurierkill AVImageFormat
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2003-04-21 Fabrice Bellardtransparency support
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-02-09 Fabrice Bellardadded 8 bit palette support for non animated GIF
2003-02-03 Fabrice Bellardadded automatic GIF/animated GIF probing - added GIF...
2003-02-02 Fabrice Bellardadded animated GIF decoder (pts and various disposal...