summaryrefslogtreecommitdiff
path: root/pngrutil.c
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [libpng15] Added LSR() macro to defend against buggy compilers that evaluateGlenn Randers-Pehrson2011-10-271-32/+44
* [libpng15] Imported from libpng-1.5.6rc01.tarv1.5.6rc01Glenn Randers-Pehrson2011-10-261-1/+1
* [libpng15] New png_struct member png_ptr->old_prev_rowMans Rullgard2011-10-171-1/+0
* [libpng15] Made png_ptr->prev_row an aligned pointer into png_ptr->big_prev_rowMans Rullgard2011-10-171-15/+11
* [libpng15] Prevent libpng overwriting unused bits at the end of the image whenJohn Bowler2011-10-161-2/+35
* [libpng15] Further optimization of png_combine_row() in the interlaced case.John Bowler2011-10-111-142/+337
* [libpng15] Optimized png_combine_row() when rows are aligned This gains aJohn Bowler2011-10-071-11/+16
* [libpng15] Align png_struct::row_buf - previously it was always unaligned,John Bowler2011-10-061-173/+162
* [libpng15] Replaced a short but frequently-used memcpy() in png_combine_row()Glenn Randers-Pehrson2011-10-051-3/+13
* [libpng15] Bump version to libpng-1.5.6beta04v1.5.6beta04Glenn Randers-Pehrson2011-10-051-0/+3
* [libpng15] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-221-64/+80
* [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
* [libpng15] Constant changes for 64-bit compatibility (removal of L suffixes).John Bowler2011-09-091-6/+6
* [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relateJohn Bowler2011-09-091-2/+2
* [devel] Fixes to rgb_to_gray and cHRM XYZ APIsJohn Bowler2011-08-251-16/+110
* [devel] Imported from libpng-1.5.5beta03.tarv1.5.5beta03Glenn Randers-Pehrson2011-07-271-1/+1