]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/gifdec.c
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
[frescor/ffmpeg.git] / libavformat / gifdec.c
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-03-03 reimarFix decoding of interlaced gif, e.g. http://samples...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2006-11-02 bcoudurierkill AVImageFormat
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-04-30 michaelswitch to native time bases
2005-01-08 michaelinteger overflows, heap corruption
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2003-04-21 bellardtransparency support
2003-03-12 michaelniper context frame_rate_base, this should finally fix...
2003-02-09 bellardadded 8 bit palette support for non animated GIF
2003-02-03 bellardadded automatic GIF/animated GIF probing - added GIF...
2003-02-02 bellardadded animated GIF decoder (pts and various disposal...