summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng17] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson2015-04-048-13/+25
* [libpng17] Transformed rewrite: changed row_info, added checks. This introduc...John Bowler2015-03-3014-1400/+1761
* [libpng17] Bump version to 1.7.0beta59Glenn Randers-Pehrson2015-03-2526-67/+69
* [libpng17] Imported from libpng-1.7.0beta58.tarv1.7.0beta58Glenn Randers-Pehrson2015-03-2511-26/+28
* [libpng17] Revised comment about PNG_RELEASE_BUILD in pngpriv.h, to sayGlenn Randers-Pehrson2015-03-231-1/+4
* [libpng17] Comment that PNG_RELEASE_BUILD has to be 0 or 1; illustrateGlenn Randers-Pehrson2015-03-234-1/+4
* [libpng17] Committed pngvalid.c omitted from previous commit; fix trivial typosGlenn Randers-Pehrson2015-03-223-4/+5
* [libpng17] Check (png_uint_16) casts for overflow. Also removed png_muldiv_warn,John Bowler2015-03-2214-249/+265
* [libpng17] Improved some overflow handling. PNG_RELEASE_BUILD replaces testsJohn Bowler2015-03-229-110/+301
* [libpng17] Added byte, short and other overflow checkingJohn Bowler2015-03-2214-508/+618
* [libpng17] Document affirm() and impossible() in the manual page.Glenn Randers-Pehrson2015-03-212-11/+19
* [libpng16] Renamed "assert" to "affirm", not affected by NDEBUG.Glenn Randers-Pehrson2015-03-2110-96/+70
* [libpng16] Made assert (and impossible) removeable by defining NDEBUG.Glenn Randers-Pehrson2015-03-213-0/+25
* [libpng17] Remove pnglibconf.dfn and pnglibconf.pre with "make clean".Glenn Randers-Pehrson2015-03-214-5/+8
* [libpng17] Implemented assert support and usage.John Bowler2015-03-2020-52/+338
* [libpng17] Restore missing ")" in pngerror.cGlenn Randers-Pehrson2015-03-181-1/+1
* [libpng17] Bump version to 1.7.0beta58Glenn Randers-Pehrson2015-03-1724-56/+60
* [libpng17] Imported from libpng-1.7.0beta57.tarv1.7.0beta57Glenn Randers-Pehrson2015-03-1714-29/+29
* [libpng17] Revert change to png_default_read_data() made in libpng-1.7.0beta55.John Bowler2015-03-163-36/+20
* [libpng17] Also remove pnglibconf.c and pnglibconf.outGlenn Randers-Pehrson2015-03-153-2/+4
* [libpng17] Remove pnglibconf.h, not pnglibconf.* in "make clean" (Cosmin).Cosmin Truta2015-03-155-6/+8