summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [pngcrush] Updated libpng to version 1.5.16v1.7.59Glenn Randers-Pehrson2013-05-257-22/+25
* [pngcrush] Updated the bundled zlib to version 1.2.8Glenn Randers-Pehrson2013-05-206-15/+15
* [pngcrush] Fixed several bugs reported by pornel at users.sf.net:Glenn Randers-Pehrson2013-05-201-11/+24
* [pngcrush] Show the acTL chunk in chunk list produced by pngcrush -v.Glenn Randers-Pehrson2013-04-161-4/+3
* Merge branch 'pngcrush' of ssh://www.simplesystems.org/git/pngcrush into pngc...Glenn Randers-Pehrson2013-04-100-0/+0
|\
| * [pngcrush] Do not include palette-reduction in -reduce or -new by default.Glenn Randers-Pehrson2013-04-101-16/+23
* | [pngcrush] Bumped version number to 1.7.59Glenn Randers-Pehrson2013-04-102-2/+4
* | Imported from pngcrush-1.7.58.tarGlenn Randers-Pehrson2013-04-104-18/+40
|/
* [pngcrush] Reverted to libpng-1.5.15, to be able to read files with TOO FARGlenn Randers-Pehrson2013-04-0622-12218/+6318
* [pngcrush] Add workaround to be able to read small png files with TOO FAR bug.v1.7.57Glenn Randers-Pehrson2013-04-062-1/+24
* [pngcrush] Updated copyright year for zlib-1.2.7.1.Glenn Randers-Pehrson2013-04-051-1/+7
* [pngcrush] Added "-old" and "-new" options.Glenn Randers-Pehrson2013-04-041-4/+32
* [pngcrush] Bump version to 1.7.57 and update "To do" list.Glenn Randers-Pehrson2013-04-022-10/+18
* Imported from pngcrush-1.7.56.tarv1.7.56Glenn Randers-Pehrson2013-04-023-70/+192
* [pngcrush] Updated ChangeLog.htmlGlenn Randers-Pehrson2013-04-011-0/+8
* [pngcrush] Rebuilt with libpng-1.6.1v1.7.55Glenn Randers-Pehrson2013-03-2716-29/+32
* [pngcrush] Updated zlib to version 1.2.7.1.v1.7.54Glenn Randers-Pehrson2013-03-2521-113/+200
* [pngcrush] Shorten the indexed-PNG tRNS chunk length if it has more entriesGlenn Randers-Pehrson2013-03-091-40/+76
* Merge branch 'pngcrush' of ssh://libpng.git.sourceforge.net/gitroot/pmt/pmt i...Glenn Randers-Pehrson2013-03-040-0/+0
|\
| * [pngcrush] Fixed some errors with initialization that cause the -reduceGlenn Randers-Pehrson2013-03-041-6/+25
* | Imported from pngcrush-1.7.52.tarv1.7.52Glenn Randers-Pehrson2013-03-0417-221/+390
|/
* [pngcrush] Fixed a typo that caused a cHRM chunk to be "found" if an iCCP chunkGlenn Randers-Pehrson2013-03-011-3/+5
* [pngcrush] Updated license info and "To do" list, bumped version to 1.7.52.Glenn Randers-Pehrson2013-03-012-6/+41
* [pncrush] Version 1.7.51 (built with libpng-1.6.0 and zlib-1.2.7)v1.7.51Glenn Randers-Pehrson2013-02-162-55/+185
* [pngcrush] Updated the bundled libpng to version 1.6.0.v1.7.50Glenn Randers-Pehrson2013-02-1423-6335/+12180
* [pngcrush] Finished changing pointer printing to use %p conversion.Glenn Randers-Pehrson2013-02-131-4/+4
* [pngcrush] Use ISO_C "%p" conversion for debug printout of pointers.Glenn Randers-Pehrson2013-02-131-4/+4
* [pngcrush] Update to version 1.7.49v1.7.49Glenn Randers-Pehrson2013-02-131-2/+1
* [pngcrush] Revised pngcrush.h to work with libpng16 and 17.Glenn Randers-Pehrson2013-02-131-10/+18
* [pngcrush] Implemented "-reduce" option to identify and reduce all-gray images,Glenn Randers-Pehrson2013-02-131-79/+337
* Imported from pngcrush-1.7.48.tarv1.7.48Glenn Randers-Pehrson2013-02-105-806/+273
* [pngcrush] Fixed a mistake in 1.7.45 and 1.7.46 that caused the output file tov1.7.47Glenn Randers-Pehrson2013-02-021-54/+73
* [pngcrush] Moved the new level 0 methods to the end of the trial listGlenn Randers-Pehrson2013-01-311-10/+23
* [pngcrush] Bump version to 1.7.46Glenn Randers-Pehrson2013-01-311-1/+3
* [pngcrush] Revised comments about new methods 17 through 21 with zlib level 0.v1.7.45Glenn Randers-Pehrson2013-01-311-10/+11
* [pngcrush] Removed the "-reduce" line from the help screenGlenn Randers-Pehrson2013-01-311-1/+7
* [pngcrush] Updated ChangeLog, bumped version to 1.7.45.Glenn Randers-Pehrson2013-01-241-0/+9
* [pngcrush] Added method 0 (uncompressed). "-m 0" now simply turns on method 0.Glenn Randers-Pehrson2013-01-241-23/+51
* Merge branch 'pngcrush' of ssh://libpng.git.sourceforge.net/gitroot/pmt/pmt i...Glenn Randers-Pehrson2013-01-233-1164/+0
|\
| * Imported from pngcrush-1.7.43.tarv1.7.43Glenn Randers-Pehrson2013-01-122-22/+50
* | Imported from pngcrush-1.7.44.tarGlenn Randers-Pehrson2013-01-2320-176/+1455
|/
* [pngcrush] Added "remove(inname)" before "rename(outname, inname)" when usingGlenn Randers-Pehrson2012-12-291-9/+8
* [pngcrush] Disabled "-ow" option on CYGWIN/MinGW because "rename()" does notGlenn Randers-Pehrson2012-12-291-1/+11
* Merge branch 'pngcrush' of ssh://www.simplesystems.org/git/pngcrush into pngc...Glenn Randers-Pehrson2012-12-290-0/+0
|\
| * [pngcrush] Revised zutil.h to avoid redefining ptrdiff_t on MinGW/CYGWINGlenn Randers-Pehrson2012-12-291-0/+7
* | Imported from pngcrush-1.7.42.tarv1.7.42Glenn Randers-Pehrson2012-12-294-41/+76
|/
* [pngcrush] Reverted to version 1.7.38; -39 and -40 failed to write output.v1.7.41Glenn Randers-Pehrson2012-10-241-164/+786
* [pngcrush] Revised "To do" info about optimizing CINFO.Glenn Randers-Pehrson2012-10-191-7/+37
* [pngcrush] Bump version to 1.7.41Glenn Randers-Pehrson2012-10-161-1/+3
* [pngcrush] Revised default "help" for -oldtimestamp and -newtimestampv1.7.40Glenn Randers-Pehrson2012-10-161-6/+2