summaryrefslogtreecommitdiff
path: root/libavcodec/gif.c
Commit message (Expand)AuthorAge
* gif: Fix little endian specific codeMichael Niedermayer2013-04-30
* lavc/gif: miscellaneous cosmetics.Clément Bœsch2013-04-19
* lavc/gif: add flag to enable transparency detection between frames.Clément Bœsch2013-04-19
* lavc/gif: make possible to disable offsetting.Clément Bœsch2013-04-19
* gif: use only one graphic control extension block per image.Clément Bœsch2013-04-19
* lavc/gif: avoid encoding 0x0 images.Clément Bœsch2013-04-18
* gif: remove outdated comments.Clément Bœsch2013-04-18
* lavc/gif: return more meaningful error code.Clément Bœsch2013-04-18
* lavc/gif: merge two allocation checks.Clément Bœsch2013-04-18
* gif: reindent after previous commits.Clément Bœsch2013-04-18
* lavc/gif: crop image when possible.Clément Bœsch2013-04-18
* Cleanse GIF muxer and encoder.Clément Bœsch2013-04-18
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-11
|\
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* | lavc/gif: remove some obsolete/irrelevant chunksPaul B Mahol2013-01-26
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | gifenc: support resolutions up to 65535x65535Piotr Bandurski2012-05-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | gifenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * gifenc: switch to encode2().Anton Khirnov2012-02-23
* | Mark one colour as transparent in the gif image encoderCarl Eugen Hoyos2011-12-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at ...Clément Bœsch2011-01-10
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-03
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* use lzw compression in gif encoderBaptiste Coudurier2009-12-03
* pass avctx as argument instead of width and heightBaptiste Coudurier2009-12-02
* remove useless paramsBaptiste Coudurier2009-12-02
* remove useless paramsBaptiste Coudurier2009-12-02
* move private context declaration at the topBaptiste Coudurier2009-12-02
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* 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
* remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel a...Daniel Verkamp2009-02-09
* remove dead rgb24 code, gif encoder now directly takes palette, patch by Dani...Daniel Verkamp2009-02-09
* remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp...Daniel Verkamp2009-02-09