summaryrefslogtreecommitdiffstats
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-041-0/+2
* | avcodec/pngdec: mark previous_picture as done on end of decode_frame_common()Michael Niedermayer2015-10-011-0/+2
* | avcodec/pngdec: reset has_trns after every decode_frame_png()Paul B Mahol2015-09-281-1/+1
* | avcodec/pngdec: fully support the tRNS chunkDonny Yang2015-08-311-9/+89
* | Merge commit '4fee11ab05fc8569ef35c0ce86a60375c903eefb'Hendrik Leppkes2015-08-051-1/+1
|\ \ | |/
| * png: Be more informative regarding signature errorsLuca Barbato2015-08-021-3/+17
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | apng: Fix decoding images with the PREVIOUS dispose opDonny Yang2015-07-221-20/+27
* | avcodec/apngdec: Fix typos in decoder causing incorrect resultsDonny Yang2015-07-201-5/+6
* | avcodec/pngdec: Check values before updating context in decode_fctl_chunk()Michael Niedermayer2015-06-291-13/+21
* | avcodec/pngdec: Copy IHDR & plte state from last threadMichael Niedermayer2015-06-291-8/+15
* | avcodec/pngdec: Require a IHDR chunk before fctlMichael Niedermayer2015-06-291-0/+5
* | avcodec/pngdec: Only allow one IHDR chunkMichael Niedermayer2015-06-291-0/+5
* | avcodec/apng: Add partial support for blending with PAL8 pixel formatDonny Yang2015-06-081-1/+14
* | avcodec/apng: Add support for blending with GRAY8A pixel formatDonny Yang2015-06-081-1/+7
* | avcodec/apng: Add blending support for non-alpha pixel formatsDonny Yang2015-06-081-0/+15
* | avcodec/apng: Dispose previous frame properlyDonny Yang2015-06-081-87/+92
OpenPOWER on IntegriCloud