summaryrefslogtreecommitdiff
path: root/pngvalid.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Constant changes for 64-bit compatibility (removal of L suffixes).John Bowler2011-09-091-1/+1
* [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relateJohn Bowler2011-09-091-1/+4
* [devel] Zapped "zap" (changed "zap" to "remove")Glenn Randers-Pehrson2011-08-291-4/+4
* [devel] Use "gray" spelling consistently.Glenn Randers-Pehrson2011-08-251-8/+8
* [devel] Fixes to rgb_to_gray and cHRM XYZ APIsJohn Bowler2011-08-251-247/+1195
* [devel] Revised commentary about png_rgb_to_gray coefficentsGlenn Randers-Pehrson2011-08-111-1/+1
* [devel] Imported from libpng-1.5.5beta03.tarv1.5.5beta03Glenn Randers-Pehrson2011-07-271-1/+1
* [devel] Enabled compilation with g++ compiler. This compiler does notJohn Bowler2011-07-141-27/+46
* [devel] Imported from libpng-1.5.4.tarv1.5.4Glenn Randers-Pehrson2011-07-071-1/+1
* [devel] Fix pngvalid.c with ACCURATE_SCALEJohn Bowler2011-06-221-33/+34
* [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL.John Bowler2011-06-181-16/+35
* [devel] Fix pngvalid.c to compile when SCALE_16 is disabled.Glenn Randers-Pehrson2011-06-171-1/+1
* [devel] Fix new bugs in pngvalid.c; it failed to compile.Glenn Randers-Pehrson2011-06-171-18/+16
* [devel] Renamed png_set_chop_16() to png_set_strip_16().Glenn Randers-Pehrson2011-06-171-38/+24
* [devel] Renamed png_set_strip_16() to png_set_scale_16().Glenn Randers-Pehrson2011-06-171-39/+39
* [devel] Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again.Glenn Randers-Pehrson2011-06-161-0/+3
* [devel] Updated comments that mention 1.5.3; changed them to 1.5.4.Glenn Randers-Pehrson2011-06-151-1/+1
* [devel] Check for READ_CHOP_16_TO_8 support in pngvalid,Glenn Randers-Pehrson2011-06-141-2/+2
* [devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler2011-06-141-1/+57
* [devel] Imported from libpng-1.5.4beta01.tarv1.5.4beta01Glenn Randers-Pehrson2011-06-131-1/+1
* [devel] Added log option to pngvalid.c and attempted to improve gamma messages.John Bowler2011-06-111-62/+314
* [devel] Revised pngvalid.c to test PNG_ALPHA_MODE_SUPPORTED correctly.John Bowler2011-06-111-0/+4
* [devel] Improved gamma range checks and other things OpenWatcom warns about.John Bowler2011-06-111-3/+3
* [devel] Add tests for expand16, more fixes for palette image testsJohn Bowler2011-05-181-234/+459
* [devel] Reversed earlier change of transformation order; moveJohn Bowler2011-05-161-11/+40
* [devel] Minor revisions to comments on pngstruct.h and pngvalid.cGlenn Randers-Pehrson2011-05-151-8/+8
* [devel] Update CHANGES and ANNOUNCE; fix some new typos in comments.Glenn Randers-Pehrson2011-05-151-7/+7
* [devel] pngvalid: add memory overwrite and palette image checksJohn Bowler2011-05-151-466/+880
* [devel] Improve "pngvalid --speed" to exclude more of pngvalid from the time.John Bowler2011-05-111-7/+7
* [devel] Implementation of premultiplied alpha support: png_set_alpha_modeJohn Bowler2011-05-071-245/+1025
* [devel] Update "last changed" dates and added CHANGES entry.Glenn Randers-Pehrson2011-05-051-1/+1
* [devel] Remove png_snprintf, add formatted warning messages.John Bowler2011-05-051-1/+78
* [devel] Added appropriate feature test macros (_POSIX_SOURCE, _ISOC99_SOURCE)Glenn Randers-Pehrson2011-05-031-0/+2
* [devel] Cleanup of conditional compilation code and of background/gammaJohn Bowler2011-04-171-47/+111
* [devel] Imported from libpng-1.5.2.tarv1.5.2Glenn Randers-Pehrson2011-03-311-1/+1
* [devel] Revert png_get_current_row_number() to previous (1.5.2beta01) behavior.John Bowler2011-02-161-2/+5
* [devel] Imported from libpng-1.5.2beta01.tarGlenn Randers-Pehrson2011-02-131-1/+1
* [devel] Trim trailing blanks from sources and manualGlenn Randers-Pehrson2011-02-121-1/+1
* [devel] Implement expansion to 16 bitsJohn Bowler2011-02-121-1/+43
* [devel] Fix png_get_current_row_number in the interlaced case.John Bowler2011-02-121-0/+6
* [devel] Fix gcc -pendantic warnings, handle Cygwin longjmp fix png_read_pngJohn Bowler2011-02-121-1/+1
* --amend [devel] Imported from libpng-1.5.1.tarv1.5.1Glenn Randers-Pehrson2011-02-021-1/+1
* [devel] Add-transform-tests-to-pngvalid-simplify-argumentsJohn Bowler2011-01-281-360/+636
* [devel] Enhance pngvalid, correct an error in gray_to_rgb, correct doc error.John Bowler2011-01-231-17/+1626
* [devel] Bump to version libpng-1.5.1rc01Glenn Randers-Pehrson2011-01-211-1/+1
* [devel] Eliminate more GCC shadow warningsJohn Bowler2011-01-161-32/+39
* [devel] Correct pngvalid gamma test to check each color sample, not just red.John Bowler2011-01-151-1/+4
* [devel] Imported from libpng-1.5.0.tarv1.5.0Glenn Randers-Pehrson2011-01-061-1/+1
* [devel] Update copyright year and bump to version libpng-1.5.0rc07Glenn Randers-Pehrson2011-01-041-1/+1
* [devel] Minor changes to work round warnings in gcc 3.4John Bowler2010-12-191-10/+11