| Commit message (Expand) | Author | Age | Files | Lines |
* | hardly anything in PNGContext is shared; split it | Måns Rullgård | 2007-07-15 | 1 | -10/+0 |
* | separate en/decoder specific parts from png.c | Måns Rullgård | 2007-07-15 | 1 | -859/+13 |
* | spelling | Diego Biurrun | 2007-06-04 | 1 | -1/+1 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -8/+2 |
* | Remove duplicate bytestream functions | Ramiro Polla | 2007-05-23 | 1 | -37/+15 |
* | consistency renaming: rgba32 --> rgb32 | Diego Biurrun | 2007-02-12 | 1 | -6/+6 |
* | Replace deprecated PIX_FMT names by the newer variants. | Diego Biurrun | 2007-02-07 | 1 | -3/+3 |
* | remove useless #ifdef CONFIG_ZLIB | Måns Rullgård | 2007-01-21 | 1 | -2/+0 |
* | PNG 16-bit gray decoding support | Kostya Shishkov | 2006-10-24 | 1 | -0/+3 |
* | Make PNG produce correct 8-bit pictures | Kostya Shishkov | 2006-10-14 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | add some #ifdef CONFIG_ENCODERS/DECODERS | Måns Rullgård | 2006-09-27 | 1 | -0/+14 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -1/+1 |
* | (f)printf --> av_log conversion | Steve L'Homme | 2006-03-08 | 1 | -3/+3 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -37/+37 |
* | a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.source... | Roine Gustafsson | 2005-05-10 | 1 | -0/+2 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -5/+0 |
* | various security fixes and precautionary checks | Michael Niedermayer | 2005-01-12 | 1 | -2/+9 |
* | When bswap_32 is a macro, png images fail to decode properly, patch by (Milan... | Milan Cutka | 2004-11-12 | 1 | -1/+3 |
* | porting png support from -f image to -f image2 | Michael Niedermayer | 2004-11-09 | 1 | -0/+943 |