summaryrefslogtreecommitdiffstats
path: root/libavformat/gif.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-3/+3
|\
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* | Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'Michael Niedermayer2012-09-161-1/+1
|\ \ | |/
| * lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-151-1/+1
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-1/+1
|\ \ | |/
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-221-70/+79
|\ \ | |/
| * gif: K&R formatting cosmeticsAneesh Dogra2012-02-211-70/+79
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-5/+0
|\ \ | |/
| * lavf: remove disabled FF_API_LOOP_OUTPUT cruftAnton Khirnov2012-01-271-5/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-131-1/+1
|\ \ | |/
| * AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-10/+10
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-091-3/+26
|\ \ | |/
| * gif: add loop private option.Anton Khirnov2011-07-081-3/+26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-4/+0
|\ \ | |/
| * Remove unused variablesMans Rullgard2011-06-021-4/+0
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-3/+3
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-251-3/+3
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-35/+35
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-5/+5
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-131-3/+3
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* cleanup gif, use BISTREAM_WRITER_LEBaptiste Coudurier2009-01-141-70/+9
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* Replace idiotic (what moron wrote that code?) "buffer overflow" message byMichael Niedermayer2008-01-171-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-6/+6
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* kill AVImageFormatBaptiste Coudurier2006-11-021-13/+0
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Do not set the codec's pixel format in the format's write_header()Luca Abeni2006-08-021-2/+4
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-10/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-091-3/+0
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-171-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-18/+18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-16/+16
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-2/+2
* Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)Todd Kirby2005-06-181-12/+35
OpenPOWER on IntegriCloud