summaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAge
...
* | 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
* | avcodec/pngdec: Check bit depth for validityMichael Niedermayer2017-02-19
* | avcodec/pngdec: Store metadata directly into AVFrameMichael Niedermayer2017-02-19
* | avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-07
* | avcodec/pngdec: Check trns more completelyMichael Niedermayer2017-02-04
* | avcodec/pngdec: Fix off by 1 size in decode_zbuf()Michael Niedermayer2017-01-23
* | pngdec: check if previous frame exists instead of trusting sequence_numberAndreas Cadhalpun2016-11-27
* | Revert "apngdec: use side data to pass extradata to the decoder"James Almer2016-11-18
* | apngdec: use side data to pass extradata to the decoderAndreas Cadhalpun2016-11-01
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | avcodec/pngdec: Fix alpha detection with skip_frameMichael Niedermayer2016-04-09
* | avcodec/pngdec: use av_mod_uintp2James Almer2016-01-29
* | avcodec/pngdec: Replace assert by request for sample for unsupported TRNS casesMichael Niedermayer2015-11-16
* | lavc/pngdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capabilityMatthieu Bouron2015-11-15
* | apng: use correct size for output bufferAndreas Cadhalpun2015-11-07
* | Merge commit '1720791e36f9cc24c05efea5bb275ab52156ce50'Hendrik Leppkes2015-11-02
|\|
| * png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-30
* | lavc/pngdec: honor skip_frame optionMatthieu Bouron2015-10-29
* | avcodec/png: read and write stereo3d frame side data informationKirill Gavrilov2015-10-28
* | avcodec/pngdec: Use av_malloc_array()Michael Niedermayer2015-10-11
* | avcodec/pngdec: Alloc buffer after blend_op check in handle_p_frame_apng()Michael Niedermayer2015-10-11
* | avcodec/pngdec: Check blend_op.Michael Niedermayer2015-10-11
* | avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde2015-10-04
* | avcodec/pngdec: mark previous_picture as done on end of decode_frame_common()Michael Niedermayer2015-10-01
* | avcodec/pngdec: reset has_trns after every decode_frame_png()Paul B Mahol2015-09-28
* | avcodec/pngdec: fully support the tRNS chunkDonny Yang2015-08-31
* | Merge commit '4fee11ab05fc8569ef35c0ce86a60375c903eefb'Hendrik Leppkes2015-08-05
|\|
| * png: Be more informative regarding signature errorsLuca Barbato2015-08-02
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | apng: Fix decoding images with the PREVIOUS dispose opDonny Yang2015-07-22
* | avcodec/apngdec: Fix typos in decoder causing incorrect resultsDonny Yang2015-07-20
* | avcodec/pngdec: Check values before updating context in decode_fctl_chunk()Michael Niedermayer2015-06-29
* | avcodec/pngdec: Copy IHDR & plte state from last threadMichael Niedermayer2015-06-29
* | avcodec/pngdec: Require a IHDR chunk before fctlMichael Niedermayer2015-06-29
* | avcodec/pngdec: Only allow one IHDR chunkMichael Niedermayer2015-06-29
* | avcodec/apng: Add partial support for blending with PAL8 pixel formatDonny Yang2015-06-08