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
2020-07-05avcodec/pngdec: Check for fctl after idatMichael Niedermayer
2020-07-05png: split header state and data state in two separate variables.Ronald S. Bultje
2020-07-05avcodec/pngdec: Check length in fdATMichael Niedermayer
2019-12-02avcodec/pngdec: Check that previous_picture has same w/h/formatMichael Niedermayer
2018-11-16avcodec/pngdec: Check compression methodMichael Niedermayer
2018-02-01avcodec/pngdec: Clean up on av_frame_ref() failureMichael Niedermayer
2017-05-20avcodec/pngdec: Use ff_set_dimensions()Michael Niedermayer
2017-05-20avcodec/pngdec: Fix runtime error: left shift of 152 by 24 places cannot be r...Michael Niedermayer
2017-05-20avcodec/pngdec: Check bit depth for validityMichael Niedermayer
2017-02-08avcodec/pngdec: Check trns more completelyMichael Niedermayer
2017-02-08avcodec/pngdec: Fix off by 1 size in decode_zbuf()Michael Niedermayer
2015-11-26avcodec/pngdec: Replace assert by request for sample for unsupported TRNS casesMichael Niedermayer
2015-11-07apng: use correct size for output bufferAndreas Cadhalpun
2015-10-12avcodec/pngdec: Check blend_op.Michael Niedermayer
2015-10-09avcodec/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
2015-08-02png: Be more informative regarding signature errorsLuca Barbato
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-22apng: Fix decoding images with the PREVIOUS dispose opDonny Yang
2015-07-20avcodec/apngdec: Fix typos in decoder causing incorrect resultsDonny Yang
2015-06-29avcodec/pngdec: Check values before updating context in decode_fctl_chunk()Michael Niedermayer
2015-06-29avcodec/pngdec: Copy IHDR & plte state from last threadMichael Niedermayer
2015-06-29avcodec/pngdec: Require a IHDR chunk before fctlMichael Niedermayer
2015-06-29avcodec/pngdec: Only allow one IHDR chunkMichael Niedermayer
2015-06-08avcodec/apng: Add partial support for blending with PAL8 pixel formatDonny Yang
2015-06-08avcodec/apng: Add support for blending with GRAY8A pixel formatDonny Yang
2015-06-08avcodec/apng: Add blending support for non-alpha pixel formatsDonny Yang
2015-06-08avcodec/apng: Dispose previous frame properlyDonny Yang
2015-06-03avcodec/apng: Remove blending support for AV_PIX_FMT_ARGBDonny Yang
2015-05-10Merge commit 'b9f7a677083647d85e583d6d7384938766a293d7'Michael Niedermayer
2015-05-09png: Set the color range as full rangewm4
2015-05-08pngdec: set correct rangewm4
2015-05-03pngdec: don't use AV_PIX_FMT_MONOBLACK for apngAndreas Cadhalpun
2015-05-03pngdec: return correct error code from decode_frame_commonAndreas Cadhalpun
2015-05-03pngdec: check s->last_picture.f->data[0] before using itAndreas Cadhalpun
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2015-01-15Merge commit '1e763454322f7fbc7799f6009bf2e11d7a3b9821'Michael Niedermayer
2015-01-14png: improve signature checkVittorio Giovara
2014-12-08avcodec/pngdec: handle 4 more bytes with SIMD for RGB64 in paeth predictionMichael Niedermayer
2014-12-08avcodec/x86/pngdsp: fix off by 1 errorMichael Niedermayer
2014-12-08avcodec/pngdec: check av_image_get_linesize return valueBenoit Fouet
2014-12-04avcodec/pngdec: use memcpy instead of byte loops for P frames.Benoit Fouet
2014-12-04avcodec/pngdec: fix indentation in handle_row()Benoit Fouet
2014-12-04avcodec/pngdec: fix mem leak in init()Benoit Fouet
2014-12-04libavcodec/pngdec: support 'previous' dispose operation for APNG.Benoit Fouet
2014-12-02apng: move shared header from avformat to avcodec.Benoit Fouet
2014-11-28avcodec/pngdec: apng: fix output buffer filling when no blending is needed.Benoit Fouet