summaryrefslogtreecommitdiff
path: root/pngpriv.h
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Allow HANDLE_AS_UNKNOWN to work when other options are configuredJohn Bowler2013-09-211-4/+5
* [libpng16] Added #ifdef PNG_READ_SUPPORTED/endif around theGlenn Randers-Pehrson2013-09-201-4/+2
* [libpng16] Reverted the change to unknown handling #defines; the changeGlenn Randers-Pehrson2013-09-201-2/+4
* [libpng16] Imported from libpng-1.6.4beta02.tarv1.6.4beta02Glenn Randers-Pehrson2013-08-291-4/+2
* [libpng16] Imported from libpng-1.6.3.tarv1.6.3libpng-1.6.3-signedGlenn Randers-Pehrson2013-07-171-1/+1
* [libpng16] Fixed undefined behavior in contrib/tools/pngfix.c and added newJohn Bowler2013-07-021-24/+51
* [libpng16] Imported from libpng-1.6.3beta08.tarv1.6.3beta08Glenn Randers-Pehrson2013-06-181-1/+1
* [libpng16] Imported from libpng-1.6.3beta07.tarv1.6.3beta07Glenn Randers-Pehrson2013-06-081-2/+2
* [libpng16] Protect symbol prefixing against CC/CPPFLAGS/CFLAGS useage.John Bowler2013-06-081-8/+24
* [libpng16] Removed PNG_FILTER_OPTIMIZATIONS and PNG_ARM_NEON_SUPPORTED fromJohn Bowler2013-06-081-0/+32
* [libpng16]Check ZLIB_VERNUM for mismatches, enclose #error in quotesJohn Bowler2013-05-081-0/+18
* [libpng16] Update "last changed" comments.Glenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Bump version to 1.6.3beta01Glenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Imported from libpng-1.6.2.tarv1.6.2libpng-1.6.2-signedGlenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Fixed some spelling/typosGlenn Randers-Pehrson2013-04-191-3/+3
* [libpng16] Imported from libpng-1.6.1.tarv1.6.1Glenn Randers-Pehrson2013-03-271-1/+1
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-03-021-537/+772
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-772/+537
* [libpng16] Imported from libpng-1.6.1beta02.tarv1.6.1beta02Glenn Randers-Pehrson2013-02-181-1/+1
* [libpng16] Use parentheses consistently in "#if defined()" tests.Glenn Randers-Pehrson2013-02-171-1/+1
* [libpng16] Use parentheses consistently in "#if defined()" tests.Glenn Randers-Pehrson2013-02-171-7/+7
* [libpng16] Imported from libpng-1.6.1beta01.tarv1.6.1beta01Glenn Randers-Pehrson2013-02-161-1/+2
* [libpng16] Made symbol prefixing work with the ARM neon optimizations. Also a...John Bowler2013-02-151-33/+46
* [libpng16] Imported from libpng-1.6.0.tarv1.6.0Glenn Randers-Pehrson2013-02-131-1/+1
* [libpng16] Use consistent handling of overflows in text, sPLT and unknownJohn Bowler2013-01-191-0/+17
* [libpng16] Imported from libpng-1.6.0beta37.tarv1.6.0beta37Glenn Randers-Pehrson2013-01-101-1/+1
* [libpng16] Updated copyright year to 2013 in newly-changed filesGlenn Randers-Pehrson2013-01-011-1/+1
* [libpng16] Rearranged the ARM-NEON optimizations: Isolated the machine specificJohn Bowler2012-12-131-0/+9
* [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