summaryrefslogtreecommitdiff
path: root/libavformat/png.c
Commit message (Collapse)AuthorAge
* 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