| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/internal: Move avpriv_set_systematic_pal2 decl to imgutils_internal.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avcodec/avcodec: Deprecate AV_INPUT_BUFFER_MIN_SIZE | Andreas Rheinhardt | 2024-02-21 | 1 | -1/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -3/+3 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | all: Use av_frame_replace() where appropriate | Andreas Rheinhardt | 2023-09-10 | 1 | -2/+1 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -2/+2 |
* | lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -1/+1 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | avcodec/gif: Remove unnecessary headers | Andreas Rheinhardt | 2022-08-24 | 1 | -4/+0 |
* | avcodec/gif: Remove redundant cast | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec/gif: Mark encoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -1/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/gifenc: Actually use the shrunk palette | Derek Buitenhuis | 2021-03-11 | 1 | -2/+1 |
* | avcodec/gifenc: Only write frame palette entries that actually used | Derek Buitenhuis | 2021-02-25 | 1 | -4/+68 |
* | avcodec/gifenc: Add global_palette option | Derek Buitenhuis | 2021-02-25 | 1 | -8/+13 |
* | avcodec/gif: Fix leaks upon allocation error | Andreas Rheinhardt | 2020-09-15 | 1 | -0/+1 |
* | avcodec/gif: fix disposal method for first frame and transparent gifs | Paul B Mahol | 2020-08-23 | 1 | -1/+1 |
* | avcodec/put_bits: Fix LZW warning | Steinar H. Gunderson | 2020-07-20 | 1 | -2/+2 |
* | avcodec/gif: remove flags from gifimage option | Paul B Mahol | 2019-05-11 | 1 | -1/+1 |
* | avcodec/gif: fix issues with transparent crop | Jacob Graff | 2019-05-11 | 1 | -6/+6 |
* | avcodec/gif: use avctx->frame_number | Paul B Mahol | 2018-12-13 | 1 | -10/+3 |
* | avcodec/gif: enable encoding single gif image per frame | Paul B Mahol | 2018-12-13 | 1 | -6/+14 |
* | avcodec/gif: add support for alpha | Paul B Mahol | 2018-12-13 | 1 | -24/+144 |
* | avcodec: rewrite gif muxing and encoding | Paul B Mahol | 2018-12-13 | 1 | -55/+72 |
* | avcodec/gif: don't honor transparency if palette changed | Paul B Mahol | 2016-09-07 | 1 | -1/+1 |
* | avcodec/gif: Fix lzw buffer size | Michael Niedermayer | 2016-01-18 | 1 | -2/+5 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370' | Michael Niedermayer | 2015-07-21 | 1 | -0/+4 |
|\| |
|
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -7/+0 |
|\| |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -6/+0 |
* | | avcodec/gif: fix off by one in column offsetting finding | Clément Bœsch | 2015-02-16 | 1 | -2/+2 |
* | | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avcodec/gif: support crop and transparency with PAL8 | Clément Bœsch | 2015-02-14 | 1 | -6/+47 |
* | | Merge commit '57e7b3a89f5a0879ad039e8f04273b48649799a8' | Michael Niedermayer | 2013-11-17 | 1 | -6/+11 |
|\| |
|
| * | gif: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -7/+9 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | avcodec/gif: use the whole allocated buffer | Michael Niedermayer | 2013-08-14 | 1 | -1/+1 |