summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.10rc01.tarv1.6.10rc01Glenn Randers-Pehrson2014-02-2725-58/+61
* [libpng16] Fixed typos in the manual and in scripts/pnglibconf.dfa (CFLAGSGlenn Randers-Pehrson2014-02-265-22/+26
* [libpng16] Mention CERT VU#684412 and CVE-2014-0333 in CHANGES and ANNOUNCE.Glenn Randers-Pehrson2014-02-252-0/+2
* [libpng16] Bump version to 1.6.10beta04Glenn Randers-Pehrson2014-02-2424-55/+59
* [libpng16] Imported from libpng-1.6.10beta03.tarGlenn Randers-Pehrson2014-02-2410-12/+12
* [libpng16] Removed some commentary from png.h that is now in the manual.Glenn Randers-Pehrson2014-02-241-93/+18
* [libpng16] Moved some documentation from png.h to libpng.3 and libpng-manual.txtGlenn Randers-Pehrson2014-02-244-67/+407
* [libpng16] Document how to use a different crc_action while reading chunksGlenn Randers-Pehrson2014-02-232-10/+26
* [libpng16] Fixed some nits in contrib/arm-neon/README and comments inGlenn Randers-Pehrson2014-02-233-8/+8
* [libpng16] Bump version to 1.6.10beta03Glenn Randers-Pehrson2014-02-2224-55/+59
* [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