summaryrefslogtreecommitdiff
path: root/libavcodec/pngenc.c
Commit message (Expand)AuthorAge
* avcodec/avcodec: Deprecate AV_INPUT_BUFFER_MIN_SIZEAndreas Rheinhardt2024-02-21
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avcodec/pngenc: write cLLi and mDVc chunksLeo Izen2024-02-11
* Revert "all: Don't set AVClass.item_name to its default value"Anton Khirnov2024-01-20
* all: Don't set AVClass.item_name to its default valueAndreas Rheinhardt2023-12-22
* all: Use av_frame_replace() where appropriateAndreas Rheinhardt2023-09-10
* avcodec/pngenc: write sBIT chunksLeo Izen2023-04-01
* avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_numberMarton Balint2023-02-13
* avutil/{color_utils, csp}: merge color_utils into csp and expose APILeo Izen2023-02-09
* avcodec/pngenc: avoid writing cICP when inappropriateLeo Izen2023-02-08
* lavc/pngenc: stop setting dts unnecessarily for APNGAnton Khirnov2023-01-29
* lavc/pngenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUEAnton Khirnov2023-01-29
* lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encodersAnton Khirnov2023-01-29
* avcodec/png: support cICP chunksLeo Izen2023-01-25
* avcodec/png: use libavutil/csp.h for cHRM chunksLeo Izen2023-01-25
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-03
* avcodec: Make ff_alloc_packet() based encoders accept user buffersAndreas Rheinhardt2022-08-27
* avcodec: Constify frame->data pointers for encoders where possibleAndreas Rheinhardt2022-08-05
* avcodec/pngenc: Don't cast const away unnecessarilyAndreas Rheinhardt2022-07-31
* avcodec/codec_internal: add cap for ICC profile supportNiklas Haas2022-07-30
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/apng: Add APNG_FCTL_CHUNK_SIZE defineAndreas Rheinhardt2022-07-09
* avcodec/pngenc: support writing iCCP chunksNiklas Haas2022-04-11
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* avcodec/pngenc: Use ff_deflate_init/end() wrappersAndreas Rheinhardt2022-03-19
* avcodec/pngenc: Don't use deflateInit2() with default parametersAndreas Rheinhardt2022-03-19
* avcodec/pngenc: Avoid potentially truncating integersAndreas Rheinhardt2022-03-19
* avcodec/pngenc: Deduplicate AVClassesAndreas Rheinhardt2021-07-08
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec/pngenc: Avoid copying APNG data, allow user-supplied bufferAndreas Rheinhardt2021-05-23
* avcodec/pngenc: Remove always-true checkAndreas Rheinhardt2021-05-23
* avcodec/pngenc: Mark encoders as init-threadsafeAndreas Rheinhardt2021-05-10
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec: Remove deprecated AVCodecContext.coded_frameAndreas Rheinhardt2021-04-27
* avcodec: Remove private options from AVCodecContextAndreas Rheinhardt2021-04-27
* avcodec/pngenc: remove monowhite from apng formatsPaul B Mahol2021-02-14
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* avcodec: deprecate Lossless and Intra Only encoder capabilitesJames Almer2020-05-21
* lavc/pngenc: check malloc fail before using the pointerJun Zhao2019-05-12
* avcodec: stop using deprecated codec flagsJames Almer2017-03-25
* huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer2017-01-12
* huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-12
* apng: use side data to pass extradata to muxerAndreas Cadhalpun2016-10-28
* avcodec/pngenc: check return value of av_frame_copy()Paul B Mahol2016-04-08
* avcodec/pngenc: restore image size before copying frameDmitriy2016-04-08
* Merge commit '2862b63783b5556f7f3fb2d097629bc6879f833a'Derek Buitenhuis2016-02-03
|\
| * lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-21
| * png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-30