summaryrefslogtreecommitdiff
path: root/pngrutil.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.0beta37.tarv1.6.0beta37Glenn Randers-Pehrson2013-01-101-2/+2
* [libpng16] Rearranged the ARM-NEON optimizations: Isolated the machine specificJohn Bowler2012-12-151-0/+12
* [libpng16] Rearranged the ARM-NEON optimizations: Isolated the machine specificJohn Bowler2012-12-131-62/+10
* [libpng16] Trivial editing of commentary in pngrutil.cGlenn Randers-Pehrson2012-11-251-7/+7
* [libpng16] Removed non-working ICC profile support code. There was too muchJohn Bowler2012-11-011-8/+7
* [libpng16] Changed ICC profile support to allow use of an external colorJohn Bowler2012-10-251-51/+5
* [libpng16] Improved ICC profile handling including cHRM chunk generation andJohn Bowler2012-09-041-2/+1
* [libpng16] Cleaned up and corrected ICC profile handling.John Bowler2012-08-251-1/+2
* [libpng16] Added "tunknown" test and corrected a logic error inJohn Bowler2012-08-171-3/+15
* [libpng16] Allow fine grain control of unknown chunk APIs. This change allowsJohn Bowler2012-08-161-1/+3
* [libpng16] Unknown handling fixes and clean up. This adds more correct optionJohn Bowler2012-08-151-97/+208
* [libpng16] Removed trailing blanksGlenn Randers-Pehrson2012-08-101-4/+4
* [libpng16] Removed the png_sizeof(), png_strlen(), png_memset(), png_memcpy(),Glenn Randers-Pehrson2012-08-101-1/+1
* [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of theGlenn Randers-Pehrson2012-08-101-15/+15
* [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(),Glenn Randers-Pehrson2012-08-101-2/+2
* [libpng16] Restore info_ptr members that were deleted by the previousGlenn Randers-Pehrson2012-08-091-2/+10
* [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use.Glenn Randers-Pehrson2012-08-091-22/+22
* [libpng16] Removed need for -Wno-cast-align with clang. clang correctly warnsJohn Bowler2012-04-301-4/+6
* [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing theJohn Bowler2012-03-281-117/+66
* [libpng16] Recognize known sRGB ICC profiles while reading and issue a warningGlenn Randers-Pehrson2012-03-281-39/+72
* [libpng16] Fixed ICC profile parsing and sRGB profile recognitionJohn Bowler2012-03-281-3/+1
* [libpng16] Use uLong 64 bits for crc32 return in profile checkJohn Bowler2012-03-211-1/+1
* [libpng16] Recognize known sRGB ICC profiles while reading and handle them asGlenn Randers-Pehrson2012-03-211-1/+49
* [libpng16] Changed chunk handler warnings into benign errors, incrementallyJohn Bowler2012-03-211-534/+534
* [libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added moreJohn Bowler2012-03-181-11/+0
* [libpng16] Work around for duplicate row start calls; added warning messages.John Bowler2012-03-181-0/+11
* [libpng16] Added configuration support for benign errors and changed the readJohn Bowler2012-03-161-19/+34
* [libpng16] If benign errors are disabled use maximum window on ancillaryJohn Bowler2012-03-091-12/+30
* [libpng16] Deflate/inflate was reworked to move common zlib calls into singleJohn Bowler2012-03-091-481/+598
* [libpng16] Reject iCCP chunk after the first, even if the first one is invalid.Glenn Randers-Pehrson2012-03-081-1/+4
* [libpng16] Made read 'inflate' handling like write 'deflate' handling. TheJohn Bowler2012-03-051-25/+76
* [libpng16] Changed png_inflate() and calling routines to avoid overflowJohn Bowler2012-03-031-426/+437
* [libpng16] Remove whitespace at end of linesJohn Bowler2012-03-021-1/+1
* [libpng16] Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived)John Bowler2012-01-251-6/+9
* [libpng16] Updated copyright year to 2012Glenn Randers-Pehrson2012-01-011-1/+1
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-241-37/+37
* [libpng16] bump version to 1.6.0beta04Glenn Randers-Pehrson2011-12-221-1/+1
* [libpng16] Start-up code size improvements, error handler flexibility. TheseJohn Bowler2011-12-221-2/+2
* [libpng16] Updated "last changed" datesGlenn Randers-Pehrson2011-12-211-1/+1
* [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far.John Bowler2011-11-261-1/+1
* [libpng15] Reject invalid compression flag, method when reading the iTXt chunk.Glenn Randers-Pehrson2011-11-221-2/+2
* [libpng15] Also allow uncompressed iTXtGlenn Randers-Pehrson2011-11-221-1/+1
* [libpng15] Reject invalid compression flag when reading the iTXt chunk.Glenn Randers-Pehrson2011-11-221-0/+8
* [libpng15] Removed some "#if 0" blocks of test code that remained in pngrutil.cGlenn Randers-Pehrson2011-11-211-14/+0
* [libpng15] Removed "zTXt" from warning in generic chunk decompression function.Glenn Randers-Pehrson2011-11-191-1/+1
* [libpng15] Added run-time detection of ARM/NEON supportMans Rullgard2011-11-161-5/+47
* [libpng15] Fixes to alpha swap on read, simplified write and filler add codeJohn Bowler2011-11-081-5/+13
* [libpng15] Simplified read/write API initial version; basic read/write testedJohn Bowler2011-11-071-19/+28
* [libpng15] Paeth filter speed improvements from work by Siarhei Siamashka. ThisJohn Bowler2011-11-031-43/+88
* [libpng15] Fixed bug in pngvalid on early allocation failure; fixed type castJohn Bowler2011-11-031-1/+1