| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/pngenc: write cLLi and mDVc chunks | Leo Izen | 2024-02-11 | 1 | -3/+29 |
* | 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/pngenc: write sBIT chunks | Leo Izen | 2023-04-01 | 1 | -0/+6 |
* | avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number | Marton Balint | 2023-02-13 | 1 | -4/+4 |
* | avutil/{color_utils, csp}: merge color_utils into csp and expose API | Leo Izen | 2023-02-09 | 1 | -2/+1 |
* | avcodec/pngenc: avoid writing cICP when inappropriate | Leo Izen | 2023-02-08 | 1 | -7/+14 |
* | lavc/pngenc: stop setting dts unnecessarily for APNG | Anton Khirnov | 2023-01-29 | 1 | -1/+1 |
* | lavc/pngenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE | Anton Khirnov | 2023-01-29 | 1 | -1/+7 |
* | lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -1/+2 |
* | avcodec/png: support cICP chunks | Leo Izen | 2023-01-25 | 1 | -0/+8 |
* | avcodec/png: use libavutil/csp.h for cHRM chunks | Leo Izen | 2023-01-25 | 1 | -37/+16 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -2/+2 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec: Constify frame->data pointers for encoders where possible | Andreas Rheinhardt | 2022-08-05 | 1 | -9/+9 |
* | avcodec/pngenc: Don't cast const away unnecessarily | Andreas Rheinhardt | 2022-07-31 | 1 | -1/+1 |
* | avcodec/codec_internal: add cap for ICC profile support | Niklas Haas | 2022-07-30 | 1 | -0/+2 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+0 |
* | avcodec/apng: Add APNG_FCTL_CHUNK_SIZE define | Andreas Rheinhardt | 2022-07-09 | 1 | -3/+3 |
* | avcodec/pngenc: support writing iCCP chunks | Niklas Haas | 2022-04-11 | 1 | -2/+82 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+2 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -16/+16 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/pngenc: Use ff_deflate_init/end() wrappers | Andreas Rheinhardt | 2022-03-19 | 1 | -25/+24 |
* | avcodec/pngenc: Don't use deflateInit2() with default parameters | Andreas Rheinhardt | 2022-03-19 | 1 | -1/+1 |
* | avcodec/pngenc: Avoid potentially truncating integers | Andreas Rheinhardt | 2022-03-19 | 1 | -4/+2 |
* | avcodec/pngenc: Deduplicate AVClasses | Andreas Rheinhardt | 2021-07-08 | 1 | -9/+2 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+1 |
* | avcodec/pngenc: Avoid copying APNG data, allow user-supplied buffer | Andreas Rheinhardt | 2021-05-23 | 1 | -3/+3 |
* | avcodec/pngenc: Remove always-true check | Andreas Rheinhardt | 2021-05-23 | 1 | -1/+1 |
* | avcodec/pngenc: Mark encoders as init-threadsafe | Andreas Rheinhardt | 2021-05-10 | 1 | -0/+2 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | avcodec: Remove deprecated AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -7/+0 |
* | avcodec: Remove private options from AVCodecContext | Andreas Rheinhardt | 2021-04-27 | 1 | -9/+0 |
* | avcodec/pngenc: remove monowhite from apng formats | Paul B Mahol | 2021-02-14 | 1 | -1/+1 |
* | Stop hardcoding align=32 in av_frame_get_buffer() calls. | Anton Khirnov | 2020-05-22 | 1 | -2/+2 |
* | avcodec: deprecate Lossless and Intra Only encoder capabilites | James Almer | 2020-05-21 | 1 | -1/+1 |
* | lavc/pngenc: check malloc fail before using the pointer | Jun Zhao | 2019-05-12 | 1 | -1/+1 |
* | avcodec: stop using deprecated codec flags | James Almer | 2017-03-25 | 1 | -2/+2 |
* | huffyuvencdsp: move shared functions to a new lossless_videoencdsp context | James Almer | 2017-01-12 | 1 | -5/+5 |
* | huffyuvencdsp: move functions only used by huffyuv from lossless_videodsp | James Almer | 2017-01-12 | 1 | -1/+1 |
* | apng: use side data to pass extradata to muxer | Andreas Cadhalpun | 2016-10-28 | 1 | -3/+15 |
* | avcodec/pngenc: check return value of av_frame_copy() | Paul B Mahol | 2016-04-08 | 1 | -2/+6 |
* | avcodec/pngenc: restore image size before copying frame | Dmitriy | 2016-04-08 | 1 | -0/+4 |
* | Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a' | Derek Buitenhuis | 2016-02-03 | 1 | -4/+17 |
|\ |
|
| * | lavc: Move prediction_method to codec private options | Vittorio Giovara | 2016-01-21 | 1 | -3/+32 |
| * | png: read and write stereo3d frame side data information | Kirill Gavrilov | 2015-10-30 | 1 | -0/+22 |
* | | avcodec/pngenc: Fix mixed up linesizes | Michael Niedermayer | 2016-01-15 | 1 | -2/+2 |
* | | avcodec/pngenc: Replace memcpy by av_image_copy() | Michael Niedermayer | 2016-01-15 | 1 | -6/+3 |