Diego Biurrun
b78e7197a8
Change license headers to say 'FFmpeg' instead of 'this program/this library'
...
and fix GPL/LGPL version mismatches.
Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Huehner
a97c1e93aa
Add (mostly) const to variable and parameter declaration, where a char* was
...
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
19 years ago
Diego Biurrun
5509bffa88
Update licensing information: The FSF changed postal address.
...
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Diego Biurrun
115329f160
COSMETICS: Remove all trailing whitespace.
...
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
19 years ago
Fabrice Bellard
7e2e1abf6b
replaced progressive by interleaved
...
Originally committed as revision 1807 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
cff5e386bf
added progressive PNG support (both reading and writing)
...
Originally committed as revision 1797 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
8b46d75e4a
rgba32 support
...
Originally committed as revision 1795 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
3a13f6bd48
* compile PNG only when ZLIB is available
...
Originally committed as revision 1609 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
3ce27f13b9
added 8 bit palette support
...
Originally committed as revision 1561 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
85a57296cc
yes, PNG can be simpler :-)
...
Originally committed as revision 1545 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0e04e4e9e1
added basic png handling
...
Originally committed as revision 1529 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago