summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.9beta04.tarv1.6.9beta04Glenn Randers-Pehrson2014-01-2053-62/+139
* [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
* [libpng16] Bump version to 1.6.9beta01Glenn Randers-Pehrson2013-12-1927-90/+70
* [libpng16] Imported from libpng-1.6.8.tarv1.6.8libpng-1.6.8-signedGlenn Randers-Pehrson2013-12-1941-94/+92
* [libpng16] Imported from libpng-1.6.8rc02.tarv1.6.8rc02Glenn Randers-Pehrson2013-12-1427-65/+79
* [libpng16] Imported from libpng-1.6.8rc01.tarGlenn Randers-Pehrson2013-12-1126-76/+79
* [libpng16] Tidied up pngfix inits and fixed non-write pngtest.John Bowler2013-12-014-19/+11
* [libpng16] Fixed unused "wrote_question" in non-write pngtest.Glenn Randers-Pehrson2013-12-011-2/+2
* [libpng16] Bump version to 1.6.8beta03Glenn Randers-Pehrson2013-11-3024-54/+58
* [libpng16] Imported from libpng-1.6.8beta02.tarv1.6.8beta02Glenn Randers-Pehrson2013-11-3015-31/+31
* [libpng16] Changed deprecated png_free_default() to free() in pngtest.cGlenn Randers-Pehrson2013-11-284-7/+11
* [libpng16] Changed tabs to 3 spaces in png_debug macros and changed '"%s"m'Glenn Randers-Pehrson2013-11-283-15/+16
* [libpng16] Avoid a clang scan-build warning in pngtest.cGlenn Randers-Pehrson2013-11-251-1/+1
* [libpng16] Removed or marked PNG_UNUSED some harmless "dead assignments"Glenn Randers-Pehrson2013-11-255-16/+18
* [libpng16] Revised manual about handling of zlib CMFGlenn Randers-Pehrson2013-11-242-14/+16
* [libpng16] Bump version to 1.6.8beta02Glenn Randers-Pehrson2013-11-2324-54/+59
* [libpng16] Imported from libpng-1.6.8beta01.tarv1.6.8beta01Glenn Randers-Pehrson2013-11-2318-35/+37
* [libpng16] Added another "assert()" in pngfix.cGlenn Randers-Pehrson2013-11-231-0/+2
* [libpng16] Avoid a clang scanner warning in pngfix.cGlenn Randers-Pehrson2013-11-231-0/+2
* [libpng16] Fixed pngvalid 'fail' function declaration on the Intel C Compiler.John Bowler2013-11-223-8/+15
* [libpng16] Updated "last changed" datesJohn Bowler2013-11-2211-11/+11
* [libpng16] Update contrib/tools/pngfix.cGlenn Randers-Pehrson2013-11-221-3/+10
* [libpng16] Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder.Glenn Randers-Pehrson2013-11-223-2/+4
* [libpng16] Fixed 'minimal' builds. Various obviously useful minimalGlenn Randers-Pehrson2013-11-2219-240/+700