summaryrefslogtreecommitdiff
path: root/pngget.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.26.tarv1.6.26libpng-1.6.26-signedGlenn Randers-Pehrson2016-10-191-1/+1
* [libpng16] Quieted 45 (out of 86 remaining) -Wconversion compiler warningsGlenn Randers-Pehrson2016-10-021-2/+2
* [libpng16] Imported from libpng-1.6.24.tarv1.6.24libpng-1.6.24-signedGlenn Randers-Pehrson2016-08-031-1/+1
* [libpng16] Fixed more indentationGlenn Randers-Pehrson2016-07-151-28/+28
* [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-03-071-2/+2
* gcc6: fix misleading indentation warningKrishnaraj Bhat2016-03-071-5/+5
* [libpng16] Update copyright uears in source files.Glenn Randers-Pehrson2015-12-131-1/+1
* [libpng16] Imported from libpng-1.6.17.tarv1.6.17libpng-1.6.17-signedGlenn Randers-Pehrson2015-03-261-1/+1
* [libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passesGlenn Randers-Pehrson2015-03-211-1/+1
* [libpng16] Added "& 0xff" to things being typecast to "png_byte".Glenn Randers-Pehrson2015-02-271-1/+1
* [libpng16]Allow calling png_get_IHDR() with NULL arguments (Reuben Hawkins).Glenn Randers-Pehrson2015-02-181-8/+14
* [libpng16] Imported from libpng-1.6.17beta01.tarv1.6.17beta01Glenn Randers-Pehrson2015-01-281-7/+7
* [libpng16] Imported from libpng-1.6.15.tarv1.6.15libpng-1.6.15-signedGlenn Randers-Pehrson2014-11-201-1/+1
* [libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-061-6/+6
* [libpng16] More cosmetic changesGlenn Randers-Pehrson2014-11-011-1/+2
* [libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" toGlenn Randers-Pehrson2014-10-311-46/+60
* [libpng16] Bump version to 1.6.13beta01Glenn Randers-Pehrson2014-06-111-1/+1
* [libpng16] Imported from libpng-1.6.12.tarv1.6.12libpng-1.6.12-signedGlenn Randers-Pehrson2014-06-111-1/+1
* [libpng16] Bump version to 1.6.12beta01Glenn Randers-Pehrson2014-06-061-1/+1
* [libpng16] Imported from libpng-1.6.11.tarv1.6.11libpng-1.6.11-signedGlenn Randers-Pehrson2014-06-051-1/+1
* [libpng16] Silence 'unused parameter' build warnings (Cosmin).Cosmin Truta2014-03-221-2/+23
* [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-128/+175
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-175/+128
* [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-8/+8
* [libpng16] Imported from libpng-1.6.0.tarv1.6.0Glenn Randers-Pehrson2013-02-131-1/+1
* [libpng16] Fixed inconsistencies in png.h and pnglibconf.dfaJohn Bowler2013-02-101-2/+2
* [libpng16] Enclosed the new png_get_palette_maxGlenn Randers-Pehrson2013-02-101-0/+2
* [libpng16] Fixed palette_max API.John Bowler2013-02-051-1/+1
* [libpng16] Imported from libpng-1.6.0rc02.tarv1.6.0rc02Glenn Randers-Pehrson2013-02-041-0/+11
* [libpng16] Use consistent handling of overflows in text, sPLT and unknownJohn Bowler2013-01-191-11/+11
* [libpng16] Updated copyright year to 2013 in newly-changed filesGlenn Randers-Pehrson2013-01-011-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