summaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAge
* 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
* | lavc/pngdec: fix av_bprint_finalize() usage.Nicolas George2017-11-09
* | pngdec: expose gAMA and cHRM chunks as side/meta dataRostislav Pehlivanov2017-11-09
* | pngdec: check for bprint finalization sucess on icc data parsingRostislav Pehlivanov2017-11-09
* | avcodec/pngdec: Clean up on av_frame_ref() failureMichael Niedermayer2017-09-20
* | avcodec/pngdec: Fix () placementMichael Niedermayer2017-08-22
* | pngdec: fix potential memory leakRostislav Pehlivanov2017-07-26
* | pngdec: decode and expose iCCP chunks as side dataRostislav Pehlivanov2017-07-25
* | avcodec/pngdec: Use ff_set_dimensions()Michael Niedermayer2017-05-04
* | avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-23
* | png: set AVFrame flags/fields before calling setup_finished().Ronald S. Bultje2017-04-03
* | png: split header state and data state in two separate variables.Ronald S. Bultje2017-04-03
* | lavc: use av_fourcc2str() where appropriateClément Bœsch2017-03-29
* | avcodec/pngdec: Fix runtime error: left shift of 152 by 24 places cannot be r...Michael Niedermayer2017-02-25