summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Imported from libpng-1.7.0beta65.tarv1.7.0beta65Glenn Randers-Pehrson2015-09-1617-32/+43
* [libpng17] Updated makefiles to handle pngchunk.hGlenn Randers-Pehrson2015-09-1637-485/+485
* [libpng17] Fix debug statement in pngread.cGlenn Randers-Pehrson2015-09-151-1/+2
* [libpng17] moved scripts/chunkdesc.h to pngchunk.hGlenn Randers-Pehrson2015-09-153-6/+15
* [libpng17] Updated configure.ac was omitted from previous commitGlenn Randers-Pehrson2015-09-151-1/+1
* [libpng17] Fix file permission for contrib/tools/intgamma.shGlenn Randers-Pehrson2015-09-151-0/+0
* [libpng17] Merge contrib/libtests and contrib/tools with libpng16.Glenn Randers-Pehrson2015-09-1510-38/+57
* [libpng17] Added public domain declaration to contrib/libtests/fakepng.cGlenn Randers-Pehrson2015-09-152-8/+18
* Merge 3184947a25b78dee14b0dda09f368ab3f6107c8f into 1fc5345bff82118fd6f313813...John Bowler2015-09-1558-12803/+17064
|\
| * chunk handling and transform rewriteJohn Bowler2015-09-1426-12329/+15924
| * Test changesJohn Bowler2015-09-149-382/+800
| * Test corrections: minor fixes to the test scriptsJohn Bowler2015-09-1410-10/+10
| * ARM NEON code moved to contribJohn Bowler2015-09-1413-82/+330
| * Rename arm -> contrib/neonJohn Bowler2015-09-143-0/+0
|/
* [libpng17] Mention dropping support for 16-bit platforms in libpng16.Glenn Randers-Pehrson2015-08-185-29/+29
* [libpng17] Fix links in man pageGlenn Randers-Pehrson2015-08-113-9/+9
* [libpng17] Fix links in man pageGlenn Randers-Pehrson2015-08-112-8/+10
* [libpng17] Update dead link in the man pageGlenn Randers-Pehrson2015-08-113-14/+14
* [libpng17 Moved config.h.in~ from the "libpng_autotools_files" list to theGlenn Randers-Pehrson2015-08-023-5/+11
* [libpng17 Use nanosleep() instead of usleep() in contrib/gregbook/rpng2-x.cGlenn Randers-Pehrson2015-07-304-39/+91
* [libpng17] Bump version to 1.7.0beta65Glenn Randers-Pehrson2015-07-2524-54/+58
* [libpng17] Imported from libpng-1.7.0beta64.tarv1.7.0beta64Glenn Randers-Pehrson2015-07-2515-23/+891
* [libpng17] Belatedly added Mans Rullgard and James Yu to the list ofGlenn Randers-Pehrson2015-07-255-143/+73
* [libpng17] Rearranged png.h to put the major sections in the same order asGlenn Randers-Pehrson2015-07-253-94/+102
* [libpng17] Revise comment about deprecated skip function in pngpread.c.Glenn Randers-Pehrson2015-06-111-4/+4
* [libpng17] Unlink temporary file immediately in pngstest (PNG_USE_MKSTEMP)Glenn Randers-Pehrson2015-06-111-4/+22
* [libpng17] Removed some unused WEIGHTED_FILTER macros from png.h and pngstruct.hGlenn Randers-Pehrson2015-06-104-23/+7
* [libpng17] Eliminated the final two Coverity defects (insecure temporary fileGlenn Randers-Pehrson2015-06-104-24/+58
* [libpng17] Removed non-working progressive reader 'skip' function. ThisJohn Bowler2015-06-064-103/+21
* [libpng17] Bump version to 1.7.0beta64Glenn Randers-Pehrson2015-06-0624-54/+58
* [libpng17] Imported from libpng-1.7.0beta63.tarv1.7.0beta63Glenn Randers-Pehrson2015-06-0616-31/+34
* [libpng17] Added #ifdef's to contrib/examples programs so people don't tryGlenn Randers-Pehrson2015-06-057-19/+679
* [libpng17] Completed AArch64 support. Previous change to recognize __ARM_NEONJohn Bowler2015-06-043-14/+27
* [libpng17] Moved READ_GAMMA to pngrtran.c. This makes everything in pngrtrans.cJohn Bowler2015-06-046-2753/+2748
* [libpng16] Quieted Coverity issues in pngfix.c, png-fix-itxt.c, pngvalid.c,Glenn Randers-Pehrson2015-06-037-21/+28
* [libpng17] Quieted Coverity issues in pngfix.c, png-fix-itxt.c, pngvalid.c,Glenn Randers-Pehrson2015-06-037-34/+45
* [libpng17] Bump version to 1.7.0beta63Glenn Randers-Pehrson2015-06-0125-64/+68
* [libpng17] Imported from libpng-1.7.0beta62.tarv1.7.0beta62Glenn Randers-Pehrson2015-06-014-2/+16
* [libpng17] Fix typo in CHANGES and ANNOUNCE.Glenn Randers-Pehrson2015-05-312-2/+2
* [libpng17] Removed WRITE_WEIGHTED_FILTERED code, to save a few kbytes of theGlenn Randers-Pehrson2015-05-316-557/+29
* [libpng17] Bump version to 1.7.0beta62Glenn Randers-Pehrson2015-05-3024-54/+58
* [libpng17] Imported from libpng-1.7.0beta61.tarv1.7.0beta61Glenn Randers-Pehrson2015-05-3019-54/+72
* [libpng17] Avoid a harmless potential integer overflow in png_XYZ_from_xy().Glenn Randers-Pehrson2015-05-203-27/+35
* [libng17] Avoid Coverity issue 80858 (REVERSE NULL) in pngtest.cGlenn Randers-Pehrson2015-05-093-9/+11
* [libpng17] Document PNG_RELEASE_BUILD macro in the man page.Glenn Randers-Pehrson2015-05-062-12/+22
* [libpng17] Bump version to 1.7.0beta61Glenn Randers-Pehrson2015-05-0624-54/+58
* [libpng17] Imported from libpng-1.7.0beta60.tarv1.7.0beta60Glenn Randers-Pehrson2015-05-0619-51/+51
* [libpng17] merge pngpriv.h and pngset.c with libpng-1.6.18beta03.Glenn Randers-Pehrson2015-04-294-5/+17
* [libpng17] Bump version to 1.7.0beta60Glenn Randers-Pehrson2015-04-1924-54/+58
* [libpng17] Imported from libpng-1.7.0beta59.tarv1.7.0beta59Glenn Randers-Pehrson2015-04-1915-30/+30