summaryrefslogtreecommitdiff
path: root/pngrutil.c
Commit message (Expand)AuthorAgeFilesLines
* [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] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-311-1/+1
* [libpng15] Merged pngvalid and pngtest from libpng-1.5; made compressed chunksJohn Bowler2013-12-291-0/+11
* [libpng15] Imported from libpng-1.5.18beta01.tarv1.5.18beta01Glenn Randers-Pehrson2013-08-211-1/+1
* [libpng15] Delay calling png_init_filter_functions() until a row with nonzeroGlenn Randers-Pehrson2013-08-201-3/+6
* [libpng15] Ported recent "/*SAFE*/" comments from libpng-1.6.3Glenn Randers-Pehrson2013-07-151-1/+1
* [libpng15] Imported from libpng-1.5.16.tarv1.5.16libpng-1.5.16-signedGlenn Randers-Pehrson2013-05-231-1/+1
* [libpng15] Imported from libpng-1.5.16rc01.tarv1.5.16rc01Glenn Randers-Pehrson2013-05-151-1/+1
* [libpng15] Imported from libpng-1.5.16beta06.tarv1.5.16beta06Glenn Randers-Pehrson2013-05-121-5/+3
* [libpng15] Imported from libpng-1.5.15beta06.tarGlenn Randers-Pehrson2013-05-121-3/+5
* [libpng15] Reverted patches committed to the wrong branch.Glenn Randers-Pehrson2013-05-071-1679/+1238
* [libpng16] Choose to use windowBits==15 or the zlib header setting via theGlenn Randers-Pehrson2013-05-071-2/+11
* [libpng16] Choose to use our calculated windowBits or the zlib header settingGlenn Randers-Pehrson2013-05-061-1238/+1670
* [libpng15] Imported from libpng-1.5.16beta04.tarv1.5.16beta04Glenn Randers-Pehrson2013-05-021-2/+0
* [libpng15] Imported from libpng-1.5.15.tarv1.5.15Glenn Randers-Pehrson2013-03-271-1/+1
* [libpng15] Bump version to 1.5.15beta10Glenn Randers-Pehrson2013-03-131-1/+1
* [libpng15] Imported from libpng-1.5.15beta09.tarv1.5.15beta09Glenn Randers-Pehrson2013-03-131-1/+1
* [libpng15] Eliminated two warnings from the Intel C compiler.John Bowler2013-03-131-1/+1
* [libpng15] Imported from libpng-1.5.14.tarv1.5.14Glenn Randers-Pehrson2013-01-231-1/+1
* [libpng15] Update copyright year to 2013 in newly-changed files.Glenn Randers-Pehrson2013-01-011-1/+1
* [libpng15] Fixed a minor bug in types to malloc and major bug in handlingGlenn Randers-Pehrson2012-12-151-8/+18
* [libpng15] Rearranged building of ARM NEON optimizations. The ARM specific codeJohn Bowler2012-12-141-62/+10
* [libpng15] Fixed a minor bug in types to malloc and major bug in handlingJohn Bowler2012-12-141-1/+1
* [libpng15] Bump version to 1.5.13beta03Glenn Randers-Pehrson2012-09-101-1/+1
* [libpng15] Imported from libpng-1.5.10.tarv1.5.10Glenn Randers-Pehrson2012-03-291-1/+1
* [libpng15] Reject all iCCP chunks after the first,Glenn Randers-Pehrson2012-03-091-1/+4
* [libpng15] Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code fromGlenn Randers-Pehrson2012-02-211-5/+5
* [libpng15] Bump version to 1.5.10beta01Glenn Randers-Pehrson2012-02-181-4/+2
* [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-16/+14
* [libpng15] Imported from libpng-1.5.7.tarv1.5.7Glenn Randers-Pehrson2011-12-151-1/+1
* [libpng15] Reject invalid compression flag, method when reading the iTXt chunk.Glenn Randers-Pehrson2011-11-221-2/+2
* [libpng15] Also allow uncompressed iTXtGlenn Randers-Pehrson2011-11-221-1/+1
* [libpng15] Reject invalid compression flag when reading the iTXt chunk.Glenn Randers-Pehrson2011-11-221-0/+8
* [libpng15] Removed some "#if 0" blocks of test code that remained in pngrutil.cGlenn Randers-Pehrson2011-11-211-14/+0
* [libpng15] Removed "zTXt" from warning in generic chunk decompression function.Glenn Randers-Pehrson2011-11-191-1/+1
* [libpng15] Added run-time detection of ARM/NEON supportMans Rullgard2011-11-161-5/+47
* [libpng15] Fixes to alpha swap on read, simplified write and filler add codeJohn Bowler2011-11-081-5/+13
* [libpng15] Simplified read/write API initial version; basic read/write testedJohn Bowler2011-11-071-19/+28
* [libpng15] Paeth filter speed improvements from work by Siarhei Siamashka. ThisJohn Bowler2011-11-031-43/+88
* [libpng15] Fixed bug in pngvalid on early allocation failure; fixed type castJohn Bowler2011-11-031-1/+1
* [libpng15] Added support for ARM processor (Mans Rullgard)Mans Rullgard2011-11-031-105/+140
* [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] Fixed a spelling error.Glenn Randers-Pehrson2011-10-271-1/+1
* [libpng15] Fixed compiler warnings with Intel and MSYS compilers.John Bowler2011-10-271-6/+10
* [libpng15] Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.Glenn Randers-Pehrson2011-10-271-8/+13
* [libpng15] Add leading zero to some 1-digit hex constants (0xf -> 0x0f).Glenn Randers-Pehrson2011-10-271-3/+3