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
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
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-16pngdec: av_log() zlib errorsMichael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-06-15Remove duplicated png and mng signatures.Paul B Mahol
2012-05-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-05png: check bit depth for PAL8/Y400A pixel formats.Ronald S. Bultje
2012-04-15pngdec: check bits_per_pixel for palette mode.Michael Niedermayer
2012-04-15png: make sure the previous frames dimensions match before using it as referenceMichael Niedermayer
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-26png: fix warning about discarding qualifiers [-Wincompatible-pointer-types]Paul B Mahol
2012-03-23png: make ff_png_pass_mask local to pngdec.Clément Bœsch
2012-03-20pngdec: print error message for truncated pngs even if we output themMichael Niedermayer
2012-03-20pngdec: dont discard incomplete images.Michael Niedermayer
2012-03-20pngdec: Print error messages for the various failure pathes.Michael Niedermayer
2012-03-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-08png: convert to bytestream2 API.Ronald S. Bultje
2012-03-04pngdec: validate length.Michael Niedermayer
2012-02-22pngdec: Print error if signature is wrong.Michael Niedermayer
2012-02-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-21png: make .long_name more descriptivePaul B Mahol
2012-02-01pngdec: fix warning about pointer typesMichael Niedermayer
2012-01-31Allow decoding of 64bit png images.Carl Eugen Hoyos
2012-01-31Simplify "deloco" and support decoding of 48bit loco png.Carl Eugen Hoyos
2012-01-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-29png: move DSP functions to their own DSP context.Ronald S. Bultje
2012-01-28pngdec: Convert 2/4 bit formats to 8bit.Michael Niedermayer
2012-01-22pngdec: Do not use SIMD paeth prediction for bpp=2Michael Niedermayer
2012-01-22pngdec: Fix masks for interlaced decodingMichael Niedermayer
2012-01-22pngdec: Add some FF_DEBUG based av_logs.Michael Niedermayer
2012-01-20Simplify 32bit png decoding.Carl Eugen Hoyos
2012-01-10pngdec: show verbose message for unsupported filesPaul B Mahol
2011-12-27Fix some 1bit png samples, they can be palettised.Carl Eugen Hoyos
2011-11-12Do not try to read 16bit gray png files with alpha channel.Carl Eugen Hoyos
2011-11-06Try to set AVFrame.reference to correct values.Reimar Döffinger
2011-10-04pngdec: set reference correctly for corepng.Michael Niedermayer
2011-09-07Cosmetics: Fix comment.Carl Eugen Hoyos
2011-09-06pngdec: implement 4bpp interlacedMichael Niedermayer
2011-09-06pngdec: implement 2 bpp interlaced.Michael Niedermayer