| Commit message (Expand) | Author | Age | Files | Lines |
* | [libpng16] Imported from libpng-1.6.0beta37.tarv1.6.0beta37 | Glenn Randers-Pehrson | 2013-01-10 | 1 | -2/+2 |
* | [libpng16] Rearranged the ARM-NEON optimizations: Isolated the machine specific | John Bowler | 2012-12-15 | 1 | -0/+12 |
* | [libpng16] Rearranged the ARM-NEON optimizations: Isolated the machine specific | John Bowler | 2012-12-13 | 1 | -62/+10 |
* | [libpng16] Trivial editing of commentary in pngrutil.c | Glenn Randers-Pehrson | 2012-11-25 | 1 | -7/+7 |
* | [libpng16] Removed non-working ICC profile support code. There was too much | John Bowler | 2012-11-01 | 1 | -8/+7 |
* | [libpng16] Changed ICC profile support to allow use of an external color | John Bowler | 2012-10-25 | 1 | -51/+5 |
* | [libpng16] Improved ICC profile handling including cHRM chunk generation and | John Bowler | 2012-09-04 | 1 | -2/+1 |
* | [libpng16] Cleaned up and corrected ICC profile handling. | John Bowler | 2012-08-25 | 1 | -1/+2 |
* | [libpng16] Added "tunknown" test and corrected a logic error in | John Bowler | 2012-08-17 | 1 | -3/+15 |
* | [libpng16] Allow fine grain control of unknown chunk APIs. This change allows | John Bowler | 2012-08-16 | 1 | -1/+3 |
* | [libpng16] Unknown handling fixes and clean up. This adds more correct option | John Bowler | 2012-08-15 | 1 | -97/+208 |
* | [libpng16] Removed trailing blanks | Glenn Randers-Pehrson | 2012-08-10 | 1 | -4/+4 |
* | [libpng16] Removed the png_sizeof(), png_strlen(), png_memset(), png_memcpy(), | Glenn Randers-Pehrson | 2012-08-10 | 1 | -1/+1 |
* | [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of the | Glenn Randers-Pehrson | 2012-08-10 | 1 | -15/+15 |
* | [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(), | Glenn Randers-Pehrson | 2012-08-10 | 1 | -2/+2 |
* | [libpng16] Restore info_ptr members that were deleted by the previous | Glenn Randers-Pehrson | 2012-08-09 | 1 | -2/+10 |
* | [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use. | Glenn Randers-Pehrson | 2012-08-09 | 1 | -22/+22 |
* | [libpng16] Removed need for -Wno-cast-align with clang. clang correctly warns | John Bowler | 2012-04-30 | 1 | -4/+6 |
* | [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing the | John Bowler | 2012-03-28 | 1 | -117/+66 |
* | [libpng16] Recognize known sRGB ICC profiles while reading and issue a warning | Glenn Randers-Pehrson | 2012-03-28 | 1 | -39/+72 |
* | [libpng16] Fixed ICC profile parsing and sRGB profile recognition | John Bowler | 2012-03-28 | 1 | -3/+1 |
* | [libpng16] Use uLong 64 bits for crc32 return in profile check | John Bowler | 2012-03-21 | 1 | -1/+1 |
* | [libpng16] Recognize known sRGB ICC profiles while reading and handle them as | Glenn Randers-Pehrson | 2012-03-21 | 1 | -1/+49 |
* | [libpng16] Changed chunk handler warnings into benign errors, incrementally | John Bowler | 2012-03-21 | 1 | -534/+534 |
* | [libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added more | John Bowler | 2012-03-18 | 1 | -11/+0 |
* | [libpng16] Work around for duplicate row start calls; added warning messages. | John Bowler | 2012-03-18 | 1 | -0/+11 |
* | [libpng16] Added configuration support for benign errors and changed the read | John Bowler | 2012-03-16 | 1 | -19/+34 |
* | [libpng16] If benign errors are disabled use maximum window on ancillary | John Bowler | 2012-03-09 | 1 | -12/+30 |
* | [libpng16] Deflate/inflate was reworked to move common zlib calls into single | John Bowler | 2012-03-09 | 1 | -481/+598 |
* | [libpng16] Reject iCCP chunk after the first, even if the first one is invalid. | Glenn Randers-Pehrson | 2012-03-08 | 1 | -1/+4 |
* | [libpng16] Made read 'inflate' handling like write 'deflate' handling. The | John Bowler | 2012-03-05 | 1 | -25/+76 |
* | [libpng16] Changed png_inflate() and calling routines to avoid overflow | John Bowler | 2012-03-03 | 1 | -426/+437 |
* | [libpng16] Remove whitespace at end of lines | John Bowler | 2012-03-02 | 1 | -1/+1 |
* | [libpng16] Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived) | John Bowler | 2012-01-25 | 1 | -6/+9 |
* | [libpng16] Updated copyright year to 2012 | Glenn Randers-Pehrson | 2012-01-01 | 1 | -1/+1 |
* | [libpng16] Implemented 'restrict' for png_info and png_struct. | John Bowler | 2011-12-24 | 1 | -37/+37 |
* | [libpng16] bump version to 1.6.0beta04 | Glenn Randers-Pehrson | 2011-12-22 | 1 | -1/+1 |
* | [libpng16] Start-up code size improvements, error handler flexibility. These | John Bowler | 2011-12-22 | 1 | -2/+2 |
* | [libpng16] Updated "last changed" dates | Glenn Randers-Pehrson | 2011-12-21 | 1 | -1/+1 |
* | [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far. | John Bowler | 2011-11-26 | 1 | -1/+1 |
* | [libpng15] Reject invalid compression flag, method when reading the iTXt chunk. | Glenn Randers-Pehrson | 2011-11-22 | 1 | -2/+2 |
* | [libpng15] Also allow uncompressed iTXt | Glenn Randers-Pehrson | 2011-11-22 | 1 | -1/+1 |
* | [libpng15] Reject invalid compression flag when reading the iTXt chunk. | Glenn Randers-Pehrson | 2011-11-22 | 1 | -0/+8 |
* | [libpng15] Removed some "#if 0" blocks of test code that remained in pngrutil.c | Glenn Randers-Pehrson | 2011-11-21 | 1 | -14/+0 |
* | [libpng15] Removed "zTXt" from warning in generic chunk decompression function. | Glenn Randers-Pehrson | 2011-11-19 | 1 | -1/+1 |
* | [libpng15] Added run-time detection of ARM/NEON support | Mans Rullgard | 2011-11-16 | 1 | -5/+47 |
* | [libpng15] Fixes to alpha swap on read, simplified write and filler add code | John Bowler | 2011-11-08 | 1 | -5/+13 |
* | [libpng15] Simplified read/write API initial version; basic read/write tested | John Bowler | 2011-11-07 | 1 | -19/+28 |
* | [libpng15] Paeth filter speed improvements from work by Siarhei Siamashka. This | John Bowler | 2011-11-03 | 1 | -43/+88 |
* | [libpng15] Fixed bug in pngvalid on early allocation failure; fixed type cast | John Bowler | 2011-11-03 | 1 | -1/+1 |