renamed png functions
[swftools.git] / lib / png.c
2010-06-15 Matthias Krammrenamed png functions
2010-06-15 Matthias Krammmultiply overflow fixes
2010-06-07 Matthias Krammfixed leaking file descriptors (spritetool)
2010-03-31 Matthias KrammMerge branch 'compact_record'
2010-03-31 Matthias Krammminor speedups/bugfixes
2010-03-31 Matthias Krammbugfixes, parametrized image algorithm in record device
2010-03-31 Matthias Krammbugfixes in png speed optimization
2010-03-31 Matthias Krammpng speed improvement draft
2010-03-31 Matthias Krammcompress images in record device
2010-03-31 Matthias Krammfixed compiler warning
2010-03-31 Matthias Krammimproved png compression
2010-03-31 Matthias Krammimproved png compression
2010-01-09 Matthias Krammfixed format warnings
2009-05-31 Matthias Krammfixed leaking file descriptors
2008-11-23 krammcorrected bpp alignment during saving
2008-11-12 krammimproved k-means speed
2008-11-12 krammlrand48() -> rand()
2008-11-12 krammadded EXPORT to public functions
2008-11-12 krammdon't use filtermodes>0
2008-11-12 krammadded support for palette images
2008-09-26 krammmade png writing faster
2008-08-21 krammswitched png compression to 'fastest'
2008-05-14 krammfixed 8 bit filter 3
2008-04-05 krammremoved another unnecessary log message
2008-04-05 krammmade more quiet
2008-01-13 krammfixed bug with y-direction predictors in the first...
2007-12-12 krammapplied MSVC compatibility patch from Dwight Kelly
2007-05-17 krammadded preprocessing capabilities to png writer
2007-04-22 krammfixed some memleaks
2007-03-18 krammmade embeddable
2007-03-18 krammmade a few functions static
2007-02-20 krammadded mode 2 transparency support
2007-01-07 krammfixed mem leaks
2006-11-19 krammfixed g++ warning
2006-06-05 krammenhanced alpha handling
2006-04-16 krammsmall fixes
2006-04-16 krammremoved the need for REVERSESWAP
2006-01-16 krammwhen saving, don't realloc the clients bitmap
2005-04-07 krammadded an implementation for image mode 4.
2005-04-07 kramminitial revision