Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-13avcodec/pngdec: Check that previous_picture has same w/h/formatMichael Niedermayer
2019-06-25avcodec/pngdec: Check input spaceMichael Niedermayer
2019-05-25avcodec/pngdec: Check nb_blocksMichael Niedermayer
2019-04-13avcodec: add LSCR decoderPaul B Mahol
2018-11-16avcodec/pngdec: Check compression methodMichael Niedermayer
2018-06-17lavc/pngdec: Replace the number by macro for bprint initJun Zhao
2017-11-11Merge commit '9f5b77c16f4da6248b57f0601364d9c762c620c2'James Almer
2017-11-09lavc/pngdec: fix av_bprint_finalize() usage.Nicolas George
2017-11-09pngdec: expose gAMA and cHRM chunks as side/meta dataRostislav Pehlivanov
2017-11-09pngdec: check for bprint finalization sucess on icc data parsingRostislav Pehlivanov
2017-09-20avcodec/pngdec: Clean up on av_frame_ref() failureMichael Niedermayer
2017-08-22avcodec/pngdec: Fix () placementMichael Niedermayer
2017-08-21png: Report more details regarding unsupported pixel formatsLuca Barbato
2017-07-27pngdec: fix potential memory leakRostislav Pehlivanov
2017-07-25pngdec: decode and expose iCCP chunks as side dataRostislav Pehlivanov
2017-05-04avcodec/pngdec: Use ff_set_dimensions()Michael Niedermayer
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2017-04-03png: set AVFrame flags/fields before calling setup_finished().Ronald S. Bultje
2017-04-03png: split header state and data state in two separate variables.Ronald S. Bultje
2017-03-29lavc: use av_fourcc2str() where appropriateClément Bœsch
2017-02-25avcodec/pngdec: Fix runtime error: left shift of 152 by 24 places cannot be r...Michael Niedermayer
2017-02-19avcodec/pngdec: Check bit depth for validityMichael Niedermayer
2017-02-19avcodec/pngdec: Store metadata directly into AVFrameMichael Niedermayer
2017-02-10avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis
2017-02-08avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis
2017-02-04avcodec/pngdec: Check trns more completelyMichael Niedermayer
2017-01-23avcodec/pngdec: Fix off by 1 size in decode_zbuf()Michael Niedermayer
2016-12-23Use correct printf conversion specifiers for POSIX integer typesDiego Biurrun
2016-11-28pngdec: check if previous frame exists instead of trusting sequence_numberAndreas Cadhalpun
2016-11-18Revert "apngdec: use side data to pass extradata to the decoder"James Almer
2016-11-01apngdec: use side data to pass extradata to the decoderAndreas Cadhalpun
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-09avcodec/pngdec: Fix alpha detection with skip_frameMichael Niedermayer
2016-01-30avcodec/pngdec: use av_mod_uintp2James Almer
2015-11-16avcodec/pngdec: Replace assert by request for sample for unsupported TRNS casesMichael Niedermayer
2015-11-15lavc/pngdec: set FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM capabilityMatthieu Bouron
2015-11-07apng: use correct size for output bufferAndreas Cadhalpun
2015-11-02Merge commit '1720791e36f9cc24c05efea5bb275ab52156ce50'Hendrik Leppkes
2015-10-30png: read and write stereo3d frame side data informationKirill Gavrilov
2015-10-29lavc/pngdec: honor skip_frame optionMatthieu Bouron
2015-10-28avcodec/png: read and write stereo3d frame side data informationKirill Gavrilov
2015-10-11avcodec/pngdec: Use av_malloc_array()Michael Niedermayer
2015-10-11avcodec/pngdec: Alloc buffer after blend_op check in handle_p_frame_apng()Michael Niedermayer
2015-10-11avcodec/pngdec: Check blend_op.Michael Niedermayer
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-10-01avcodec/pngdec: mark previous_picture as done on end of decode_frame_common()Michael Niedermayer
2015-09-28avcodec/pngdec: reset has_trns after every decode_frame_png()Paul B Mahol
2015-08-31avcodec/pngdec: fully support the tRNS chunkDonny Yang
2015-08-05Merge commit '4fee11ab05fc8569ef35c0ce86a60375c903eefb'Hendrik Leppkes