summaryrefslogtreecommitdiff
path: root/libavformat/gif.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* gif: K&R formatting cosmeticsAneesh Dogra2012-02-21
* lavf: remove disabled FF_API_LOOP_OUTPUT cruftAnton Khirnov2012-01-27
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* gif: add loop private option.Anton Khirnov2011-07-08
* Remove unused variablesMans Rullgard2011-06-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-25
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* cleanup gif, use BISTREAM_WRITER_LEBaptiste Coudurier2009-01-14
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer2008-01-17
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* kill AVImageFormatBaptiste Coudurier2006-11-02
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Do not set the codec's pixel format in the format's write_header()Luca Abeni2006-08-02
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby2005-06-18
* switch to native time basesMichael Niedermayer2005-04-30
* common.h -> common.h/bitstream.hMichael Niedermayer2004-12-29
* * fixing a buffer overrun in gif.cRoman Shaposhnik2004-07-28
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* removing unused var & converting 64->32bitMichael Niedermayer2003-12-05
* init_put_bits changedAlex Beregszaszi2003-10-13