aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/png.c
Commit message (Expand)AuthorAgeFilesLines
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-171-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-37/+37
* replaced progressive by interleavedFabrice Bellard2003-04-211-3/+3
* added progressive PNG support (both reading and writing)Fabrice Bellard2003-04-201-121/+378
* rgba32 supportFabrice Bellard2003-04-191-9/+72
* * compile PNG only when ZLIB is availableZdenek Kabelac2003-02-271-0/+2
* added 8 bit palette supportFabrice Bellard2003-02-091-4/+83
* yes, PNG can be simpler :-)Fabrice Bellard2003-02-041-155/+401
* added basic png handlingFabrice Bellard2003-02-011-0/+240