| Commit message (Expand) | Author | Age | Files | Lines |
* | [libpng17] Port recent zlib windowBits handling from libpng-1.6.3beta06 | Glenn Randers-Pehrson | 2013-05-10 | 1 | -0/+18 |
* | [libpng17] Exposed PNG chunk types in png.h, modified png_uint_32 macros/code | John Bowler | 2013-04-19 | 1 | -65/+0 |
* | [libpng17] Use parentheses consistently with #if defined() | Glenn Randers-Pehrson | 2013-02-17 | 1 | -13/+13 |
* | [libpng17] Imported from libpng-1.7.0alpha10.tarv1.7.0alpha10 | Glenn Randers-Pehrson | 2013-02-06 | 1 | -46/+59 |
* | [libpng17] Fixed ARM support (Mans Rullgard). | Mans Rullgard | 2013-02-05 | 1 | -4/+3 |
* | [libpng17] Make symbol prefixing work with the ARM neon optimizations. Also | John Bowler | 2013-02-04 | 1 | -26/+38 |
* | [libpng17] Set counter to prevent additional attempts to cache a chunk | Glenn Randers-Pehrson | 2013-01-21 | 1 | -2/+2 |
* | [libpng17] Pulled changes to multi-chunk handling from libpng-1.6.0beta40. | John Bowler | 2013-01-21 | 1 | -0/+17 |
* | [libpng17] Imported from libpng-1.7.0alpha07.tarv1.7.0alpha07 | Glenn Randers-Pehrson | 2013-01-10 | 1 | -1/+1 |
* | [libpng17] Updated copyright year to 2013 in changed files. | Glenn Randers-Pehrson | 2013-01-01 | 1 | -1/+1 |
* | [libpng17] Cleaned up and enhanced the configure option; libpng now correctly | John Bowler | 2012-12-17 | 1 | -28/+11 |
* | [libpng17] Removed more functions that were deprecated in libpng-1.6.0: | John Bowler | 2012-12-15 | 1 | -2/+3 |
* | [libpng17] Rearranged ARM-NEON optimizations to isolate the machine specific | John Bowler | 2012-12-14 | 1 | -0/+9 |
* | [libpng17] Made 8-bit compose and rgb_to_grayscale accuracy improvements. | John Bowler | 2012-12-14 | 1 | -15/+25 |
* | [libpng16] Removed non-working ICC profile support code. There was too much | John Bowler | 2012-11-01 | 1 | -5/+4 |
* | [libpng16] Changed ICC profile support to allow use of an external color | John Bowler | 2012-10-25 | 1 | -8/+32 |
* | [libpng16] Minor documentation edits | Glenn Randers-Pehrson | 2012-10-10 | 1 | -4/+4 |
* | [libpng16] Improved ICC profile handling including cHRM chunk generation and | John Bowler | 2012-09-04 | 1 | -4/+3 |
* | [libpng16] Cleaned up and corrected ICC profile handling. | John Bowler | 2012-08-25 | 1 | -10/+4 |
* | [libpng16] Minor cleanup of iCCP processing | John Bowler | 2012-08-22 | 1 | -1/+3 |
* | [libpng16] Folded long lines and fixed some grammar. | Glenn Randers-Pehrson | 2012-08-16 | 1 | -77/+85 |
* | [libpng16] Unknown handling fixes and clean up. This adds more correct option | John Bowler | 2012-08-15 | 1 | -11/+20 |
* | [libpng16] Removed the png_sizeof(), png_strlen(), png_memset(), png_memcpy(), | Glenn Randers-Pehrson | 2012-08-10 | 1 | -9/+0 |
* | [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of the | Glenn Randers-Pehrson | 2012-08-10 | 1 | -1/+1 |
* | [libpng16] Add more conditionals for compiling png_fixed(). | Glenn Randers-Pehrson | 2012-08-10 | 1 | -2/+7 |
* | [libpng16] Some files were omitted from a previous checkin. Here they are. | John Bowler | 2012-08-10 | 1 | -6/+15 |
* | [libpng16Cleanup of png_set_filler(). This function does very different things | John Bowler | 2012-08-09 | 1 | -1/+1 |
* | [libpng16] Fixed configurations where floating point is completely disabled. | John Bowler | 2012-08-09 | 1 | -1/+6 |
* | [libpng16] Removed need for -Wno-cast-align with clang. clang correctly warns | John Bowler | 2012-04-30 | 1 | -0/+6 |
* | [libpng16] Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h around | Glenn Randers-Pehrson | 2012-04-23 | 1 | -2/+0 |
* | [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing the | John Bowler | 2012-03-28 | 1 | -2/+7 |
* | [libpng16] Changed chunk handler warnings into benign errors, incrementally | John Bowler | 2012-03-21 | 1 | -58/+73 |
* | [ibpng16] Added application error reporting and added chunk names to read | John Bowler | 2012-03-18 | 1 | -2/+33 |
* | [libpng16] Deflate/inflate was reworked to move common zlib calls into single | John Bowler | 2012-03-09 | 1 | -30/+41 |
* | [libpng16] Reject iCCP chunk after the first, even if the first one is invalid. | Glenn Randers-Pehrson | 2012-03-08 | 1 | -0/+1 |
* | [libpng16] Added code to validate the windowBits value passed to deflateInit2(). | John Bowler | 2012-03-05 | 1 | -1/+1 |
* | [libpng16] Made read 'inflate' handling like write 'deflate' handling. The | John Bowler | 2012-03-05 | 1 | -23/+26 |
* | [libpng16] Changed png_inflate() and calling routines to avoid overflow | John Bowler | 2012-03-03 | 1 | -8/+1 |
* | [libng16] Added palette-index checking while writing. | Glenn Randers-Pehrson | 2012-03-02 | 1 | -0/+7 |
* | [libpng16] Remove whitespace at end of lines | John Bowler | 2012-03-02 | 1 | -1/+1 |
* | [libpng16] Fixed some bugs in ICC profile writing. The code should now accept | John Bowler | 2012-03-01 | 1 | -1/+1 |
* | [libpng16] Added PNG_SAFE_LIMITS feature to pnglibconf.dfa, pngpriv.h, and ne... | Glenn Randers-Pehrson | 2012-02-24 | 1 | -0/+39 |
* | [libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT or | John Bowler | 2012-02-13 | 1 | -24/+50 |
* | [libpng16] Fixed 'prefix' builds on clean systems. The generation of pngprefix.h | John Bowler | 2012-01-31 | 1 | -1/+1 |
* | [libpng16] Fixed non-configure builds (don't include pngprefix.h in them) | John Bowler | 2012-01-31 | 1 | -1/+3 |
* | [libpng16] Added symbol prefixing that allows all the libpng external symbols | John Bowler | 2012-01-31 | 1 | -3/+9 |
* | [libpng16] Cleaned up pngpriv.h to consistently declare all functions and data. | John Bowler | 2012-01-31 | 1 | -371/+367 |
* | [libpng16] Remove remains of simplified API sPLT experiment from pngpriv.h | John Bowler | 2012-01-25 | 1 | -3/+0 |
* | [libpng16] Added color-map support to simplified API. | John Bowler | 2012-01-23 | 1 | -10/+24 |
* | [libpng16] Fix bug in pngerror.c: some long warnings were being improperly | John Bowler | 2012-01-14 | 1 | -1/+1 |