summaryrefslogtreecommitdiffstats
path: root/libavcodec/gif.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/gif: remove flags from gifimage optionPaul B Mahol2019-05-111-1/+1
* avcodec/gif: fix issues with transparent cropJacob Graff2019-05-111-6/+6
* avcodec/gif: use avctx->frame_numberPaul B Mahol2018-12-131-10/+3
* avcodec/gif: enable encoding single gif image per framePaul B Mahol2018-12-131-6/+14
* avcodec/gif: add support for alphaPaul B Mahol2018-12-131-24/+144
* avcodec: rewrite gif muxing and encodingPaul B Mahol2018-12-131-55/+72
* avcodec/gif: don't honor transparency if palette changedPaul B Mahol2016-09-071-1/+1
* avcodec/gif: Fix lzw buffer sizeMichael Niedermayer2016-01-181-2/+5
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-7/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-6/+0
* | avcodec/gif: fix off by one in column offsetting findingClément Bœsch2015-02-161-2/+2
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | avcodec/gif: support crop and transparency with PAL8Clément Bœsch2015-02-141-6/+47
* | Merge commit '57e7b3a89f5a0879ad039e8f04273b48649799a8'Michael Niedermayer2013-11-171-6/+11
|\ \ | |/
| * gif: use the AVFrame API properly.Anton Khirnov2013-11-161-7/+9
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | avcodec/gif: use the whole allocated bufferMichael Niedermayer2013-08-141-1/+1
* | avcodec/gif: move BITSTREAM_WRITER_LE upMichael Niedermayer2013-08-141-1/+1
* | gif: remove unused AVFrame from encoder private contextPaul B Mahol2013-07-071-3/+1
* | gif: do not set avctx->coded_framePaul B Mahol2013-07-071-1/+0
* | gif: Fix little endian specific codeMichael Niedermayer2013-04-301-1/+1
* | lavc/gif: miscellaneous cosmetics.Clément Bœsch2013-04-191-10/+6
* | lavc/gif: add flag to enable transparency detection between frames.Clément Bœsch2013-04-191-6/+66
* | lavc/gif: make possible to disable offsetting.Clément Bœsch2013-04-191-1/+24
* | 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
OpenPOWER on IntegriCloud