summaryrefslogtreecommitdiff
path: root/libavcodec/gif.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-131-2/+2
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-291-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-271-0/+1
* avcodec/gif: Remove unnecessary headersAndreas Rheinhardt2022-08-241-4/+0
* avcodec/gif: Remove redundant castAndreas Rheinhardt2022-07-311-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-7/+7
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-1/+1
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-081-1/+2
* avcodec/gif: Mark encoder as init-threadsafeAndreas Rheinhardt2021-05-021-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/gifenc: Actually use the shrunk paletteDerek Buitenhuis2021-03-111-2/+1
* avcodec/gifenc: Only write frame palette entries that actually usedDerek Buitenhuis2021-02-251-4/+68
* avcodec/gifenc: Add global_palette optionDerek Buitenhuis2021-02-251-8/+13
* avcodec/gif: Fix leaks upon allocation errorAndreas Rheinhardt2020-09-151-0/+1
* avcodec/gif: fix disposal method for first frame and transparent gifsPaul B Mahol2020-08-231-1/+1
* avcodec/put_bits: Fix LZW warningSteinar H. Gunderson2020-07-201-2/+2
* 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