renamed png functions
[swftools.git] / src / png2swf.c
2010-06-15 Matthias Krammrenamed png functions
2010-06-15 Matthias Krammfixed some compiler warnings
2010-06-15 Matthias Krammmultiply overflow fixes
2010-03-02 Matthias Krammrenamed SWAP/REVERSESWAP to {LE,BE}_TO_NATIVE
2010-01-09 Matthias Krammfixed format warnings
2009-05-31 Matthias Krammfixed blur issue in png2swf
2009-04-01 Matthias Krammpng2swf: don't assume we have jpeg support
2009-01-06 kramm'make doc'
2008-03-12 krammreworked compression handling logic
2008-02-08 krammprintf %% fix by Markus Fleck-Graffe
2008-01-13 krammnew option -j, switched PNG parser to ../lib/png.c
2007-05-17 krammsmall improvement in error logging
2007-02-20 krammfixed bug in palette parsing
2007-02-20 krammadded mode 2 transparency support
2007-01-13 krammupdated documentation
2006-05-01 krammthe flash player expects us to set *all* components...
2006-05-01 krammadded support for single-color alpha masking
2006-01-16 krammadded -s (--scale) option
2006-01-16 krammregenerated docs
2006-01-06 krammadded -c and -m options
2005-07-16 krammchanged -v syntax- no longer expect an argument
2005-03-06 krammremoved framerate>0 restriction in order to make Flash...
2005-02-10 dsegOn *nix, png2swf couldn't find 'foo.Png' if command...
2004-12-18 krammsubtraced (0.5,0.5) from the texture position to get...
2004-12-16 krammadded comments.
2004-11-01 krammfixed handling of grayscale images with bpp!=8
2004-10-30 krammsome bugfixes around -z.
2004-10-30 krammadded -z option.
2004-05-31 krammremoved fillup to 64 bytes- definebitslossless are...
2004-05-16 krammremoved jpeg workaround for 32bit alpha images, fixed...
2004-05-11 krammfixed a bug which appeared when the first line was...
2004-02-21 krammfixed "schematic.png" bug
2004-02-06 krammupdated/corrected documentation
2004-01-29 krammfix for flash player 63 byte bug.
2003-12-27 uid68734* fixed 32 bit decoding bug.
2003-11-24 krammadded -C (--cgi) parameter.
2003-11-17 krammfixed framerate calculation.
2003-09-21 krammfixed --h segfault.
2003-08-30 krammprint a more detailed error message for mode 4 images.
2003-08-23 krammimage mode 0 support implemented.
2003-08-08 krammadded (long) GPL headers.
2003-05-08 krammalpha conversion fix.
2003-03-30 krammwin32 fixes
2003-02-02 krammadded support for 32 bit images with transparency.
2002-12-08 krammadded support for mode 6 images.
2002-07-10 krammimplemented type 3 transparency.
2002-07-09 krammimplemented splitted IDAT chunks.
2002-06-16 krammimplemented bit depths.
2002-05-20 krammimplemented filtering for 8-bit pictures.
2002-05-20 krammimplemented filter bytes.
2002-05-20 krammminor fixes.
2002-05-20 krammremoved scaling.
2002-05-16 kramminitial revision.