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
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
2013-08-30avcodec/pngdec: Fix padded alloc code with threadsMichael Niedermayer
2013-08-24pngdec: do not release buffer on failure instead report full progressPaul B Mahol
2013-08-23pngdec: use av_fast_padded_malloc(z)Paul B Mahol
2013-08-22pngdec: frame multithreading supportPaul B Mahol
2013-06-25lavc/pngdec: return meaningful error codesStefano Sabatini
2013-06-04pngdec: dont treat mpng like png with key and non keyframesMichael Niedermayer
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-03-02pngdec: use AVFrame accessor functionsMichael Niedermayer
2013-02-12pngdec/filter: dont access out of array elements at the endMichael Niedermayer
2013-01-30Fix 1bpp palettized png with width not a multiple of 8.Carl Eugen Hoyos
2013-01-26Merge commit 'a0cabd0a27587525e90a44660c795d40d2f44fe2'Michael Niedermayer
2013-01-26pngdec: cosmetics, reformat.Anton Khirnov
2013-01-04pngdec: fix decoding of right column for 2/4bppMichael Niedermayer
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-09pngdec: check that format matches too not just dimensionsMichael Niedermayer
2012-11-02lavc/pngdec: decode textual data (tEXt and zTXt).Nicolas George
2012-10-14avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-10-13pngdec: read sample aspect ratioPaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer