summaryrefslogtreecommitdiff
path: root/pngget.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Fixed more indentation to comply with our coding style.Glenn Randers-Pehrson2016-07-151-26/+26
* [libpng17] Fixed some misleading indentation (Krishnaraj Bhat).Glenn Randers-Pehrson2016-03-071-2/+4
* IDAT read buffering correctionJohn Bowler2016-01-101-1/+1
* [libpng17] Happy 2016! Updated copyright yearGlenn Randers-Pehrson2016-01-021-1/+1
* [libpng17] Update copyright years in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* compression code unificationJohn Bowler2015-11-301-20/+5
* [libpng17] Refactor conditional compilation of png_get_compression_buffer_size()Glenn Randers-Pehrson2015-11-221-6/+11
* [libpng17] Clean up some conditional compilation of parts of statementsGlenn Randers-Pehrson2015-11-211-5/+5
* chunk handling and transform rewriteJohn Bowler2015-09-141-36/+16
* [libpng17] Check (png_uint_16) casts for overflow. Also removed png_muldiv_warn,John Bowler2015-03-221-5/+14
* [libpng17] Added byte, short and other overflow checkingJohn Bowler2015-03-221-3/+7
* [libpng17] Implemented assert support and usage.John Bowler2015-03-201-0/+1
* [libpng17] Work in progress, merging with libpng-1.6.17rc01.Glenn Randers-Pehrson2015-03-041-1/+1
* [libpng17] Imported from libpng-1.7.0beta47.tarv1.7.0beta47Glenn Randers-Pehrson2015-01-281-9/+9
* [libpng17] Allow calling png_get_IHDR() with NULL arguments (Reuben Hawkins).Glenn Randers-Pehrson2015-01-021-6/+12
* [libpng17] Happy New Year -- update copyright year.Glenn Randers-Pehrson2014-12-311-1/+1
* [libpng17] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-6/+6
* [libpng17] Ported cosmetic changes from libpng-1.6.15beta02.Glenn Randers-Pehrson2014-11-011-46/+61
* [libpng17] Port recent changes from libpng16 branch:Cosmin Truta2014-03-221-0/+21
* [libpng17] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-2/+2
* [libpng17] Imported from libpng-1.7.0beta14.tarv1.7.0beta14Glenn Randers-Pehrson2013-06-081-1/+1
* [libpng17] Use parentheses consistently with #if defined()Glenn Randers-Pehrson2013-02-171-6/+6
* [libpng17] Fix typo, indentation of #ifdef PNG_GET_PALETTE_MAX_SUPPORTEDGlenn Randers-Pehrson2013-02-101-2/+2
* [libpng17] Enclosed the new png_get_palette_max APIGlenn Randers-Pehrson2013-02-101-0/+2
* [libpng17] Removed cc -E workround, corrected png_get_palette_max API. TestedJohn Bowler2013-02-061-1/+1
* [libpng17] Minor fixes to assembler changes, verified with a dummy .S fileJohn Bowler2013-02-061-7/+8
* [libpng17] Fix typos in png_get_palette_max name and prototypeJohn Bowler2013-02-051-8/+19
* [libpng17] Pulled changes to multi-chunk handling from libpng-1.6.0beta40.John Bowler2013-01-211-11/+11
* [libpng17] Updated copyright year to 2013 in changed files.Glenn Randers-Pehrson2013-01-011-1/+1
* [libpng16] Fixed previous support for Z_PREFIX in configure builds, correctedJohn Bowler2012-12-171-7/+7
* [libpng17] Removed more functions that were deprecated in libpng-1.6.0:John Bowler2012-12-151-1/+1
* [libpng16] Bump version to 1.6.0beta28Glenn Randers-Pehrson2012-08-171-18/+18
* [libpng16] Corrected fix for unknown handling in pngtest. This reinstates theJohn Bowler2012-08-161-1/+1
* [libpng16] Folded long lines and fixed some grammar.Glenn Randers-Pehrson2012-08-161-3/+6
* [libpng16] Some files were omitted from a previous checkin. Here they are.John Bowler2012-08-101-0/+6
* [libpng16] Removed png_get_signature() and info_ptr->signature from WRITE-onlyGlenn Randers-Pehrson2012-08-101-1/+1
* [libpng16] Restore info_ptr members that were deleted by the previousGlenn Randers-Pehrson2012-08-091-0/+3
* [libpng16] Changed chunk handler warnings into benign errors, incrementallyJohn Bowler2012-03-211-111/+116
* [libpng16] Deflate/inflate was reworked to move common zlib calls into singleJohn Bowler2012-03-091-1/+18
* [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-3/+4
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-241-67/+67
* [libpng16] Enabled png_get_sCAL_fixed() if floating point APIs are enabled.John Bowler2011-12-241-2/+6
* [libpng16] bump version to 1.6.0beta04Glenn Randers-Pehrson2011-12-221-1/+1
* [libpng16] Updated declaration of png_get_sCAL_fixed().Glenn Randers-Pehrson2011-12-221-10/+11
* [libpng16] Updated "last changed" datesGlenn Randers-Pehrson2011-12-211-1/+1
* [libpng15] Updated commentaryGlenn Randers-Pehrson2011-11-101-1/+1
* [libpng] Check compression_type parameter in png_get_iCCP and remove spuriousJohn Bowler2011-11-041-3/+4
* [libpng15] Imported from libpng-1.5.7beta01.tarv1.5.7beta01Glenn Randers-Pehrson2011-11-041-1/+1
* [libpng15] Bump version to libpng-1.5.7beta01Glenn Randers-Pehrson2011-11-021-1/+1