summaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAge
* 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/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas 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/pngdec: Don't open and close z_streams unnecessarilyAndreas Rheinhardt2022-03-19
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/pngdec: support alpha blending for palette apngPaul B Mahol2022-03-08
* avcodec/pngdec: Cleanup generically on init failureAndreas Rheinhardt2022-02-11
* avcodec/threadframe: Add ff_thread_(get|release)_ext_buffer()Andreas Rheinhardt2022-02-09
* avcodec/thread: Move ff_thread_(await|report)_progress to new headerAndreas Rheinhardt2022-02-09
* Avoid calling functions repeatedly via FFMINAndreas Rheinhardt2021-07-18
* lavc/pngdec: fix updating reference frames for APNG_DISPOSE_OP_BACKGROUNDAnton Khirnov2021-05-14
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* lavc/pngdec: always create a copy for APNG_DISPOSE_OP_BACKGROUNDAnton Khirnov2021-04-08
* lavc/pngdec: use a separate bytestream reader for each chunkAnton Khirnov2021-04-08
* lavc/pngdec: improve chunk length checkAnton Khirnov2021-04-08
* lavc/pngdec: restructure exporting frame meta/side dataAnton Khirnov2021-04-08
* lavc/pngdec: remove unnecessary context variablesAnton Khirnov2021-04-08
* lavc/pngdec: perform APNG blending in-placeAnton Khirnov2021-04-08
* avcodec/pngdec: Fix memleak by postponing allocationAndreas Rheinhardt2021-03-19
* avcodec: Constify some AVPacketsAndreas Rheinhardt2021-03-09
* pngdec: fix and simplify apng reference handlingAnton Khirnov2021-02-24
* lavc: split LSCR decoder out of PNG decoderAnton Khirnov2021-02-24
* avcodec/pngdec: fix possible race condition with APNG decodingPaul B Mahol2021-02-13
* avcodec/lscr: stop returning error if size of packet is 2 bytesPaul B Mahol2020-09-16
* avcodec/pngdec: Check for fctl after idatMichael Niedermayer2020-07-01
* pngdec: add ability to check chunk CRCLynne2020-05-26
* avcodec/pngdec: Check length in fdATMichael Niedermayer2020-05-10
* avcodec/pngdec: remove the unnecessary type conversionLimin Wang2020-05-08
* avcodec/pngdec: Pass ret from decode_iccp_chunk()Michael Niedermayer2020-04-20
* avcodec/pngdec: set return value on av_stereo3d_create_side_data() failurePeter Ross2020-04-18
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-10
* avcodec/pngdec: Check amount decodedMichael Niedermayer2020-02-03
* avcodec/pngdec: add logging context to logSteven Liu2019-10-08
* avcodec/pngdec: Optimize has_trns codeMichael Niedermayer2019-09-02
* avcodec/pngdec: consider chunk size in minimal size checkMichael Niedermayer2019-08-11
* avcodec/pngdec: Check that previous_picture has same w/h/formatMichael Niedermayer2019-07-13
* avcodec/pngdec: Check input spaceMichael Niedermayer2019-06-25
* avcodec/pngdec: Check nb_blocksMichael Niedermayer2019-05-25
* avcodec: add LSCR decoderPaul B Mahol2019-04-13
* avcodec/pngdec: Check compression methodMichael Niedermayer2018-11-16
* lavc/pngdec: Replace the number by macro for bprint initJun Zhao2018-06-17
* Merge commit '9f5b77c16f4da6248b57f0601364d9c762c620c2'James Almer2017-11-11
|\
| * png: Report more details regarding unsupported pixel formatsLuca Barbato2017-08-21
| * avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-09
| * Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-23