]> git.sesse.net Git - ffmpeg/history - libavcodec/gif.c
Split bitstream.h, put the bitstream writer stuff in the new file
[ffmpeg] / libavcodec / gif.c
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-02-09 Daniel Verkampremove no more needed fields in GIFContext, patch by...
2009-02-09 Daniel Verkampremove dead rgb24 code, gif encoder now directly takes...
2009-02-09 Daniel Verkampremove dead netscape loop header code in gif encoder...
2009-02-06 Michael NiedermayerFix list of input pix_fmts supported by GIF. This makes...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Baptiste Couduriercleanup gif, use BISTREAM_WRITER_LE
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-01-17 Michael NiedermayerReplace idiotic (what moron wrote that code?) "buffer...
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2006-11-02 Baptiste Coudurierchange gif muxer to simple gif encoder