summaryrefslogtreecommitdiff
path: root/pngrutil.c
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Remove spurious "#ifdef PNG_sRGB_SUPPORTED" from pngrutil.cJohn Bowler2013-10-041-2/+0
* [libpng16] Catch up with some recent changes that did not get merged.Glenn Randers-Pehrson2013-09-301-5/+6
* [libpng16] Avoid up-cast warnings in pngvalid.c. On ARM the alignmentJohn Bowler2013-09-301-0/+2
* [libpng16] Allow HANDLE_AS_UNKNOWN to work when other options are configuredJohn Bowler2013-09-211-1/+1
* [libpng16] Added #ifdef PNG_READ_SUPPORTED/endif around theGlenn Randers-Pehrson2013-09-201-5/+3
* [libpng16] Reverted the change to unknown handling #defines; the changeGlenn Randers-Pehrson2013-09-201-4/+6
* [libpng16] Bump version to 1.6.7beta01Glenn Randers-Pehrson2013-09-161-1/+1
* [libpng16] Imported from libpng-1.6.6.tarv1.6.6Glenn Randers-Pehrson2013-09-161-1/+1
* [libpng16] Imported from libpng-1.6.5.tarv1.6.5Glenn Randers-Pehrson2013-09-141-1/+1
* [libpng16] Bump version to 1.6.5beta01Glenn Randers-Pehrson2013-09-121-1/+1
* [libpng16] Imported from libpng-1.6.4.tarv1.6.4libpng-1.6.4-signedGlenn Randers-Pehrson2013-09-121-1/+1
* [libpng16] Imported from libpng-1.6.4beta02.tarv1.6.4beta02Glenn Randers-Pehrson2013-08-291-6/+4
* [libpng16] Imported from libpng-1.6.4beta01.tarGlenn Randers-Pehrson2013-08-211-1/+2
* [libpng16] Delay calling png_init_filter_functions() until a row with nonzeroGlenn Randers-Pehrson2013-08-201-3/+6
* [libpng16] Imported from libpng-1.6.3.tarv1.6.3libpng-1.6.3-signedGlenn Randers-Pehrson2013-07-171-1/+1
* [libpng16] Revised "/*SAFE*/" comment in pngrutil.cGlenn Randers-Pehrson2013-07-151-1/+1
* [libpng16] Added "/* SAFE */" comments in pngrutil.c and pngrtran.cGlenn Randers-Pehrson2013-07-151-1/+1
* [libpng16] Imported from libpng-1.6.3beta09.tarv1.6.3beta09Glenn Randers-Pehrson2013-06-271-1/+0
* [libpng16] Attempt to detect configuration issues with pngdeflate,John Bowler2013-05-081-3/+3
* [libpng16] Detect wrong libpng versions linked to pngdeflate, which currentlyJohn Bowler2013-05-081-1/+1
* [libpng16] Check that PNG_MAXIMUM_INFLATE_WINDOW is defined before using it.Glenn Randers-Pehrson2013-05-071-1/+2
* [libpng16] Added an option to force maximum window size for inflating.John Bowler2013-05-071-113/+29
* [libpng16] Check for EOF in contrib/pngminus/pnm2png.c (Paul Stewart).Glenn Randers-Pehrson2013-05-071-15/+31
* [libpng16] Imported from libpng-1.6.3beta04.tarv1.6.3beta04Glenn Randers-Pehrson2013-05-061-0/+5
* [libpng16] Calculate our own zlib windowBits when decoding rather thanGlenn Randers-Pehrson2013-05-051-7/+80
* [libpng16] Update "last changed" comments.Glenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Bump version to 1.6.3beta01Glenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Imported from libpng-1.6.2.tarv1.6.2libpng-1.6.2-signedGlenn Randers-Pehrson2013-04-251-1/+1
* [libpng16] Imported from libpng-1.6.2rc03.tarv1.6.2rc03Glenn Randers-Pehrson2013-04-221-1/+1
* [libpng16] Fixed some spelling/typosGlenn Randers-Pehrson2013-04-191-4/+4
* [libpng16] Updated "last changed" comments.Glenn Randers-Pehrson2013-04-181-1/+1
* [libpng16] Fixed incorrect warning of excess deflate data. End condition - theJohn Bowler2013-04-071-6/+9
* [libpng16] Imported from libpng-1.6.1.tarv1.6.1Glenn Randers-Pehrson2013-03-271-1/+1
* [libpng16] Eliminated another warning from the Intel C compiler.John Bowler2013-03-101-1/+1
* [libpng16] Eliminated a warning from the Intel C compiler. The warning isJohn Bowler2013-03-101-1/+1
* [libpng16] Imported from libpng-1.6.1beta06.tarv1.6.1beta06Glenn Randers-Pehrson2013-03-041-0/+4
* [libng16] Reverted recent change that eliminated a warning about storingGlenn Randers-Pehrson2013-03-021-1/+1
* [libpng16] Bump version to 1.6.1beta05Glenn Randers-Pehrson2013-03-021-1267/+1562
* [libpng16] Imported from libpng-1.6.0beta05.tarv1.6.1beta05Glenn Randers-Pehrson2013-03-011-1562/+1267
* [libpng16] Fixed bug introduced in libpng-1.6.0beta28 that causes libpng toGlenn Randers-Pehrson2013-03-011-6/+7
* [libpng16] Imported from libpng-1.6.1beta02.tarv1.6.1beta02Glenn Randers-Pehrson2013-02-181-1/+1
* [libpng16] Imported from libpng-1.6.1beta01.tarv1.6.1beta01Glenn Randers-Pehrson2013-02-161-2/+2
* [libpng16] Imported from libpng-1.6.0beta37.tarv1.6.0beta37Glenn Randers-Pehrson2013-01-101-2/+2
* [libpng16] Rearranged the ARM-NEON optimizations: Isolated the machine specificJohn Bowler2012-12-151-0/+12
* [libpng16] Rearranged the ARM-NEON optimizations: Isolated the machine specificJohn Bowler2012-12-131-62/+10
* [libpng16] Trivial editing of commentary in pngrutil.cGlenn Randers-Pehrson2012-11-251-7/+7
* [libpng16] Removed non-working ICC profile support code. There was too muchJohn Bowler2012-11-011-8/+7
* [libpng16] Changed ICC profile support to allow use of an external colorJohn Bowler2012-10-251-51/+5
* [libpng16] Improved ICC profile handling including cHRM chunk generation andJohn Bowler2012-09-041-2/+1
* [libpng16] Cleaned up and corrected ICC profile handling.John Bowler2012-08-251-1/+2