summaryrefslogtreecommitdiff
path: root/pngread.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [devel] Consistently use "n-bit", not "n bit" in comments.Glenn Randers-Pehrson2011-05-171-2/+2
* [devel] Added expand_16 suppport to the high level interface.John Bowler2011-05-081-0/+6
* [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-54/+9
* [devel] Changed png_struct jmp_buf member name to avoid clash with macroJohn Bowler2011-04-271-5/+5
* [devel] Cleanup of conditional compilation code and of background/gammaJohn Bowler2011-04-171-0/+6
* [devel] Imported from libpng-1.5.2.tarv1.5.2Glenn Randers-Pehrson2011-03-311-1/+1
* [devel] Imported from libpng-1.5.2rc01.tarv1.5.2rc01Glenn Randers-Pehrson2011-03-181-0/+2
* [devel] Imported from libpng-1.5.2beta01.tarGlenn Randers-Pehrson2011-02-131-1/+1
* [devel] Clean up ALPHA flags and transformationsJohn Bowler2011-02-121-1/+1
* [devel] turn on interlace handling in png_read_pngJohn Bowler2011-02-121-1/+6
* --amend [devel] Imported from libpng-1.5.2beta01.tarGlenn Randers-Pehrson2011-02-031-1/+1
* [devel] Imported from libpng-1.5.1beta03.tarv1.5.1beta03Glenn Randers-Pehrson2011-01-141-1/+1
* [devel] Fixed a bug in handling of interlaced images (bero at arklinux.org).Glenn Randers-Pehrson2011-01-141-1/+1
* [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-2/+2
* [devel] Changes to remove gcc warnings (John Bowler)Glenn Randers-Pehrson2010-11-211-0/+1
* [master] Revised png_get_uint_32, png_get_int_32, png_get_uint_16 (Cosmin)Glenn Randers-Pehrson2010-11-201-26/+2