summaryrefslogtreecommitdiff
path: root/pngread.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Bump version to 1.5.26beta02Glenn Randers-Pehrson2015-12-131-1/+1
* [libpng15] Imported from libpng-1.5.23.tarv1.5.23libpng-1.5.23-signedGlenn Randers-Pehrson2015-07-221-2/+2
* [libpng15] Imported from libpng-1.5.23beta02.tarv1.5.23beta02Glenn Randers-Pehrson2015-06-301-6/+5
* [libpng15] Update "last changed" dates.Glenn Randers-Pehrson2014-08-211-1/+1
* [libpng15] Bump version to 1.5.20beta01Glenn Randers-Pehrson2014-08-211-1/+1
* [libpng15] Imported from libpng-1.5.19.tarv1.5.19Glenn Randers-Pehrson2014-08-211-1/+1
* [libpng15] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-081-4/+4
* [libpng15] Imported from libpng-1.5.19beta01.tarv1.5.19beta01Glenn Randers-Pehrson2014-02-281-1/+1
* [libpng15] Bump version to 1.5.19beta01Glenn Randers-Pehrson2014-02-061-1/+1
* [libpng15] Imported from libpng-1.5.18.tarv1.5.18libpng-1.5.18-signedGlenn Randers-Pehrson2014-02-051-1/+1
* [libpng15] Quiet an uninitialized memory warning from VC2013 in png_get_png().Glenn Randers-Pehrson2014-01-301-11/+5
* [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] Imported from libpng-1.5.10.tarv1.5.10Glenn Randers-Pehrson2012-03-291-1/+1
* [libng15] Issue a png_benign_error() instead of png_warning() about bad paletteGlenn Randers-Pehrson2012-03-101-1/+1
* [libpng15] Added palette-index checking.Glenn Randers-Pehrson2012-03-041-0/+7
* [libpng15] Removed unused "current_text" members of png_structGlenn Randers-Pehrson2012-02-271-8/+2
* [libpng15] Bump version to 1.5.10beta01Glenn Randers-Pehrson2012-02-181-4/+0
* [libpng15] Imported from libpng-1.5.7.tarv1.5.7Glenn Randers-Pehrson2011-12-151-1/+1
* [libpng15] Remove simplified interfaceJohn Bowler2011-11-231-1152/+0
* [libpng15] Allow row_stride==0 to indicate default stride in simplified APIJohn Bowler2011-11-211-0/+3
* [libpng15] Fixes for C++ compilation using g++ When libpng source is compiledJohn Bowler2011-11-161-10/+16
* [libpng15] Multiple transform bug fixes plus a work-round for double gammaJohn Bowler2011-11-161-39/+401
* [libpng15] Fix Windows builds, add pngstest to Visual Studio and OpenWatcomJohn Bowler2011-11-161-38/+41
* [libpng15] Imported from libpng-1.5.7beta02.tarv1.5.7beta02Glenn Randers-Pehrson2011-11-111-2/+3
* [libpng15] Ignore unused chunks in the new simplified read API.Glenn Randers-Pehrson2011-11-111-1/+40
* [libpng15] Updated commentary about new APIGlenn Randers-Pehrson2011-11-101-5/+5
* [libpng15] Fixes to alpha swap on read, simplified write and filler add codeJohn Bowler2011-11-081-6/+22
* [libpng15] Fix PNG_SIMPLIFIED transformations,John Bowler2011-11-081-19/+36
* [libpng15] Fixed some typos in comments.Glenn Randers-Pehrson2011-11-071-2/+3
* [libpng15] Simplified read/write API initial version; basic read/write testedJohn Bowler2011-11-071-0/+705
* [libpng15] Imported from libpng-1.5.7beta01.tarv1.5.7beta01Glenn Randers-Pehrson2011-11-041-1/+1
* [libpng15] Added support for ARM processor (Mans Rullgard)Mans Rullgard2011-11-031-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] New png_struct member png_ptr->old_prev_rowMans Rullgard2011-10-171-1/+1
* [libpng15] Fixes for multiple calls to png_read_update_info.John Bowler2011-10-141-45/+4
* [libpng15] Removed two redundant tests for unitialized row.Glenn Randers-Pehrson2011-10-131-16/+3
* [libpng15] Speed up png_combine_row() for interlaced images. This reduces theGlenn Randers-Pehrson2011-10-061-21/+10
* [libpng15] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-221-186/+104
* [devel] Imported from libpng-1.5.4.tarv1.5.4Glenn Randers-Pehrson2011-07-071-1/+1
* [devel] Fixed pngvalid, simplified macros, added checking for 0 in sCAL.John Bowler2011-06-181-7/+6
* [devel] Fixed buffer bug (both the strip_16 and scale_16 transforms wereGlenn Randers-Pehrson2011-06-181-10/+12
* [devel] Fix more inconsistencies from the swap of 16_TO_8 APIs.Glenn Randers-Pehrson2011-06-171-6/+9
* [devel] Renamed png_set_chop_16() to png_set_strip_16().Glenn Randers-Pehrson2011-06-171-4/+4
* [devel] Renamed png_set_strip_16() to png_set_scale_16().Glenn Randers-Pehrson2011-06-171-3/+3
* [devel] Made PNG_READ_16_TO_8_ACCURATE_SCALE configurable again.Glenn Randers-Pehrson2011-06-161-0/+2
* [devel] Updated comments that mention 1.5.3; changed them to 1.5.4.Glenn Randers-Pehrson2011-06-151-1/+4
* [devel] Added PNG_TRANSFORM_CHOP_16 to the high-level read transforms.Glenn Randers-Pehrson2011-06-151-0/+5
* [devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler2011-06-141-1/+1