summaryrefslogtreecommitdiff
path: root/pngerror.c
Commit message (Expand)AuthorAgeFilesLines
...
* [libpng16] Increased warning buffer in pngerror.c from 128 to 192.Glenn Randers-Pehrson2012-01-231-3/+5
* [libpng16] Add palette support to the simplified APIs. This commitJohn Bowler2012-01-161-2/+2
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.0beta05Glenn Randers-Pehrson2012-01-141-3/+3
* [libpng16] Fix bug in pngerror.c: some long warnings were being improperlyJohn Bowler2012-01-141-25/+32
* [libpng16] Updated copyright year to 2012Glenn Randers-Pehrson2012-01-011-1/+1
* [libpng16] Update png_err() to use new typecast.Glenn Randers-Pehrson2011-12-291-1/+1
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-241-24/+24
* [libpng16] Start-up code size improvements, error handler flexibility. TheseJohn Bowler2011-12-221-19/+23
* [libpng16] Start-up code size improvements, error handler flexibility.John Bowler2011-12-211-5/+102
* [libpng16] Updated "last changed" datesGlenn Randers-Pehrson2011-12-211-1/+1
* [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far.John Bowler2011-11-261-12/+2
* [libpng15] Fixes for C++ compilation using g++ When libpng source is compiledJohn Bowler2011-11-161-4/+7
* [libpng15] Updated commentary about new APIGlenn Randers-Pehrson2011-11-101-2/+2
* [libpng15] Simplified read/write API initial version; basic read/write testedJohn Bowler2011-11-071-0/+80
* [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-6/+10
* [devel] Imported from libpng-1.5.4.tarv1.5.4Glenn Randers-Pehrson2011-07-071-1/+1
* [devel] Updated comments that mention 1.5.3; changed them to 1.5.4.Glenn Randers-Pehrson2011-06-151-1/+1
* [devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler2011-06-141-1/+1
* [devel] Fixed 1-byte uninitialized memory reference in png_format_buffer()Glenn Randers-Pehrson2011-06-071-2/+7
* [devel] Bump to version libpng-1.5.3beta09Glenn Randers-Pehrson2011-05-161-3/+4
* [devel] IDAT compression failed if preceded by a compressed text chunkJohn Bowler2011-05-051-3/+4
* [devel] Update "last changed" dates and added CHANGES entry.Glenn Randers-Pehrson2011-05-051-1/+1
* [devel] Remove png_snprintf, add formatted warning messages.John Bowler2011-05-051-6/+224
* [devel] Changed png_struct jmp_buf member name to avoid clash with macroJohn Bowler2011-04-271-6/+6
* --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-1/+1
* [devel] Added const_png_structp and const_png_infop types, and used them inGlenn Randers-Pehrson2011-01-211-2/+2
* [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] Added the private PNG_UNUSED() macro definition in pngpriv.h.Glenn Randers-Pehrson2010-12-041-3/+3
* [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] 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] VisualC/GCC warning fixes, VisualC build fixesGlenn Randers-Pehrson2010-08-021-18/+20
* [devel] Implemented remaining "_fixed" functions and corrected warningsGlenn Randers-Pehrson2010-07-311-4/+2
* [devel] Update documentationGlenn Randers-Pehrson2010-07-291-2/+2
* [devel]Glenn Randers-Pehrson2010-07-291-1/+25
* [devel] Bump to version libpng-1.5.0beta35Glenn Randers-Pehrson2010-07-241-1/+1
* [devel] Imported from libpng-1.5.0beta34.tarv1.5.0beta34Glenn Randers-Pehrson2010-07-121-1/+1