Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt
2022-08-24avcodec/gif: Remove unnecessary headersAndreas Rheinhardt
2022-07-31avcodec/gif: Remove redundant castAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2021-06-08avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt
2021-05-02avcodec/gif: Mark encoder as init-threadsafeAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-12avcodec/gifenc: Actually use the shrunk paletteDerek Buitenhuis
2021-02-25avcodec/gifenc: Only write frame palette entries that actually usedDerek Buitenhuis
2021-02-25avcodec/gifenc: Add global_palette optionDerek Buitenhuis
2020-09-15avcodec/gif: Fix leaks upon allocation errorAndreas Rheinhardt
2020-08-23avcodec/gif: fix disposal method for first frame and transparent gifsPaul B Mahol
2020-07-20avcodec/put_bits: Fix LZW warningSteinar H. Gunderson
2019-05-11avcodec/gif: remove flags from gifimage optionPaul B Mahol
2019-05-11avcodec/gif: fix issues with transparent cropJacob Graff
2018-12-13avcodec/gif: use avctx->frame_numberPaul B Mahol
2018-12-13avcodec/gif: enable encoding single gif image per framePaul B Mahol
2018-12-13avcodec/gif: add support for alphaPaul B Mahol
2018-12-13avcodec: rewrite gif muxing and encodingPaul B Mahol
2016-09-07avcodec/gif: don't honor transparency if palette changedPaul B Mahol
2016-01-18avcodec/gif: Fix lzw buffer sizeMichael Niedermayer
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-27avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer
2015-07-21Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer
2015-07-21Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-02-16avcodec/gif: fix off by one in column offsetting findingClément Bœsch
2015-02-14Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer
2015-02-14avcodec/gif: support crop and transparency with PAL8Clément Bœsch
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2013-11-17Merge commit '57e7b3a89f5a0879ad039e8f04273b48649799a8'Michael Niedermayer
2013-11-16gif: use the AVFrame API properly.Anton Khirnov
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-15avcodec/gif: use the whole allocated bufferMichael Niedermayer
2013-08-15avcodec/gif: move BITSTREAM_WRITER_LE upMichael Niedermayer
2013-07-08gif: remove unused AVFrame from encoder private contextPaul B Mahol
2013-07-08gif: do not set avctx->coded_framePaul B Mahol
2013-04-30gif: Fix little endian specific codeMichael Niedermayer
2013-04-20lavc/gif: miscellaneous cosmetics.Clément Bœsch
2013-04-20lavc/gif: add flag to enable transparency detection between frames.Clément Bœsch
2013-04-20lavc/gif: make possible to disable offsetting.Clément Bœsch
2013-04-19gif: use only one graphic control extension block per image.Clément Bœsch
2013-04-18lavc/gif: avoid encoding 0x0 images.Clément Bœsch