]> git.sesse.net Git - ffmpeg/history - libavformat/gifdec.c
Support Sorenson Spark in f4v files streamed by Flash Media Server.
[ffmpeg] / libavformat / gifdec.c
2012-12-01 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-12-01 Paul B Maholgifdec: rudimentary seeking
2012-11-30 Paul B Maholgifdec: remove width and height from demuxer context
2012-11-30 Paul B Maholundo file modifiers that suck in
2012-11-30 Vitaliy E SugrobovGif demuxer
2008-07-13 Michael NiedermayerRemove gif demuxer, the code contains a gif decoder...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-03-03 Reimar DöffingerFix decoding of interlaced gif, e.g. http://samples...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
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...