summaryrefslogtreecommitdiff
path: root/pngset.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Never mind, undid previous change.Glenn Randers-Pehrson2012-03-171-13/+4
* [libpng16] Revised png_set_text_2() to avoid possible memory corruptionGlenn Randers-Pehrson2012-03-161-4/+13
* [libpng16] Imported from libpng-1.6.0beta18.tarv1.6.0beta18Glenn Randers-Pehrson2012-03-161-0/+6
* [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-20/+45
* [libpng16] Imported from libpng-1.6.0beta16.tarv1.6.0beta16Glenn Randers-Pehrson2012-03-051-2/+0
* [libng16] Added palette-index checking while writing.Glenn Randers-Pehrson2012-03-021-0/+18
* [libpng16] Updated copyright year to 2012Glenn Randers-Pehrson2012-01-011-1/+1
* [libpng16] Changed png_memcpy to C assignment where appropriate. Changed allJohn Bowler2011-12-281-38/+62
* [libpng16] Add 'const' to png_structrp arguments of png_set_*() APIs.John Bowler2011-12-281-54/+59
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-241-39/+39
* [libpng16] bump version to 1.6.0beta04Glenn Randers-Pehrson2011-12-221-1/+1
* [libpng16] Start-up code size improvements, error handler flexibility. TheseJohn Bowler2011-12-221-3/+3
* [libpng15] Validate time settings passed to pngset()Glenn Randers-Pehrson2011-11-191-0/+9
* [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] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-221-4/+3
* [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-4/+4
* [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relateJohn Bowler2011-09-091-4/+4
* [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/+50
* [devel] Revised commentary about png_rgb_to_gray coefficentsGlenn Randers-Pehrson2011-08-111-1/+1
* [devel] Imported from libpng-1.5.4.tarv1.5.4Glenn Randers-Pehrson2011-07-071-1/+1
* [devel] Add synopsis for png_set_chop_16() to manualGlenn Randers-Pehrson2011-06-151-1/+1
* [devel] Improved gamma range checks and other things OpenWatcom warns about.John Bowler2011-06-111-10/+11
* [devel] Added named value and 'flag' gamma support to png_set_gamma. Made aJohn Bowler2011-05-101-1/+1
* [devel] Added some whitespace in comments.Glenn Randers-Pehrson2011-04-161-2/+2
* --amend [devel] Imported from libpng-1.5.1.tarv1.5.1Glenn Randers-Pehrson2011-02-021-1/+1
* [devel] Made the manual, synopses, and function prototypes use the functionGlenn Randers-Pehrson2011-01-251-4/+4
* [devel] Eliminate more GCC shadow warningsJohn Bowler2011-01-161-4/+4
* [devel] Imported from libpng-1.5.1beta03.tarv1.5.1beta03Glenn Randers-Pehrson2011-01-141-5/+5
* [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] Adjusted some whitespace in pngset.cGlenn Randers-Pehrson2010-10-231-49/+65
* [devel] Require 48 bytes, not 64 bytes, for big_row_buf in overflow checks.Glenn Randers-Pehrson2010-10-231-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] also check for negative out-of-range text compression modeGlenn Randers-Pehrson2010-10-131-3/+4
* [devel] Check for out-of-range text compression mode in png_set_text().Glenn Randers-Pehrson2010-10-131-1/+7
* [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-7/+17
* [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] Addressed various issues identified by GCC, mostly signed/unsignedGlenn Randers-Pehrson2010-08-191-4/+6