summaryrefslogtreecommitdiff
path: root/libavcodec/gif.c
Commit message (Expand)AuthorAge
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/gif: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/gifenc: Actually use the shrunk paletteDerek Buitenhuis2021-03-11
* avcodec/gifenc: Only write frame palette entries that actually usedDerek Buitenhuis2021-02-25
* avcodec/gifenc: Add global_palette optionDerek Buitenhuis2021-02-25
* avcodec/gif: Fix leaks upon allocation errorAndreas Rheinhardt2020-09-15
* avcodec/gif: fix disposal method for first frame and transparent gifsPaul B Mahol2020-08-23
* avcodec/put_bits: Fix LZW warningSteinar H. Gunderson2020-07-20
* avcodec/gif: remove flags from gifimage optionPaul B Mahol2019-05-11
* avcodec/gif: fix issues with transparent cropJacob Graff2019-05-11
* avcodec/gif: use avctx->frame_numberPaul B Mahol2018-12-13
* avcodec/gif: enable encoding single gif image per framePaul B Mahol2018-12-13
* avcodec/gif: add support for alphaPaul B Mahol2018-12-13
* avcodec: rewrite gif muxing and encodingPaul B Mahol2018-12-13
* avcodec/gif: don't honor transparency if palette changedPaul B Mahol2016-09-07
* avcodec/gif: Fix lzw buffer sizeMichael Niedermayer2016-01-18
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* | avcodec/gif: fix off by one in column offsetting findingClément Bœsch2015-02-16
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | avcodec/gif: support crop and transparency with PAL8Clément Bœsch2015-02-14
* | 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