]> git.sesse.net Git - ffmpeg/history - libavformat/gif.c
RV30 loop filter
[ffmpeg] / libavformat / gif.c
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-01-17 Michael NiedermayerReplace idiotic (what moron wrote that code?) "buffer...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
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-08-02 Luca AbeniDo not set the codec's pixel format in the format's...
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-07-09 Michael Niedermayerremove STATS code (probably hasnt been used for years...
2006-06-17 Stefan HuehnerAdd (mostly) const to variable and parameter declaratio...
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-06-18 Todd KirbyAnimated GIF looping patch by (Todd Kirby // ffmpeg...
2005-04-30 Michael Niedermayerswitch to native time bases
2004-12-29 Michael Niedermayercommon.h -> common.h/bitstream.h
2004-07-28 Roman Shaposhnik * fixing a buffer overrun in gif.c
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
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