summaryrefslogtreecommitdiff
path: root/pngread.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.11beta01.tarv1.6.11beta01Glenn Randers-Pehrson2014-03-171-4/+4
* [libpng16] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-15/+15
* [libpng16] Bump version to 1.6.11beta01Glenn Randers-Pehrson2014-03-061-1/+1
* [libpng16] Imported from libpng-1.6.10.tarv1.6.10libpng-1.6.10-signedGlenn Randers-Pehrson2014-03-061-1/+1
* [libpng16] Check for info_ptr == NULL early in png_read_end() so we don't needGlenn Randers-Pehrson2014-02-171-3/+6
* [libpng16] Imported from libpng-1.6.10beta01.tarv1.6.10beta01Glenn Randers-Pehrson2014-02-091-1/+1
* [libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31.John Bowler2014-02-061-31/+57
* [libpng16] Imported from libpng-1.6.9.tarv1.6.9libpng-1.6.9-signedGlenn Randers-Pehrson2014-02-051-1/+1
* [libpng16] Quiet an uninitialized memory warning from VC2013 in png_get_png().Glenn Randers-Pehrson2014-01-301-9/+3
* [libpng16] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1
* [libpng16] Update "last changed" dates in recently-patched files.Glenn Randers-Pehrson2013-12-221-1/+1
* [libpng16] Bookkeeping: Moved functions around (no changes). Moved transformJohn Bowler2013-12-191-1/+66
* [libpng16] Imported from libpng-1.6.8.tarv1.6.8libpng-1.6.8-signedGlenn Randers-Pehrson2013-12-191-1/+1
* [libpng16] Removed or marked PNG_UNUSED some harmless "dead assignments"Glenn Randers-Pehrson2013-11-251-3/+0
* [libpng16] Updated "last changed" datesJohn Bowler2013-11-221-1/+1
* [libpng16] Fixed 'minimal' builds. Various obviously useful minimalGlenn Randers-Pehrson2013-11-221-94/+107
* [libpng16] Imported from libpng-1.6.4beta01.tarGlenn Randers-Pehrson2013-08-211-1/+1
* [libpng16] Imported from libpng-1.6.1.tarv1.6.1Glenn Randers-Pehrson2013-03-271-1/+1
* [libpng16] Corrected simplified API default gamma for color-mapped output, addedJohn Bowler2013-03-061-1/+24
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-03-021-420/+2091
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-2091/+420
* [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-2/+2
* [libpng16] Use parentheses consistently in "#if defined()" tests.Glenn Randers-Pehrson2013-02-171-1/+1
* [libpng16] Imported from libpng-1.6.0.tarv1.6.0Glenn Randers-Pehrson2013-02-131-1/+1
* [libpng16] Updated copyright year to 2013 in newly-changed filesGlenn Randers-Pehrson2013-01-011-1/+1
* [libpng16] Improved ICC profile handling including cHRM chunk generation andJohn Bowler2012-09-041-2/+2
* [libpng16] Fixed the simplified API example programs and improved the errorJohn Bowler2012-08-311-0/+16
* [libpng16] Folded long lines and fixed some grammar.Glenn Randers-Pehrson2012-08-161-1/+2
* [libpng16] Unknown handling fixes and clean up. This adds more correct optionJohn Bowler2012-08-151-35/+47
* [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of theGlenn Randers-Pehrson2012-08-101-6/+6
* [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(),Glenn Randers-Pehrson2012-08-101-2/+2
* [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use.Glenn Randers-Pehrson2012-08-091-6/+6
* [libpng16] Revised png_set_keep_unknown_chunks() so num_chunks < 0 meansGlenn Randers-Pehrson2012-06-161-21/+16
* [libpng16] Fixed some typos and grammar in manual and commentsGlenn Randers-Pehrson2012-06-091-1/+1
* [libpng16] Removed need for -Wno-cast-align with clang. clang correctly warnsJohn Bowler2012-04-301-29/+45
* [libpng16] Recognize known sRGB ICC profiles while reading; prefer writing theJohn Bowler2012-03-281-1/+1
* [libpng16] Changed chunk handler warnings into benign errors, incrementallyJohn Bowler2012-03-211-40/+17
* [libpng16] Avoid the double gamma correction warning in the simplified API.John Bowler2012-03-181-9/+55
* [ibpng16] Added application error reporting and added chunk names to readJohn Bowler2012-03-181-2/+9
* [libpng16] Removed erroneous setting of DETECT_UNINITIALIZED and added moreJohn Bowler2012-03-181-14/+25
* [libpng16] Work around for duplicate row start calls; added warning messages.John Bowler2012-03-181-0/+5
* [libpng16] Added configuration support for benign errors and changed the readJohn Bowler2012-03-161-1/+8
* [libpng16] Issue a png_benign_error() instead of png_warning() about badGlenn Randers-Pehrson2012-03-101-1/+1
* [libpng16] Deflate/inflate was reworked to move common zlib calls into singleJohn Bowler2012-03-091-55/+15
* [libpng16] Made read 'inflate' handling like write 'deflate' handling. TheJohn Bowler2012-03-051-58/+19
* [libpng16] Changed png_inflate() and calling routines to avoid overflowJohn Bowler2012-03-031-2/+1
* [libng16] Added palette-index checking while writing.Glenn Randers-Pehrson2012-03-021-2/+1
* [libpng16] Remove whitespace at end of linesJohn Bowler2012-03-021-0/+8
* [libpng16] Removed unused "current_text" members of png_structGlenn Randers-Pehrson2012-02-271-6/+0