]> git.sesse.net Git - ffmpeg/history - libavformat/gif.c
fix rounding errors with NTSC patch by (Luca Abeni <lucabe72 at email dot it>)
[ffmpeg] / libavformat / gif.c
2003-12-05 Michael Niedermayerremoving unused var & converting 64->32bit
2003-10-13 Alex Beregszasziinit_put_bits changed
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-09 Fabrice Bellardadded 8 bit palette support for non animated GIF
2003-02-03 Fabrice Bellardadded primitive image GIF encoder based on animated...
2003-02-02 Fabrice Bellardadded animated GIF decoder (pts and various disposal...
2002-11-25 Fabrice Bellardrenamed libav to libavformat