summaryrefslogtreecommitdiff
path: root/pngstruct.h
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.23.tarv1.5.23libpng-1.5.23-signedGlenn Randers-Pehrson2015-07-221-2/+2
* [libpng15] Removed some unused WEIGHTED_FILTER macros from png.h and pngstruct.hGlenn Randers-Pehrson2015-06-101-10/+0
* [libpng15] Bump version to 1.5.22beta03Glenn Randers-Pehrson2015-02-171-2/+1
* [libpng15] Imported from libpng-1.5.16beta06.tarv1.5.16beta06Glenn Randers-Pehrson2013-05-121-1/+6
* [libpng15] Imported from libpng-1.5.15beta06.tarGlenn Randers-Pehrson2013-05-121-6/+1
* [libpng15] Imported from libpng-1.5.15.tarv1.5.15Glenn Randers-Pehrson2013-03-271-1/+1
* [libpng15] Corrected Android builds and corrected libpng.vers with symbolJohn Bowler2013-03-041-0/+5
* [libpng15] Bump version to 1.5.15beta06Glenn Randers-Pehrson2013-02-171-2/+2
* [libpng15] Redo previous checkin; fold long lines and fix #ifdefsGlenn Randers-Pehrson2013-02-171-0/+1
* [libpng15] Updated info in the documentation about time_bufferGlenn Randers-Pehrson2012-06-131-0/+1
* [libpng15] Corrected copyright year in several files.Glenn Randers-Pehrson2012-06-121-2/+2
* [libpng15] Bump version to 1.5.11beta01Glenn Randers-Pehrson2012-04-121-1/+1
* [libpng15] Imported from libpng-1.5.10.tarv1.5.10Glenn Randers-Pehrson2012-03-291-1/+1
* [libpng15] Imported from libpng-1.5.10beta03.tarv1.5.10beta03Glenn Randers-Pehrson2012-03-061-7/+6
* [libpng15] Bump version to 1.5.10beta01Glenn Randers-Pehrson2012-02-181-1/+1
* [libpng15] Imported from libpng-1.5.9.tarv1.5.9Glenn Randers-Pehrson2012-02-181-1/+1
* [libpng15] Imported from libpng-1.5.9rc01.tarv1.5.9rc01Glenn Randers-Pehrson2012-02-181-1/+1
* [libpng15] Removed tests for no-longer-used *_EMPTY_PLTE_SUPPORTEDGlenn Randers-Pehrson2012-02-111-3/+1
* [libpng15] Added support for ARM processor (Mans Rullgard)Mans Rullgard2011-11-031-0/+3
* [libpng15] New png_struct member png_ptr->old_prev_rowMans Rullgard2011-10-171-4/+10
* [libpng15] Fixes for multiple calls to png_read_update_info.John Bowler2011-10-141-4/+6
* [libpng15] Imported from libpng-1.5.6beta03.tarv1.5.6beta03Glenn Randers-Pehrson2011-09-281-1/+1
* [libpng15] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-221-4/+9
* [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
* [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-1/+8
* [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-5/+5
* [devel] Removed the ACCURATE and LEGACY options (they are no longer useable)John Bowler2011-06-141-1/+1
* [devel] Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding isJohn Bowler2011-06-101-1/+1
* [devel] Minor revisions to comments on pngstruct.h and pngvalid.cGlenn Randers-Pehrson2011-05-151-1/+1
* [devel] pngvalid: add memory overwrite and palette image checksJohn Bowler2011-05-151-0/+1
* [devel] Implementation of premultiplied alpha support: png_set_alpha_modeJohn Bowler2011-05-071-1/+2
* [devel] IDAT compression failed if preceded by a compressed text chunkJohn Bowler2011-05-051-0/+15
* [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-1/+3
* [devel] Changed png_struct jmp_buf member name to avoid clash with macroJohn Bowler2011-04-271-1/+1
* [devel] Added PNG_WRITE_COMPRESSED_TEXT_SUPPORTED macro.Glenn Randers-Pehrson2011-04-011-1/+1
* [devel] Only compile the new zlib re-initializing code when text or iCCPGlenn Randers-Pehrson2011-04-011-0/+3
* [devel] Update change comments (1.5.2 -> 1.5.3)Glenn Randers-Pehrson2011-03-311-2/+2
* [devel] Re-initialize the zlib compressor before compressing non-IDAT chunks.Glenn Randers-Pehrson2011-03-311-0/+7
* [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] 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-5/+5