summaryrefslogtreecommitdiff
path: root/libavcodec/pngdec.c
Commit message (Expand)AuthorAge
* pngdec/filter: dont access out of array elements at the endMichael Niedermayer2013-02-12
* Fix 1bpp palettized png with width not a multiple of 8.Carl Eugen Hoyos2013-01-30
* Merge commit 'a0cabd0a27587525e90a44660c795d40d2f44fe2'Michael Niedermayer2013-01-26
|\
| * pngdec: cosmetics, reformat.Anton Khirnov2013-01-26
* | pngdec: fix decoding of right column for 2/4bppMichael Niedermayer2013-01-03
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-05
|\|
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | pngdec: check that format matches too not just dimensionsMichael Niedermayer2012-11-09
* | lavc/pngdec: decode textual data (tEXt and zTXt).Nicolas George2012-11-02
* | avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-14
* | pngdec: read sample aspect ratioPaul B Mahol2012-10-13
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | pngdec: av_log() zlib errorsMichael Niedermayer2012-09-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Remove duplicated png and mng signatures.Paul B Mahol2012-06-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-05
|\|
| * png: check bit depth for PAL8/Y400A pixel formats.Ronald S. Bultje2012-05-04
* | pngdec: check bits_per_pixel for palette mode.Michael Niedermayer2012-04-15
* | png: make sure the previous frames dimensions match before using it as referenceMichael Niedermayer2012-04-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | png: fix warning about discarding qualifiers [-Wincompatible-pointer-types]Paul B Mahol2012-03-26
* | png: make ff_png_pass_mask local to pngdec.Clément Bœsch2012-03-22
* | pngdec: print error message for truncated pngs even if we output themMichael Niedermayer2012-03-20
* | pngdec: dont discard incomplete images.Michael Niedermayer2012-03-20
* | pngdec: Print error messages for the various failure pathes.Michael Niedermayer2012-03-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-09
|\|
| * png: convert to bytestream2 API.Ronald S. Bultje2012-03-08
* | pngdec: validate length.Michael Niedermayer2012-03-04
* | pngdec: Print error if signature is wrong.Michael Niedermayer2012-02-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-22
|\|
| * png: make .long_name more descriptivePaul B Mahol2012-02-21
* | pngdec: fix warning about pointer typesMichael Niedermayer2012-01-31
* | Allow decoding of 64bit png images.Carl Eugen Hoyos2012-01-31
* | Simplify "deloco" and support decoding of 48bit loco png.Carl Eugen Hoyos2012-01-31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-30
|\|
| * png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-29
* | pngdec: Convert 2/4 bit formats to 8bit.Michael Niedermayer2012-01-28
* | pngdec: Do not use SIMD paeth prediction for bpp=2Michael Niedermayer2012-01-22
* | pngdec: Fix masks for interlaced decodingMichael Niedermayer2012-01-22
* | pngdec: Add some FF_DEBUG based av_logs.Michael Niedermayer2012-01-22
* | Simplify 32bit png decoding.Carl Eugen Hoyos2012-01-19
* | pngdec: show verbose message for unsupported filesPaul B Mahol2012-01-09
* | Fix some 1bit png samples, they can be palettised.Carl Eugen Hoyos2011-12-27
* | Do not try to read 16bit gray png files with alpha channel.Carl Eugen Hoyos2011-11-12
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-05