summaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/pngdec: Check deloco index more exactlyMichael Niedermayer2023-04-211-1/+1
* avcodec/pngdec: Check for fctl after idatMichael Niedermayer2020-07-051-0/+5
* avcodec/pngdec: Check length in fdATMichael Niedermayer2020-05-191-1/+1
* avcodec/pngdec: Pass ret from decode_iccp_chunk()Michael Niedermayer2020-05-191-1/+1
* avcodec/pngdec: consider chunk size in minimal size checkMichael Niedermayer2019-09-041-1/+1
* avcodec/pngdec: Check that previous_picture has same w/h/formatMichael Niedermayer2019-07-131-0/+3
* avcodec/pngdec: Check input spaceMichael Niedermayer2019-06-251-0/+3
* avcodec/pngdec: Check nb_blocksMichael Niedermayer2019-05-251-0/+2
* avcodec: add LSCR decoderPaul B Mahol2019-04-131-0/+154
* avcodec/pngdec: Check compression methodMichael Niedermayer2018-11-161-0/+4
* lavc/pngdec: Replace the number by macro for bprint initJun Zhao2018-06-171-2/+2
* Merge commit '9f5b77c16f4da6248b57f0601364d9c762c620c2'James Almer2017-11-111-4/+4
|\
| * png: Report more details regarding unsupported pixel formatsLuca Barbato2017-08-211-0/+3
| * avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-091-0/+1
| * Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun2016-12-231-1/+1
* | lavc/pngdec: fix av_bprint_finalize() usage.Nicolas George2017-11-091-9/+9
* | pngdec: expose gAMA and cHRM chunks as side/meta dataRostislav Pehlivanov2017-11-091-1/+38
* | pngdec: check for bprint finalization sucess on icc data parsingRostislav Pehlivanov2017-11-091-0/+2
* | avcodec/pngdec: Clean up on av_frame_ref() failureMichael Niedermayer2017-09-201-1/+1
* | avcodec/pngdec: Fix () placementMichael Niedermayer2017-08-221-1/+1
* | pngdec: fix potential memory leakRostislav Pehlivanov2017-07-261-1/+4
* | pngdec: decode and expose iCCP chunks as side dataRostislav Pehlivanov2017-07-251-0/+45
* | avcodec/pngdec: Use ff_set_dimensions()Michael Niedermayer2017-05-041-2/+3
* | avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* | png: set AVFrame flags/fields before calling setup_finished().Ronald S. Bultje2017-04-031-2/+2
* | png: split header state and data state in two separate variables.Ronald S. Bultje2017-04-031-26/+39
* | lavc: use av_fourcc2str() where appropriateClément Bœsch2017-03-291-5/+2
* | avcodec/pngdec: Fix runtime error: left shift of 152 by 24 places cannot be r...Michael Niedermayer2017-02-251-1/+1
* | avcodec/pngdec: Check bit depth for validityMichael Niedermayer2017-02-191-0/+9
* | avcodec/pngdec: Store metadata directly into AVFrameMichael Niedermayer2017-02-191-8/+5
* | avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-071-1/+2
* | avcodec/pngdec: Check trns more completelyMichael Niedermayer2017-02-041-1/+14
* | avcodec/pngdec: Fix off by 1 size in decode_zbuf()Michael Niedermayer2017-01-231-3/+3
* | pngdec: check if previous frame exists instead of trusting sequence_numberAndreas Cadhalpun2016-11-271-1/+2
* | Revert "apngdec: use side data to pass extradata to the decoder"James Almer2016-11-181-21/+2
* | apngdec: use side data to pass extradata to the decoderAndreas Cadhalpun2016-11-011-2/+21
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | avcodec/pngdec: Fix alpha detection with skip_frameMichael Niedermayer2016-04-091-0/+1
* | avcodec/pngdec: use av_mod_uintp2James Almer2016-01-291-1/+1
* | avcodec/pngdec: Replace assert by request for sample for unsupported TRNS casesMichael Niedermayer2015-11-161-1/+4
* | lavc/pngdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capabilityMatthieu Bouron2015-11-151-0/+1
* | apng: use correct size for output bufferAndreas Cadhalpun2015-11-071-1/+3
* | Merge commit '1720791e36f9cc24c05efea5bb275ab52156ce50'Hendrik Leppkes2015-11-021-7/+9
|\ \ | |/
| * png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-301-0/+18
* | lavc/pngdec: honor skip_frame optionMatthieu Bouron2015-10-291-0/+32
* | avcodec/png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-281-0/+16
* | avcodec/pngdec: Use av_malloc_array()Michael Niedermayer2015-10-111-1/+1
* | avcodec/pngdec: Alloc buffer after blend_op check in handle_p_frame_apng()Michael Niedermayer2015-10-111-4/+6
* | avcodec/pngdec: Check blend_op.Michael Niedermayer2015-10-111-0/+5