| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/pngdec: split frame decoding in its own function. | Benoit Fouet | 2014-11-14 | 1 | -39/+49 |
* | avcodec/pngdec: create a function to handle small (<=4) bits per pixel values. | Benoit Fouet | 2014-11-14 | 1 | -69/+75 |
* | avcodec/pngdec: use else if instead of if for small bpp handling. | Benoit Fouet | 2014-11-14 | 1 | -4/+2 |
* | avcodec/pngdec: fix some indentation/whitespaces | Benoit Fouet | 2014-11-14 | 1 | -9/+9 |
* | avcodec/pngdec: create a function to decode tRNS chunk. | Benoit Fouet | 2014-11-14 | 1 | -13/+20 |
* | avcodec/pngdec: create a function to decode PLTE chunk. | Benoit Fouet | 2014-11-14 | 1 | -17/+24 |
* | avcodec/pngdec: create a function to decode IDAT chunk. | Benoit Fouet | 2014-11-14 | 1 | -98/+109 |
* | avcodec/pngdec: create a function to decode pHYs chunk. | Benoit Fouet | 2014-11-14 | 1 | -9/+18 |
* | avcodec/pngdec: create a function to decode IHDR chunk. | Benoit Fouet | 2014-11-14 | 1 | -20/+28 |
* | avcodec/pngdec: rename decode_frame to decode_frame_png | Benoit Fouet | 2014-11-14 | 1 | -2/+2 |
* | avcodec/pngdec: Calculate MPNG bytewidth more defensively | Michael Niedermayer | 2014-10-03 | 1 | -1/+2 |
* | avcodec/pngdec: Check bits per pixel before setting monoblack pixel format | Michael Niedermayer | 2014-10-03 | 1 | -1/+1 |
* | avcodec/pngdec: print the actual number of bytes left in the error case | Michael Niedermayer | 2014-09-11 | 1 | -1/+1 |
* | Merge commit 'e64f0bf2d2b1347ec9461f0e82852a62e8c6ffbe' | Michael Niedermayer | 2014-08-04 | 1 | -0/+3 |
|\ |
|
| * | png: support reading gray+alpha at 16 bits | Vittorio Giovara | 2014-08-04 | 1 | -0/+3 |
| * | png: disable broken MMX/SIMD code for bpp <= 2 | Vittorio Giovara | 2014-08-04 | 1 | -1/+1 |
* | | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5' | Michael Niedermayer | 2014-08-04 | 1 | -1/+1 |
|\| |
|
| * | avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 | Vittorio Giovara | 2014-08-04 | 1 | -1/+1 |
* | | Merge commit '92a36a6b3338df5f5cff573a486e182005367c24' | Michael Niedermayer | 2014-08-01 | 1 | -10/+16 |
|\| |
|
| * | pngdec: correctly indent macros | Vittorio Giovara | 2014-08-01 | 1 | -17/+17 |
* | | avcodec/pngdec: fix () in OP_* macros | Michael Niedermayer | 2014-05-25 | 1 | -2/+2 |
* | | Merge commit 'c598b569fb3d1f4b6c4868fe64f6989254df5186' | Michael Niedermayer | 2014-03-17 | 1 | -90/+96 |
|\| |
|
| * | png: K&R formatting cosmetics | Vittorio Giovara | 2014-03-16 | 1 | -104/+117 |
* | | Decode png images without iend chunk. | Carl Eugen Hoyos | 2014-03-11 | 1 | -0/+3 |
* | | avcodec/pngdec: fix signed overflow | Michael Niedermayer | 2013-12-18 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit 'a81cad8f86d1feb7e4bfae29e43f3e994935a5c7' | Michael Niedermayer | 2013-09-30 | 1 | -2/+4 |
|\| |
|
| * | pngdec: Stop trying to decode once inflate returns Z_STREAM_END | Martin Storsjö | 2013-09-29 | 1 | -0/+4 |
* | | avcodec/pngdec: check for stream end in png_decode_idat() | Michael Niedermayer | 2013-09-25 | 1 | -0/+2 |
* | | avcodec/png: remove obsolete comments | Paul B Mahol | 2013-09-08 | 1 | -4/+0 |
* | | avcodec/pngdec: fix last_row_size type | Michael Niedermayer | 2013-08-30 | 1 | -1/+1 |
* | | avcodec/pngdec: Fix padded alloc code with threads | Michael Niedermayer | 2013-08-30 | 1 | -2/+5 |
* | | pngdec: do not release buffer on failure instead report full progress | Paul B Mahol | 2013-08-23 | 1 | -1/+1 |
* | | pngdec: use av_fast_padded_malloc(z) | Paul B Mahol | 2013-08-23 | 1 | -7/+11 |
* | | pngdec: frame multithreading support | Paul B Mahol | 2013-08-22 | 1 | -18/+51 |
* | | lavc/pngdec: return meaningful error codes | Stefano Sabatini | 2013-06-25 | 1 | -6/+6 |
* | | pngdec: dont treat mpng like png with key and non keyframes | Michael Niedermayer | 2013-06-04 | 1 | -1/+1 |
* | | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -2/+0 |
|\| |
|
| * | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | | 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 |
|\| |
|