summaryrefslogtreecommitdiff
path: root/libavformat/png.c
Commit message (Collapse)AuthorAge
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
| | | | | | | | used and 'const char*' should be, plus make some function declarations static if they aren't used outside their declaring source file. patch by Stefan Huehner stefan%%at%%huehner%%dot%%org Originally committed as revision 5492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replaced progressive by interleavedFabrice Bellard2003-04-21
| | | | Originally committed as revision 1807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added progressive PNG support (both reading and writing)Fabrice Bellard2003-04-20
| | | | Originally committed as revision 1797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rgba32 supportFabrice Bellard2003-04-19
| | | | Originally committed as revision 1795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * compile PNG only when ZLIB is availableZdenek Kabelac2003-02-27
| | | | Originally committed as revision 1609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added 8 bit palette supportFabrice Bellard2003-02-09
| | | | Originally committed as revision 1561 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yes, PNG can be simpler :-)Fabrice Bellard2003-02-04
| | | | Originally committed as revision 1545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added basic png handlingFabrice Bellard2003-02-01
Originally committed as revision 1529 to svn://svn.ffmpeg.org/ffmpeg/trunk