summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [pngcrush] Eliminated a potential overflow while adding iTXt chunk (over-lengthv1.7.88Glenn Randers-Pehrson2015-11-121-5/+5
* [pngcrush] Update libpng to version 1.6.19Glenn Randers-Pehrson2015-11-1215-371/+265
* [pngcrush] Updated ChangeLogGlenn Randers-Pehrson2015-10-122-2/+17
* [pngcrush] Added reference to CVE-2015-7700.Glenn Randers-Pehrson2015-10-121-4/+7
* [Pngcrush] merged png.c with libpng-1.6.18/png.cGlenn Randers-Pehrson2015-10-101-1/+1
* [pngcrush] Fixed a double-free bug. There was a "free" of the sPLT chunkv1.7.87Glenn Randers-Pehrson2015-10-102-89/+120
* [pngcrush] Update libpng to version 1.6.18Glenn Randers-Pehrson2015-07-2317-1458/+811
* [pngcrush] Increased maximum size of a text chunk input from 260 to 2048Glenn Randers-Pehrson2015-07-141-15/+32
* Merge branch 'pngcrush' of ssh://git.code.sf.net/p/pmt/code into pngcrushGlenn Randers-Pehrson2015-04-210-0/+0
|\
| * [pngcrush] Removed experimental WBITS_8_OK code.v1.7.85Glenn Randers-Pehrson2015-03-091-7/+0
* | Imported from pngcrush-1.7.86.tarv1.7.86Glenn Randers-Pehrson2015-04-2123-348/+380
|/
* [pngcrush] Disabled the "-already_crushed" option which does not really workGlenn Randers-Pehrson2015-03-091-9/+34
* [Pngcrush] Eliminated "FAR" memory support (it was removed from libpng atGlenn Randers-Pehrson2015-03-081-129/+15
* [pngcrush] Updated the changelog to say that CVE-2015-2158 was introducedGlenn Randers-Pehrson2015-03-081-1/+2
* [pngcrush] Updated changelog.Glenn Randers-Pehrson2015-03-061-0/+1
* [pngcrush] Fixed include path for utime.h on MSVC (Louis McLaughlin).Glenn Randers-Pehrson2015-03-061-1/+5
* [pngcrush] Removed some cruft left over from Coverity testing.Glenn Randers-Pehrson2015-03-031-22/+8
* [pngcrush] Mention CVE-2015-2158 in changelog. This bug had already beenGlenn Randers-Pehrson2015-03-031-2/+3
* [pngcrush] Fix typo ("buff" should be "chunk_name")Glenn Randers-Pehrson2015-03-011-24/+2
* [pngcrush] Improved reporting of invalid chunk names. Does not try to putGlenn Randers-Pehrson2015-03-012-6/+74
* Revert "[pngcrush] Bump version to 1.7.85; better reporting of invalid chunk ...Glenn Randers-Pehrson2015-03-012-183/+108
* [pngcrush] Bump version to 1.7.85; better reporting of invalid chunk names.Glenn Randers-Pehrson2015-03-012-108/+183
* [pngcrush] Clean up more Coverity-scan warnings.v1.7.84Glenn Randers-Pehrson2015-02-283-120/+176
* [pngcrush] Removed some dead code.Glenn Randers-Pehrson2015-01-291-12/+4
* [pngcrush] Bump version to 1.7.84Glenn Randers-Pehrson2015-01-291-1/+1
* [pngcrush] Ensure that PNGCBAPI is defined, in case pngcrush is built withGlenn Randers-Pehrson2015-01-291-8/+27
* [pngcrush] Fixed remaining Coverity-scan warning.v1.7.83Glenn Randers-Pehrson2015-01-282-16/+12
* [pngcrush] Bump version to 1.7.83Glenn Randers-Pehrson2015-01-271-1/+1
* [pngcrush] Fixed some Coverity-scan warnings.Glenn Randers-Pehrson2015-01-271-45/+68
* [pngcrush] Updated libpng to version 1.6.16v1.7.82Glenn Randers-Pehrson2014-12-227-274/+336
* Update to pngcrush-1.7.81Glenn Randers-Pehrson2014-11-210-0/+0
|\
| * [pngcrush] Version 1.7.80v1.7.80Glenn Randers-Pehrson2014-11-042-5/+7
* | Imported from pngcrush-1.7.81.tarv1.7.81Glenn Randers-Pehrson2014-11-2124-1040/+1215
|/
* [pngcrush] Enable the "-reduce_palette" and "-noreduce_palette" options.Glenn Randers-Pehrson2014-11-041-33/+34
* [pngcrush] Fixed bugs in -reduce_palette (or -plte_len N) optionv1.7.79Glenn Randers-Pehrson2014-11-022-140/+169
* [pngcrush] Update libpng to version 1.6.14v1.7.78Glenn Randers-Pehrson2014-10-2215-368/+346
* [pngcrush] Bump version to 1.7.78Glenn Randers-Pehrson2014-08-222-2/+4
* [pngcrush] Update bundled libpng to version 1.6.13v1.7.77Glenn Randers-Pehrson2014-08-2110-44/+52
* [pngcrush] Updated libpng to version 1.6.12.v1.7.76Glenn Randers-Pehrson2014-06-1317-206/+262
* [pngcrush] Reverted libpng to version 1.6.10 due to a misplaced statementv1.7.75Glenn Randers-Pehrson2014-06-0617-239/+210
* [pngcrush] update bundled libpng to version 1.6.11v1.7.74Glenn Randers-Pehrson2014-06-0616-214/+249
* [pngcrush] Bump version to 1.7.74Glenn Randers-Pehrson2014-03-152-3/+5
* [libpng] Uncomment "png_set_strip_16()" and add "png_set_scale_16"Glenn Randers-Pehrson2014-03-151-4/+10
* [pngcrush] Fixed bug in reducing 16-bit to 8-bit via the "-reduce" option.Glenn Randers-Pehrson2014-03-142-38/+81
* [pngcrush] Update pngcrush to 1.7.72 and libpng to 1.6.10v1.7.72Glenn Randers-Pehrson2014-03-0615-233/+244
* [pngcrush] Update bundled libpng to version 1.6.9v1.7.71Glenn Randers-Pehrson2014-02-0716-739/+667
* [pngcrush] Update libpng to version 1.6.8 and pngcrush to version 1.7.70v1.7.70Glenn Randers-Pehrson2013-12-2217-187/+317
* Merge branch 'pngcrush' of ssh://git.code.sf.net/p/pmt/code into pngcrushGlenn Randers-Pehrson2013-11-060-0/+0
|\
| * [libpng16] Expanded two instances of pngcrush_get_long() to strtol().Glenn Randers-Pehrson2013-09-291-6/+4
* | Imported from pngcrush-1.7.69.tarv1.7.69Glenn Randers-Pehrson2013-11-069-33/+92
|/