summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.10beta02.tarv1.6.10beta02Glenn Randers-Pehrson2014-02-2214-29/+30
* [libpng16] Don't recognize known sRGB profiles as sRGB if they have been hacked,Glenn Randers-Pehrson2014-02-223-19/+7
* [libpng16] Don't recognize known sRGB profiles as sRGB if they have been hacked.Glenn Randers-Pehrson2014-02-223-11/+12
* [libpng16] Added png_ptr->process_mode = PNG_READ_IDAT_MODE inGlenn Randers-Pehrson2014-02-224-8/+19
* [libpng16] Use a user warning handler in contrib/gregbook/readpng2.cGlenn Randers-Pehrson2014-02-223-5/+16
* [libpng16] Check for __has_extension before using it in pngconf.h, toGlenn Randers-Pehrson2014-02-203-7/+13
* [libpng16] Check for info_ptr == NULL early in png_read_end() so we don't needGlenn Randers-Pehrson2014-02-174-7/+18
* [libpng16] Deleted a now-redundant #define png_error from pngvalid.cJohn Bowler2014-02-161-5/+0
* [libpng16] Fixed /proc/cpuinfo ARM NEON __linux__ parsingJohn Bowler2014-02-161-3/+3
* [libpng16] Moved OS dependent code from arm/arm_init.c, to allow the includedJohn Bowler2014-02-167-121/+437
* [libpng16] Removed unneeded "#define PNG_NO_WARNINGS" from contrib/pngminim/*Glenn Randers-Pehrson2014-02-163-3/+0
* [libpng16] Moved redefines of png_error(), png_warning(), png_chunk_error(),Glenn Randers-Pehrson2014-02-164-13/+20
* [libpng16] Bump version to 1.6.10beta02Glenn Randers-Pehrson2014-02-0924-55/+59
* [libpng16] Imported from libpng-1.6.10beta01.tarv1.6.10beta01Glenn Randers-Pehrson2014-02-0926-45/+45
* [libpng16] Backport recent changes from libpng-1.7.0beta30 and beta31.John Bowler2014-02-0617-93/+1862
* [libpng16] Update ANNOUNCE file about new location of gpg signatures.Glenn Randers-Pehrson2014-02-061-1/+1
* [libpng16] Bump version to 1.6.10beta01Glenn Randers-Pehrson2014-02-0528-97/+70
* [libpng16] Imported from libpng-1.6.9.tarv1.6.9libpng-1.6.9-signedGlenn Randers-Pehrson2014-02-0535-88/+77
* [libpng16] Update documentation about sCAL support.Glenn Randers-Pehrson2014-02-012-21/+34
* [libpng16] Imported from libpng-1.6.9rc02.tarv1.6.9rc02Glenn Randers-Pehrson2014-01-3023-55/+55
* [libpng16] Quiet an uninitialized memory warning from VC2013 in png_get_png().Glenn Randers-Pehrson2014-01-303-16/+16
* [libpng16] Imported from libpng-1.6.9rc01.tarv1.6.9rc01Glenn Randers-Pehrson2014-01-2825-61/+69
* [libpng16] Imported from libpng-1.6.9beta04.tarGlenn Randers-Pehrson2014-01-2048-62/+63
* [libpng16] Correct a new comment in pngconf.hGlenn Randers-Pehrson2014-01-131-1/+1
* [libpng16] Added clang attribute support (Cosmin).Glenn Randers-Pehrson2014-01-133-11/+38
* [libpng16] Updated scripts/makefile.* to use CPPFLAGS (Cosmin)Glenn Randers-Pehrson2014-01-1263-805/+899
* [libpng16] Bump version to 1.6.9beta04Glenn Randers-Pehrson2014-01-1024-54/+58
* [libpng16] Imported from libpng-1.6.9beta03.tarv1.6.9beta03Glenn Randers-Pehrson2014-01-1012-37/+35
* [libpng16] Removed potentially misleading warning from png_check_IHDR().Glenn Randers-Pehrson2014-01-103-15/+2
* [libpng16]Revised png_check_IHDR() to use PNG_SIZE_MAX instead ofGlenn Randers-Pehrson2014-01-093-7/+13
* [libpng16] Only warn about image too wide if warning not already issued.Glenn Randers-Pehrson2014-01-081-3/+3
* [libpng16] Updated warning message in png_check_IHDR()Glenn Randers-Pehrson2014-01-071-1/+2
* [libpng16] Changed warning message "is too large" to "may be too large"Glenn Randers-Pehrson2014-01-071-2/+2
* [libpng16] Bump version to 1.6.9beta03Glenn Randers-Pehrson2014-01-0124-54/+58
* [libpng16] Imported from libpng-1.6.9beta02.tarv1.6.9beta02Glenn Randers-Pehrson2014-01-0110-19/+19
* [libpng16] Updated copyright year in recently-changed files.Glenn Randers-Pehrson2013-12-3116-28/+28
* [libpng16] Allow unversioned links created on install to be disabled inJohn Bowler2013-12-294-38/+118
* [libpng16] Revised pngvalid.c to support libpng 1.5, which does not support theJohn Bowler2013-12-293-0/+8
* [libpng16] Merged libpng-1.7.0 changes to make no-interlace configurations workJohn Bowler2013-12-295-59/+135
* [libpng16] Merged pngrio.c, pngtrans.c, pngwio.c, and pngerror.cGlenn Randers-Pehrson2013-12-286-5/+18
* [libpng16] Removed #error macro from contrib/tools/pngfix.c (Thomas Klausner).Glenn Randers-Pehrson2013-12-273-4/+5
* [libpng16] Merged with pngvalid.c from libpng-1.7 changes to create a singleJohn Bowler2013-12-273-124/+366
* [libpng16] Added checks for libpng 1.5 to pngvalid.c. This supports the use ofJohn Bowler2013-12-273-9/+25
* [libpng16] Fixed typo in CHANGES and ANNOUNCE (autoconf version 2.69, not 2.59)Glenn Randers-Pehrson2013-12-262-2/+2
* [libpng16] Removed config-generated "compile" fileGlenn Randers-Pehrson2013-12-261-347/+0
* [libpng16] Bump version to 1.6.9beta02Glenn Randers-Pehrson2013-12-2624-54/+58
* [libpng16] Imported from libpng-1.6.9beta01.tarv1.6.9beta01Glenn Randers-Pehrson2013-12-2616-33/+381
* [libpng16] Update "last changed" dates in recently-patched files.Glenn Randers-Pehrson2013-12-2211-21/+25
* [libpng16] Made transform implementation functions static. This makes theJohn Bowler2013-12-195-126/+33
* [libpng16] Bookkeeping: Moved functions around (no changes). Moved transformJohn Bowler2013-12-199-539/+545