OSDN Git Service

avconv: remove -[vas]lang options.
[coroid/libav_saccubus.git] / libavformat / gif.c
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-08 Anton Khirnovgif: add loop private option.
2011-06-02 Mans RullgardRemove unused variables
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-02-25 Anton Khirnovlavf: replace remaining uses of put_tag with avio_write
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Baptiste Couduriercleanup gif, use BISTREAM_WRITER_LE
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