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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-11-28avcodec/pngdec: allow for some code path optimizations.Benoit Fouet
2014-11-28avcodec/pngdec: do not blend on transparent blackBenoit Fouet
2014-11-28avcodec/pngdec: add support for 'over' blend operation for 'none' dispose ope...Benoit Fouet
2014-11-28avcodec/pngdec: split P frames handling to a separate function.Benoit Fouet
2014-11-26avcodec/pngdec: Fix paeth prediction with small imagesMichael Niedermayer
2014-11-26avcodec/pngdec: Check IHDR/IDAT orderMichael Niedermayer
2014-11-21avcodec/pngdec: add APNG support.Benoit Fouet
2014-11-14avcodec/pngdec: split frame decoding in its own function.Benoit Fouet
2014-11-14avcodec/pngdec: create a function to handle small (<=4) bits per pixel values.Benoit Fouet
2014-11-14avcodec/pngdec: use else if instead of if for small bpp handling.Benoit Fouet
2014-11-14avcodec/pngdec: fix some indentation/whitespacesBenoit Fouet
2014-11-14avcodec/pngdec: create a function to decode tRNS chunk.Benoit Fouet
2014-11-14avcodec/pngdec: create a function to decode PLTE chunk.Benoit Fouet
2014-11-14avcodec/pngdec: create a function to decode IDAT chunk.Benoit Fouet
2014-11-14avcodec/pngdec: create a function to decode pHYs chunk.Benoit Fouet
2014-11-14avcodec/pngdec: create a function to decode IHDR chunk.Benoit Fouet
2014-11-14avcodec/pngdec: rename decode_frame to decode_frame_pngBenoit Fouet
2014-10-03avcodec/pngdec: Calculate MPNG bytewidth more defensivelyMichael Niedermayer
2014-10-03avcodec/pngdec: Check bits per pixel before setting monoblack pixel formatMichael Niedermayer
2014-09-11avcodec/pngdec: print the actual number of bytes left in the error caseMichael Niedermayer
2014-08-05Merge commit 'e64f0bf2d2b1347ec9461f0e82852a62e8c6ffbe'Michael Niedermayer
2014-08-04Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer
2014-08-04png: support reading gray+alpha at 16 bitsVittorio Giovara
2014-08-04png: disable broken MMX/SIMD code for bpp <= 2Vittorio Giovara
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-08-01Merge commit '92a36a6b3338df5f5cff573a486e182005367c24'Michael Niedermayer
2014-08-01pngdec: correctly indent macrosVittorio Giovara
2014-05-25avcodec/pngdec: fix () in OP_* macrosMichael Niedermayer
2014-03-17Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186'Michael Niedermayer
2014-03-17png: K&R formatting cosmeticsVittorio Giovara
2014-03-11Decode png images without iend chunk.Carl Eugen Hoyos
2013-12-19avcodec/pngdec: fix signed overflowMichael Niedermayer
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-30Merge commit 'a81cad8f86d1feb7e4bfae29e43f3e994935a5c7'Michael Niedermayer
2013-09-29pngdec: Stop trying to decode once inflate returns Z_STREAM_ENDMartin Storsjö
2013-09-25avcodec/pngdec: check for stream end in png_decode_idat()Michael Niedermayer
2013-09-08avcodec/png: remove obsolete commentsPaul B Mahol
2013-08-30avcodec/pngdec: fix last_row_size typeMichael Niedermayer