- Dec 29, 2016
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
(bug report and patch by Patrick Keshishian)
-
Glenn Randers-Pehrson authored
-
- Dec 28, 2016
-
-
Glenn Randers-Pehrson authored
-
- Dec 27, 2016
-
-
Glenn Randers-Pehrson authored
-
John Bowler authored
-
Glenn Randers-Pehrson authored
-
- Dec 26, 2016
-
-
John Bowler authored
-
Glenn Randers-Pehrson authored
-
John Bowler authored
This eliminates the use of 'defined' within macros that get substituted on #if lines; see the previous patch for a more detailed discussion. Signed-off-by: John Bowler <jbowler@acm.org>
-
John Bowler authored
This removes the use of a macro containing the pre-processor 'defined' operator. It is unclear whether this is valid; a macro which "generates" 'defined' is not permitted, but the use of the work "generates" within the C90 standard seems to imply more than simple substitution of an expression itself containing a well-formed defined operation. Signed-off-by: John Bowler <jbowler@acm.org>
-
Glenn Randers-Pehrson authored
(bug report and patch by Patrick Keshishian).
-
- Oct 01, 2016
-
-
Glenn Randers-Pehrson authored
-
- Sep 26, 2016
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
from 0x00000000 to 0xabadad32 in badcrc.png and badadler.png, to make them recognizable in hex dumps.
-
- Sep 25, 2016
-
-
Glenn Randers-Pehrson authored
Add tests/badcrc.png and tests/badadler.png to tests/pngtest.
-
- Sep 19, 2016
-
-
Glenn Randers-Pehrson authored
Conditionally compile png_set_benign_errors() in pngtest.c
-
- Sep 11, 2016
-
-
Glenn Randers-Pehrson authored
-
- Sep 01, 2016
-
-
Glenn Randers-Pehrson authored
bugfix by John Bowler).
-
- Aug 18, 2016
-
-
Glenn Randers-Pehrson authored
-
- Aug 07, 2016
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Jul 23, 2016
-
-
Glenn Randers-Pehrson authored
-
John Bowler authored
The test would fire when a gamma transform was eliminated because it was not significant if other transforms remained. This is a debug-only change to alter the test to check for an insignificant mis-match of the actual output gamma from the requested output gamma. Signed-off-by: John Bowler <jbowler@acm.org>
-
- Jul 16, 2016
-
-
Glenn Randers-Pehrson authored
-
John Bowler authored
Certain fields are only used in reading. This attempts to do some minor cleanup/rearrangement. Signed-off-by: John Bowler <jbowler@acm.org>
-
- Jul 15, 2016
-
-
Glenn Randers-Pehrson authored
-
- Jul 13, 2016
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
with libpng-1.6.24beta05).
-
- Jul 04, 2016
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
- Jul 03, 2016
-
-
Glenn Randers-Pehrson authored
-
- Jul 02, 2016
-
-
Glenn Randers-Pehrson authored
-
Glenn Randers-Pehrson authored
-
John Bowler authored
In libpng 1.7 pngimage needs to check PNG_WRITE_PNG_SUPPORTED (new in 1.7), not PNG_WRITE_SUPPORTED because png_write_png can be disabled without disabling PNG_WRITE_SUPPORTED. Copied the approach from 1.6 pngcp.c (so this still works in 1.6 as well.)
-