summaryrefslogtreecommitdiff
path: root/pngget.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* [libpng15] Imported from libpng-1.5.6.tarv1.5.6Glenn Randers-Pehrson2011-11-021-1/+1
* [libpng15] Reverted previous change; removed png_get_compression_buffer() API.Glenn Randers-Pehrson2011-10-131-10/+0
* [libpng15] Added png_get_compression_buffer() API.Glenn Randers-Pehrson2011-10-131-0/+9
* [libpng15] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-221-9/+6
* [libpng15] Imported from libpng-1.5.6beta01.tarv1.5.6beta01Glenn Randers-Pehrson2011-09-221-1/+1
* [libpng15] Imported from libpng-1.5.5.tarv1.5.5Glenn Randers-Pehrson2011-09-221-1/+1
* [libpng15] Constant changes for 64-bit compatibility (removal of L suffixes).John Bowler2011-09-091-1/+1
* [devel] Bump version to libpng-1.5.5beta07Glenn Randers-Pehrson2011-08-261-1/+1
* [devel] Fixes to rgb_to_gray and cHRM XYZ APIsJohn Bowler2011-08-251-0/+95
* --amend [devel] Imported from libpng-1.5.1.tarv1.5.1Glenn Randers-Pehrson2011-02-021-1/+1
* [devel] Corrected const_png_ in png.h to png_const_ to avoid pollutingJohn Bowler2011-01-221-59/+59
* [devel] Added png_get_io_chunk_type() and deprecated png_get_io_chunk_name()Glenn Randers-Pehrson2011-01-221-0/+9
* [devel] Added const_png_structp and const_png_infop types, and used them inGlenn Randers-Pehrson2011-01-211-60/+68
* [devel] Imported from libpng-1.5.0.tarv1.5.0Glenn Randers-Pehrson2011-01-061-1/+1
* [devel] Update copyright year and bump to version libpng-1.5.0rc07Glenn Randers-Pehrson2011-01-041-1/+1
* [devel] Standardized the structure of some pngget.c functions.Glenn Randers-Pehrson2010-10-231-100/+60
* [devel] Imported from libpng-1.5.0beta52.tarv1.5.0beta52Glenn Randers-Pehrson2010-10-151-1/+1
* [devel] Imported from libpng-1.5.0beta51.tarv1.5.0beta51Glenn Randers-Pehrson2010-10-151-1/+1
* [devel] Imported from libpng-1.5.0beta50.tarv1.5.0beta50Glenn Randers-Pehrson2010-10-141-1/+1