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
2021-05-14lavc/pngdec: fix updating reference frames for APNG_DISPOSE_OP_BACKGROUNDAnton Khirnov
2021-04-08lavc/pngdec: always create a copy for APNG_DISPOSE_OP_BACKGROUNDAnton Khirnov
2021-04-08lavc/pngdec: improve chunk length checkAnton Khirnov
2021-04-08lavc/pngdec: restructure exporting frame meta/side dataAnton Khirnov
2021-04-08lavc/pngdec: remove unnecessary context variablesAnton Khirnov
2021-04-08lavc/pngdec: perform APNG blending in-placeAnton Khirnov
2021-03-19avcodec/pngdec: Fix memleak by postponing allocationAndreas Rheinhardt
2021-03-09avcodec: Constify some AVPacketsAndreas Rheinhardt
2021-02-24pngdec: fix and simplify apng reference handlingAnton Khirnov
2021-02-24lavc: split LSCR decoder out of PNG decoderAnton Khirnov
2021-02-13avcodec/pngdec: fix possible race condition with APNG decodingPaul B Mahol
2020-09-16avcodec/lscr: stop returning error if size of packet is 2 bytesPaul B Mahol
2020-07-01avcodec/pngdec: Check for fctl after idatMichael Niedermayer
2020-05-26pngdec: add ability to check chunk CRCLynne
2020-05-10avcodec/pngdec: Check length in fdATMichael Niedermayer
2020-05-08avcodec/pngdec: remove the unnecessary type conversionLimin Wang
2020-04-20avcodec/pngdec: Pass ret from decode_iccp_chunk()Michael Niedermayer
2020-04-18avcodec/pngdec: set return value on av_stereo3d_create_side_data() failurePeter Ross
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-04-10lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov
2020-02-04avcodec/pngdec: Check amount decodedMichael Niedermayer
2019-10-08avcodec/pngdec: add logging context to logSteven Liu
2019-09-02avcodec/pngdec: Optimize has_trns codeMichael Niedermayer
2019-08-11avcodec/pngdec: consider chunk size in minimal size checkMichael Niedermayer
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