summaryrefslogtreecommitdiff
path: root/libavcodec/gif.c
Commit message (Expand)AuthorAge
* Merge commit '57e7b3a89f5a0879ad039e8f04273b48649799a8'Michael Niedermayer2013-11-17
|\
| * gif: use the AVFrame API properly.Anton Khirnov2013-11-16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | avcodec/gif: use the whole allocated bufferMichael Niedermayer2013-08-14
* | avcodec/gif: move BITSTREAM_WRITER_LE upMichael Niedermayer2013-08-14
* | gif: remove unused AVFrame from encoder private contextPaul B Mahol2013-07-07
* | gif: do not set avctx->coded_framePaul B Mahol2013-07-07
* | 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