summaryrefslogtreecommitdiff
path: root/pngget.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.16beta06.tarv1.5.16beta06Glenn Randers-Pehrson2013-05-121-1/+1
* [libpng15] Imported from libpng-1.5.15beta06.tarGlenn Randers-Pehrson2013-05-121-1/+1
* [libpng15] Imported from libpng-1.5.15.tarv1.5.15Glenn Randers-Pehrson2013-03-271-1/+1
* [libpng15] Fix inconsistencies in use of PNG_GET_PALETTE_MAXGlenn Randers-Pehrson2013-02-101-2/+2
* [libpng15] Enclosed the new png_get_palette_maxGlenn Randers-Pehrson2013-02-101-0/+2
* [libpng15] Fix 'setting' handling in options.awk and fixed palette_max APIJohn Bowler2013-02-051-2/+1
* [libpng15] Added documentation of new png_get_palette_max() function.Glenn Randers-Pehrson2013-02-041-2/+14
* [libpng15] Imported from libpng-1.5.14.tarv1.5.14Glenn Randers-Pehrson2013-01-231-1/+1
* [libpng15] Imported from libpng-1.5.14rc01.tarv1.5.14rc01Glenn Randers-Pehrson2013-01-161-1/+1
* [libpng15] De-configured build fixes to make a range of deconfiguration optionsJohn Bowler2013-01-061-0/+6
* [libpng15] Imported from libpng-1.5.7.tarv1.5.7Glenn Randers-Pehrson2011-12-151-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
* [devel] Imported from libpng-1.5.0beta49.tarv1.5.0beta49Glenn Randers-Pehrson2010-10-071-1/+1
* [devel] Imported from libpng-1.5.0beta48.tarv1.5.0beta48Glenn Randers-Pehrson2010-10-041-1/+1
* [devel] Fixed problem with symbols creation in Makefile.am which was assumingGlenn Randers-Pehrson2010-10-041-1/+1
* [devel] Fixed a number of problems with 64-bit compilation reported by VisualGlenn Randers-Pehrson2010-09-101-1/+1
* [devel] Imported from libpng-1.5.0beta46.tarv1.5.0beta46Glenn Randers-Pehrson2010-08-281-1/+1
* [devel] Imported from libpng-1.5.0beta45.tarv1.5.0beta45Glenn Randers-Pehrson2010-08-261-1/+1
* [devel] Bump to version libpng-1.5.0beta45Glenn Randers-Pehrson2010-08-241-1/+1
* [devel] pngget.c was omitted from previous checkin.Glenn Randers-Pehrson2010-08-191-11/+21
* [devel]Made all API functions that have const arguments and constant stringGlenn Randers-Pehrson2010-08-181-2/+2
* [devel] Imported from libpng-1.5.0beta41.tarv1.5.0beta41Glenn Randers-Pehrson2010-08-111-1/+1
* [devel] Imported from libpng-1.5.0beta40.tarv1.5.0beta40Glenn Randers-Pehrson2010-08-061-1/+1
* [devel] Imported from libpng-1.5.0beta39.tarv1.5.0beta39Glenn Randers-Pehrson2010-08-021-1/+1
* [devel] Expanded TAB characters, again.v1.5.0beta38Glenn Randers-Pehrson2010-07-311-1/+1
* [devel] Implemented remaining "_fixed" functions and corrected warningsGlenn Randers-Pehrson2010-07-311-4/+27
* [devel] Fixed some spelling and indentation.Glenn Randers-Pehrson2010-07-291-1/+1
* [devel] Bump to version libpng-1.5.0beta36Glenn Randers-Pehrson2010-07-291-1/+1