summaryrefslogtreecommitdiff
path: root/pngpriv.h
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Port recent zlib windowBits handling from libpng-1.6.3beta06Glenn Randers-Pehrson2013-05-101-0/+18
* [libpng17] Exposed PNG chunk types in png.h, modified png_uint_32 macros/codeJohn Bowler2013-04-191-65/+0
* [libpng17] Use parentheses consistently with #if defined()Glenn Randers-Pehrson2013-02-171-13/+13
* [libpng17] Imported from libpng-1.7.0alpha10.tarv1.7.0alpha10Glenn Randers-Pehrson2013-02-061-46/+59
* [libpng17] Fixed ARM support (Mans Rullgard).Mans Rullgard2013-02-051-4/+3
* [libpng17] Make symbol prefixing work with the ARM neon optimizations. AlsoJohn Bowler2013-02-041-26/+38
* [libpng17] Set counter to prevent additional attempts to cache a chunkGlenn Randers-Pehrson2013-01-211-2/+2
* [libpng17] Pulled changes to multi-chunk handling from libpng-1.6.0beta40.John Bowler2013-01-211-0/+17
* [libpng17] Imported from libpng-1.7.0alpha07.tarv1.7.0alpha07Glenn Randers-Pehrson2013-01-101-1/+1
* [libpng17] Updated copyright year to 2013 in changed files.Glenn Randers-Pehrson2013-01-011-1/+1
* [libpng17] Cleaned up and enhanced the configure option; libpng now correctlyJohn Bowler2012-12-171-28/+11
* [libpng17] Removed more functions that were deprecated in libpng-1.6.0:John Bowler2012-12-151-2/+3
* [libpng17] Rearranged ARM-NEON optimizations to isolate the machine specificJohn Bowler2012-12-141-0/+9
* [libpng17] Made 8-bit compose and rgb_to_grayscale accuracy improvements.John Bowler2012-12-141-15/+25
* [libpng16] Removed non-working ICC profile support code. There was too muchJohn Bowler2012-11-011-5/+4
* [libpng16] Changed ICC profile support to allow use of an external colorJohn Bowler2012-10-251-8/+32
* [libpng16] Minor documentation editsGlenn Randers-Pehrson2012-10-101-4/+4
* [libpng16] Improved ICC profile handling including cHRM chunk generation andJohn Bowler2012-09-041-4/+3
* [libpng16] Cleaned up and corrected ICC profile handling.John Bowler2012-08-251-10/+4
* [libpng16] Minor cleanup of iCCP processingJohn Bowler2012-08-221-1/+3
* [libpng16] Folded long lines and fixed some grammar.Glenn Randers-Pehrson2012-08-161-77/+85
* [libpng16] Unknown handling fixes and clean up. This adds more correct optionJohn Bowler2012-08-151-11/+20
* [libpng16] Removed the png_sizeof(), png_strlen(), png_memset(), png_memcpy(),Glenn Randers-Pehrson2012-08-101-9/+0
* [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of theGlenn Randers-Pehrson2012-08-101-1/+1
* [libpng16] Add more conditionals for compiling png_fixed().Glenn Randers-Pehrson2012-08-101-2/+7
* [libpng16] Some files were omitted from a previous checkin. Here they are.John Bowler2012-08-101-6/+15
* [libpng16Cleanup of png_set_filler(). This function does very different thingsJohn Bowler2012-08-091-1/+1
* [libpng16] Fixed configurations where floating point is completely disabled.John Bowler2012-08-091-1/+6
* [libpng16] Removed need for -Wno-cast-align with clang. clang correctly warnsJohn Bowler2012-04-301-0/+6
* [libpng16] Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h aroundGlenn Randers-Pehrson2012-04-231-2/+0
* [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing theJohn Bowler2012-03-281-2/+7
* [libpng16] Changed chunk handler warnings into benign errors, incrementallyJohn Bowler2012-03-211-58/+73
* [ibpng16] Added application error reporting and added chunk names to readJohn Bowler2012-03-181-2/+33
* [libpng16] Deflate/inflate was reworked to move common zlib calls into singleJohn Bowler2012-03-091-30/+41
* [libpng16] Reject iCCP chunk after the first, even if the first one is invalid.Glenn Randers-Pehrson2012-03-081-0/+1
* [libpng16] Added code to validate the windowBits value passed to deflateInit2().John Bowler2012-03-051-1/+1
* [libpng16] Made read 'inflate' handling like write 'deflate' handling. TheJohn Bowler2012-03-051-23/+26
* [libpng16] Changed png_inflate() and calling routines to avoid overflowJohn Bowler2012-03-031-8/+1
* [libng16] Added palette-index checking while writing.Glenn Randers-Pehrson2012-03-021-0/+7
* [libpng16] Remove whitespace at end of linesJohn Bowler2012-03-021-1/+1
* [libpng16] Fixed some bugs in ICC profile writing. The code should now acceptJohn Bowler2012-03-011-1/+1
* [libpng16] Added PNG_SAFE_LIMITS feature to pnglibconf.dfa, pngpriv.h, and ne...Glenn Randers-Pehrson2012-02-241-0/+39
* [libpng16] Fixed fixed/float API export conditionals. 1) If FIXED_POINT orJohn Bowler2012-02-131-24/+50
* [libpng16] Fixed 'prefix' builds on clean systems. The generation of pngprefix.hJohn Bowler2012-01-311-1/+1
* [libpng16] Fixed non-configure builds (don't include pngprefix.h in them)John Bowler2012-01-311-1/+3
* [libpng16] Added symbol prefixing that allows all the libpng external symbolsJohn Bowler2012-01-311-3/+9
* [libpng16] Cleaned up pngpriv.h to consistently declare all functions and data.John Bowler2012-01-311-371/+367
* [libpng16] Remove remains of simplified API sPLT experiment from pngpriv.hJohn Bowler2012-01-251-3/+0
* [libpng16] Added color-map support to simplified API.John Bowler2012-01-231-10/+24
* [libpng16] Fix bug in pngerror.c: some long warnings were being improperlyJohn Bowler2012-01-141-1/+1