| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -31/+22 |
|\ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -24/+15 |
* | | pngdec: use AVFrame accessor functions | Michael Niedermayer | 2013-03-01 | 1 | -1/+1 |
* | | pngdec/filter: dont access out of array elements at the end | Michael Niedermayer | 2013-02-12 | 1 | -8/+4 |
* | | Fix 1bpp palettized png with width not a multiple of 8. | Carl Eugen Hoyos | 2013-01-30 | 1 | -2/+6 |
* | | Merge commit 'a0cabd0a27587525e90a44660c795d40d2f44fe2' | Michael Niedermayer | 2013-01-26 | 1 | -108/+109 |
|\| |
|
| * | pngdec: cosmetics, reformat. | Anton Khirnov | 2013-01-26 | 1 | -73/+77 |
* | | pngdec: fix decoding of right column for 2/4bpp | Michael Niedermayer | 2013-01-03 | 1 | -4/+14 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\| |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | pngdec: check that format matches too not just dimensions | Michael Niedermayer | 2012-11-09 | 1 | -0/+1 |
* | | lavc/pngdec: decode textual data (tEXt and zTXt). | Nicolas George | 2012-11-02 | 1 | -0/+131 |
* | | avoid "0xFF << 24" as it is considered a integer overflow in C99 | Michael Niedermayer | 2012-10-14 | 1 | -2/+2 |
* | | pngdec: read sample aspect ratio | Paul B Mahol | 2012-10-13 | 1 | -0/+12 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -10/+10 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -8/+8 |
* | | pngdec: av_log() zlib errors | Michael Niedermayer | 2012-09-15 | 1 | -1/+7 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Remove duplicated png and mng signatures. | Paul B Mahol | 2012-06-15 | 1 | -4/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-05 | 1 | -1/+1 |
|\| |
|
| * | png: check bit depth for PAL8/Y400A pixel formats. | Ronald S. Bultje | 2012-05-04 | 1 | -2/+4 |
* | | pngdec: check bits_per_pixel for palette mode. | Michael Niedermayer | 2012-04-15 | 1 | -1/+2 |
* | | png: make sure the previous frames dimensions match before using it as reference | Michael Niedermayer | 2012-04-15 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | png: fix warning about discarding qualifiers [-Wincompatible-pointer-types] | Paul B Mahol | 2012-03-26 | 1 | -1/+1 |
* | | png: make ff_png_pass_mask local to pngdec. | Clément Bœsch | 2012-03-22 | 1 | -1/+6 |
* | | pngdec: print error message for truncated pngs even if we output them | Michael Niedermayer | 2012-03-20 | 1 | -1/+2 |
* | | pngdec: dont discard incomplete images. | Michael Niedermayer | 2012-03-20 | 1 | -1/+1 |
* | | pngdec: Print error messages for the various failure pathes. | Michael Niedermayer | 2012-03-20 | 1 | -4/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-09 | 1 | -40/+32 |
|\| |
|
| * | png: convert to bytestream2 API. | Ronald S. Bultje | 2012-03-08 | 1 | -39/+30 |
* | | pngdec: validate length. | Michael Niedermayer | 2012-03-04 | 1 | -1/+1 |
* | | pngdec: Print error if signature is wrong. | Michael Niedermayer | 2012-02-22 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-22 | 1 | -1/+1 |
|\| |
|
| * | png: make .long_name more descriptive | Paul B Mahol | 2012-02-21 | 1 | -1/+1 |
* | | pngdec: fix warning about pointer types | Michael Niedermayer | 2012-01-31 | 1 | -2/+2 |
* | | Allow decoding of 64bit png images. | Carl Eugen Hoyos | 2012-01-31 | 1 | -0/+3 |
* | | Simplify "deloco" and support decoding of 48bit loco png. | Carl Eugen Hoyos | 2012-01-31 | 1 | -53/+31 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-30 | 1 | -29/+43 |
|\| |
|
| * | png: move DSP functions to their own DSP context. | Ronald S. Bultje | 2012-01-29 | 1 | -5/+5 |
* | | pngdec: Convert 2/4 bit formats to 8bit. | Michael Niedermayer | 2012-01-28 | 1 | -3/+19 |
* | | pngdec: Do not use SIMD paeth prediction for bpp=2 | Michael Niedermayer | 2012-01-22 | 1 | -1/+1 |
* | | pngdec: Fix masks for interlaced decoding | Michael Niedermayer | 2012-01-22 | 1 | -1/+1 |
* | | pngdec: Add some FF_DEBUG based av_logs. | Michael Niedermayer | 2012-01-22 | 1 | -2/+4 |
* | | Simplify 32bit png decoding. | Carl Eugen Hoyos | 2012-01-19 | 1 | -16/+6 |