summaryrefslogtreecommitdiff
path: root/pngpriv.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* [libpng16] Fix two typos in pngpriv.h commentsGlenn Randers-Pehrson2012-01-131-2/+2
* [libpng16] Updated copyright year to 2012Glenn Randers-Pehrson2012-01-011-1/+1
* [libpng16] Add 'const' to png_structrp arguments of png_set_*() APIs.John Bowler2011-12-281-5/+5