summaryrefslogtreecommitdiff
path: root/libavcodec/gif.c
Commit message (Expand)AuthorAgeFilesLines
...
* | gif: use only one graphic control extension block per image.Clément Bœsch2013-04-191-23/+6
* | lavc/gif: avoid encoding 0x0 images.Clément Bœsch2013-04-181-2/+2
* | gif: remove outdated comments.Clément Bœsch2013-04-181-10/+4
* | lavc/gif: return more meaningful error code.Clément Bœsch2013-04-181-1/+1
* | lavc/gif: merge two allocation checks.Clément Bœsch2013-04-181-4/+2
* | gif: reindent after previous commits.Clément Bœsch2013-04-181-1/+1
* | lavc/gif: crop image when possible.Clément Bœsch2013-04-181-9/+73
* | Cleanse GIF muxer and encoder.Clément Bœsch2013-04-181-44/+40
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-111-2/+2
|\ \ | |/
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-111-2/+2
* | lavc/gif: remove some obsolete/irrelevant chunksPaul B Mahol2013-01-261-7/+0
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-3/+3
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | gifenc: support resolutions up to 65535x65535Piotr Bandurski2012-05-311-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+5
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+5
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | gifenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-1/+1
|\ \ | |/
| * Remove unnecessary AVFrame pointer casts.Diego Biurrun2012-03-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-6/+19
|\ \ | |/
| * gifenc: switch to encode2().Anton Khirnov2012-02-231-6/+19
* | Mark one colour as transparent in the gif image encoderCarl Eugen Hoyos2011-12-081-1/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-7/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+7
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at ...Clément Bœsch2011-01-101-1/+1
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-031-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* use lzw compression in gif encoderBaptiste Coudurier2009-12-031-40/+42
* pass avctx as argument instead of width and heightBaptiste Coudurier2009-12-021-14/+12
* remove useless paramsBaptiste Coudurier2009-12-021-2/+2
* remove useless paramsBaptiste Coudurier2009-12-021-4/+4
* move private context declaration at the topBaptiste Coudurier2009-12-021-4/+4
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* 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
* remove no more needed fields in GIFContext, patch by Daniel Verkamp, daniel a...Daniel Verkamp2009-02-091-2/+0
* remove dead rgb24 code, gif encoder now directly takes palette, patch by Dani...Daniel Verkamp2009-02-091-76/+5
* remove dead netscape loop header code in gif encoder, patch by Daniel Verkamp...Daniel Verkamp2009-02-091-38/+2
* Fix list of input pix_fmts supported by GIF. This makes it work with swscale.Michael Niedermayer2009-02-061-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-3/+3
* cleanup gif, use BISTREAM_WRITER_LEBaptiste Coudurier2009-01-141-66/+9
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1