summaryrefslogtreecommitdiff
path: root/pngread.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng16] Imported from libpng-1.6.0beta12.tarv1.6.0beta12Glenn Randers-Pehrson2012-02-171-21/+0
* [libpng16] Increase num_palette to invalid_index + 1, not to invalid_index.Glenn Randers-Pehrson2012-02-161-1/+1
* [libpng16] Check for invalid palette index while reading paletted PNG. WhenGlenn Randers-Pehrson2012-02-161-0/+22
* [libpng16] Fixed a memory overwrite bug in simplified read of RGB PNG withGlenn Randers-Pehrson2012-02-101-15/+29
* [libpng16] Improved pngstest speed by not doing redundant tests and add constJohn Bowler2012-01-281-3/+3
* [libpng16] Added color-map support to simplified API.John Bowler2012-01-231-235/+1850
* [libpng16] Add palette support to the simplified APIs. This commitJohn Bowler2012-01-161-3/+30
* [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-8/+4
* [libpng16] Initialize "passes" variable in pngread.c to avoid compiler warning.Glenn Randers-Pehrson2011-12-241-2/+2
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-241-20/+21
* [libpng16] Start-up code size improvements, error handler flexibility. TheseJohn Bowler2011-12-221-0/+8
* [libpng16] Failed to commit pngread.c from latest patch.John Bowler2011-12-211-213/+67
* [libpng16] Updated "last changed" datesGlenn Randers-Pehrson2011-12-211-1/+1
* [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far.John Bowler2011-11-261-16/+3
* [libpng16] Update internal version numbering and SO-numbersGlenn Randers-Pehrson2011-11-241-1/+1