- 72855fb [libpng16] Made progressive reading of interlaced images consistent with the by Glenn Randers-Pehrson · 11 years ago
- fa26eb1 [libpng16] Fixed a typo in pngrutil.c, introduced in libpng-1.5.6, that by Glenn Randers-Pehrson · 11 years ago
- 0567015 [libpng16] Use "if (value != 0)" instead of "if (value)" consistently. by Glenn Randers-Pehrson · 11 years ago
- 71d23c4 [libpng16] Bump version to 1.6.11beta01 by Glenn Randers-Pehrson · 11 years ago
- 4df37bf [libpng16] Imported from libpng-1.6.10.tar by Glenn Randers-Pehrson · 11 years ago
- b8f4334 [libpng16] Removed unreachable return statement after png_chunk_error() by Glenn Randers-Pehrson · 11 years ago
- 45625ec [libpng16] Don't recognize known sRGB profiles as sRGB if they have been hacked, by Glenn Randers-Pehrson · 11 years ago
- eb657ae [libpng16] Added png_ptr->process_mode = PNG_READ_IDAT_MODE in by Glenn Randers-Pehrson · 11 years ago
- 9c5a1ba [libpng16] Check for info_ptr == NULL early in png_read_end() so we don't need by Glenn Randers-Pehrson · 11 years ago
- 9eec159 [libpng16] Imported from libpng-1.6.10beta01.tar by Glenn Randers-Pehrson · 11 years ago
- 414d7b5 [libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31. by John Bowler · 11 years ago
- be3977d [libpng16] Imported from libpng-1.6.8.tar by Glenn Randers-Pehrson · 11 years ago
- 3f8a2ed [libpng16] Removed or marked PNG_UNUSED some harmless "dead assignments" by Glenn Randers-Pehrson · 11 years ago
- aaf1bb1 [libpng16] Updated "last changed" dates by John Bowler · 11 years ago
- 1132134 [libpng16] Conditionally compile some unused functions reported by -Wall by Glenn Randers-Pehrson · 11 years ago
- 0ea69cd [libpng16] Imported from libpng-1.6.7.tar by Glenn Randers-Pehrson · 11 years ago
- 0441ff6 [libpng16] Remove spurious "#ifdef PNG_sRGB_SUPPORTED" from pngrutil.c by John Bowler · 11 years ago
- b372175 [libpng16] Catch up with some recent changes that did not get merged. by Glenn Randers-Pehrson · 11 years ago
- 8f38190 [libpng16] Avoid up-cast warnings in pngvalid.c. On ARM the alignment by John Bowler · 11 years ago
- 15a8044 [libpng16] Allow HANDLE_AS_UNKNOWN to work when other options are configured by John Bowler · 11 years ago
- 6f8f004 [libpng16] Added #ifdef PNG_READ_SUPPORTED/endif around the by Glenn Randers-Pehrson · 11 years ago
- 873f16f [libpng16] Reverted the change to unknown handling #defines; the change by Glenn Randers-Pehrson · 11 years ago
- 7ae451f [libpng16] Bump version to 1.6.7beta01 by Glenn Randers-Pehrson · 11 years ago
- 3914594 [libpng16] Imported from libpng-1.6.6.tar by Glenn Randers-Pehrson · 11 years ago
- 53ae7dc [libpng16] Imported from libpng-1.6.5.tar by Glenn Randers-Pehrson · 11 years ago
- cd6a3ef [libpng16] Bump version to 1.6.5beta01 by Glenn Randers-Pehrson · 11 years ago
- 209d3eb [libpng16] Imported from libpng-1.6.4.tar by Glenn Randers-Pehrson · 11 years ago
- 8c49ddc [libpng16] Imported from libpng-1.6.4beta02.tar by Glenn Randers-Pehrson · 11 years ago
- 3244020 [libpng16] Imported from libpng-1.6.4beta01.tar by Glenn Randers-Pehrson · 11 years ago
- 685d79e [libpng16] Delay calling png_init_filter_functions() until a row with nonzero by Glenn Randers-Pehrson · 11 years ago
- 847e9ef [libpng16] Imported from libpng-1.6.3.tar by Glenn Randers-Pehrson · 11 years ago
- db56fa1 [libpng16] Revised "/*SAFE*/" comment in pngrutil.c by Glenn Randers-Pehrson · 11 years ago
- bc8e40d [libpng16] Added "/* SAFE */" comments in pngrutil.c and pngrtran.c by Glenn Randers-Pehrson · 11 years ago
- 56a1a66 [libpng16] Imported from libpng-1.6.3beta09.tar by Glenn Randers-Pehrson · 11 years ago
- 9afb90f [libpng16] Attempt to detect configuration issues with pngdeflate, by John Bowler · 11 years ago
- 294d0b8 [libpng16] Detect wrong libpng versions linked to pngdeflate, which currently by John Bowler · 11 years ago
- 62c6fbb [libpng16] Check that PNG_MAXIMUM_INFLATE_WINDOW is defined before using it. by Glenn Randers-Pehrson · 11 years ago
- 0c7ac06 [libpng16] Added an option to force maximum window size for inflating. by John Bowler · 11 years ago
- db67cba [libpng16] Check for EOF in contrib/pngminus/pnm2png.c (Paul Stewart). by Glenn Randers-Pehrson · 11 years ago
- 2fd3434 [libpng16] Imported from libpng-1.6.3beta04.tar by Glenn Randers-Pehrson · 12 years ago
- 127b08a [libpng16] Calculate our own zlib windowBits when decoding rather than by Glenn Randers-Pehrson · 12 years ago
- 399430d [libpng16] Update "last changed" comments. by Glenn Randers-Pehrson · 12 years ago
- 3f677d1 [libpng16] Bump version to 1.6.3beta01 by Glenn Randers-Pehrson · 12 years ago
- 809355b [libpng16] Imported from libpng-1.6.2.tar by Glenn Randers-Pehrson · 12 years ago
- 6e1c74b [libpng16] Imported from libpng-1.6.2rc03.tar by Glenn Randers-Pehrson · 12 years ago
- 67a289f [libpng16] Fixed some spelling/typos by Glenn Randers-Pehrson · 12 years ago
- 7ef0c46 [libpng16] Updated "last changed" comments. by Glenn Randers-Pehrson · 12 years ago
- 43c07e1 [libpng16] Fixed incorrect warning of excess deflate data. End condition - the by John Bowler · 12 years ago
- 5087805 [libpng16] Imported from libpng-1.6.1.tar by Glenn Randers-Pehrson · 12 years ago
- caa3f29 [libpng16] Eliminated another warning from the Intel C compiler. by John Bowler · 12 years ago
- 2286a7c [libpng16] Eliminated a warning from the Intel C compiler. The warning is by John Bowler · 12 years ago
- 8c87dc8 [libpng16] Imported from libpng-1.6.1beta06.tar by Glenn Randers-Pehrson · 12 years ago
- 4ea113b [libng16] Reverted recent change that eliminated a warning about storing by Glenn Randers-Pehrson · 12 years ago
- 871b1d0 [libpng16] Bump version to 1.6.1beta05 by Glenn Randers-Pehrson · 12 years ago
- f3af706 [libpng16] Imported from libpng-1.6.0beta05.tar by Glenn Randers-Pehrson · 13 years ago
- 96cf4bd [libpng16] Fixed bug introduced in libpng-1.6.0beta28 that causes libpng to by Glenn Randers-Pehrson · 12 years ago
- adb9613 [libpng16] Imported from libpng-1.6.1beta02.tar by Glenn Randers-Pehrson · 12 years ago
- 3b8e7e8 [libpng16] Imported from libpng-1.6.1beta01.tar by Glenn Randers-Pehrson · 12 years ago
- 5851280 [libpng16] Imported from libpng-1.6.0beta37.tar by Glenn Randers-Pehrson · 12 years ago
- 6cf32b4 [libpng16] Rearranged the ARM-NEON optimizations: Isolated the machine specific by John Bowler · 12 years ago
- f758d6c [libpng16] Rearranged the ARM-NEON optimizations: Isolated the machine specific by John Bowler · 12 years ago
- 5b9a28f [libpng16] Trivial editing of commentary in pngrutil.c by Glenn Randers-Pehrson · 12 years ago
- 520803d [libpng16] Removed non-working ICC profile support code. There was too much by John Bowler · 12 years ago
- f8dfd12 [libpng16] Changed ICC profile support to allow use of an external color by John Bowler · 12 years ago
- b98681b [libpng16] Improved ICC profile handling including cHRM chunk generation and by John Bowler · 12 years ago
- 14d0ca6 [libpng16] Cleaned up and corrected ICC profile handling. by John Bowler · 12 years ago
- d0eef28 [libpng16] Added "tunknown" test and corrected a logic error in by John Bowler · 12 years ago
- 4a6c6df [libpng16] Allow fine grain control of unknown chunk APIs. This change allows by John Bowler · 12 years ago
- e956751 [libpng16] Unknown handling fixes and clean up. This adds more correct option by John Bowler · 12 years ago
- 3744f94 [libpng16] Removed trailing blanks by Glenn Randers-Pehrson · 12 years ago
- ece07cf [libpng16] Removed the png_sizeof(), png_strlen(), png_memset(), png_memcpy(), by Glenn Randers-Pehrson · 12 years ago
- dbb7e19 [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of the by Glenn Randers-Pehrson · 12 years ago
- 26849f4 [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(), by Glenn Randers-Pehrson · 12 years ago
- 4430b91 [libpng16] Restore info_ptr members that were deleted by the previous by Glenn Randers-Pehrson · 12 years ago
- 432c174 [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use. by Glenn Randers-Pehrson · 12 years ago
- b454169 [libpng16] Removed need for -Wno-cast-align with clang. clang correctly warns by John Bowler · 13 years ago
- 921648a [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing the by John Bowler · 13 years ago
- 4801561 [libpng16] Recognize known sRGB ICC profiles while reading and issue a warning by Glenn Randers-Pehrson · 13 years ago
- 13a87d9 [libpng16] Fixed ICC profile parsing and sRGB profile recognition by John Bowler · 13 years ago
- f7677a3 [libpng16] Use uLong 64 bits for crc32 return in profile check by John Bowler · 13 years ago
- 8fbd60d [libpng16] Recognize known sRGB ICC profiles while reading and handle them as by Glenn Randers-Pehrson · 13 years ago
- b11b31a [libpng16] Changed chunk handler warnings into benign errors, incrementally by John Bowler · 13 years ago
- 66efa24 [libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added more by John Bowler · 13 years ago
- 0c11b5f [libpng16] Work around for duplicate row start calls; added warning messages. by John Bowler · 13 years ago
- aa816c4 [libpng16] Added configuration support for benign errors and changed the read by John Bowler · 13 years ago
- 9066919 [libpng16] If benign errors are disabled use maximum window on ancillary by John Bowler · 13 years ago
- b5d0051 [libpng16] Deflate/inflate was reworked to move common zlib calls into single by John Bowler · 13 years ago
- 6038b80 [libpng16] Reject iCCP chunk after the first, even if the first one is invalid. by Glenn Randers-Pehrson · 13 years ago
- 42a2b55 [libpng16] Made read 'inflate' handling like write 'deflate' handling. The by John Bowler · 13 years ago
- 0ae4f7b [libpng16] Changed png_inflate() and calling routines to avoid overflow by John Bowler · 13 years ago
- 6f237b6 [libpng16] Remove whitespace at end of lines by John Bowler · 13 years ago
- 8fb6c6a [libpng16] Eliminated Intel icc/icl compiler warnings. The Intel (GCC derived) by John Bowler · 13 years ago
- 1531bd6 [libpng16] Updated copyright year to 2012 by Glenn Randers-Pehrson · 13 years ago
- 5d56786 [libpng16] Implemented 'restrict' for png_info and png_struct. by John Bowler · 13 years ago
- 67ee8ce [libpng16] bump version to 1.6.0beta04 by Glenn Randers-Pehrson · 13 years ago
- 40b2603 [libpng16] Start-up code size improvements, error handler flexibility. These by John Bowler · 13 years ago
- 13831bc [libpng16] Updated "last changed" dates by Glenn Randers-Pehrson · 13 years ago
- baeb6d1 [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far. by John Bowler · 13 years ago
- 12fb29f [libpng15] Reject invalid compression flag, method when reading the iTXt chunk. by Glenn Randers-Pehrson · 13 years ago
- 8500b77 [libpng15] Also allow uncompressed iTXt by Glenn Randers-Pehrson · 13 years ago