]> git.sesse.net Git - ffmpeg/history - libavformat/gifdec.c
extract duration if available
[ffmpeg] / libavformat / gifdec.c
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...