| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '6327c10702922eabcb1c6170abd3f03d23ce4c51' | Michael Niedermayer | 2013-03-12 | 1 | -3/+1 |
|\ |
|
| * | png: use av_mallocz_array() for the zlib zalloc function | Justin Ruggles | 2013-03-08 | 1 | -3/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c. | Diego Elio Pettenò | 2011-01-25 | 1 | -2/+2 |
* | | Remove duplicated png and mng signatures. | Paul B Mahol | 2012-06-15 | 1 | -3/+0 |
* | | png: make ff_png_pass_mask local to pngdec. | Clément Bœsch | 2012-03-22 | 1 | -5/+0 |
* | | pngdec: Fix masks for interlaced decoding | Michael Niedermayer | 2012-01-22 | 1 | -1/+1 |
* | | lavc: remove unused headers | Paul B Mahol | 2012-01-17 | 1 | -1/+0 |
* | | Make ff_png_pass_xmin and ff_png_pass_xshift static to png.c. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
|/ |
|
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | decode mng color decorrelation | Loren Merritt | 2008-02-26 | 1 | -0/+1 |
* | 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 |