summaryrefslogtreecommitdiff
path: root/libavcodec/pngenc.c
Commit message (Expand)AuthorAge
* 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
* | avcodec/pngenc: Fix mixed up linesizesMichael Niedermayer2016-01-15
* | avcodec/pngenc: Replace memcpy by av_image_copy()Michael Niedermayer2016-01-15
* | avcodec/png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-28
* | avcodec/pngenc: Check that there is at least 1 frameMichael Niedermayer2015-10-07
* | avcodec/pngenc: Initialize fctl_chunk to 0Michael Niedermayer2015-10-07
* | apng: Support inter-frame compressionDonny Yang2015-08-28
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-21
|\|
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* | avcodec/pngenc: don't return a value in a void functionJames Almer2015-04-02
* | png: Use libavutil's crc functions instead of zlib'sDonny Yang2015-04-02