summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.18beta07.tarv1.6.18beta07Glenn Randers-Pehrson2015-06-0620-48/+69
* [libpng16] Quieted Coverity issues in pngfix.c, png-fix-itxt.c, pngvalid.c,Glenn Randers-Pehrson2015-06-036-12/+23
* [libpng16] Update revision information in cexcept.h as required by the license.Glenn Randers-Pehrson2015-06-031-2/+3
* [libpng16] Fix g++ build breaksJohn Bowler2015-06-034-4/+8
* [libpng16] Fixed NO_WRITE_FILTER and -Wconversion build breaks (John Bowler).John Bowler2015-06-034-18/+16
* [libpng16] Fixed cexcept.h in which GCC 5 now reports that one of the autoJohn Bowler2015-06-037-14/+22
* [libpng16] Removed non-working progressive reader 'skip' function. ThisJohn Bowler2015-06-034-103/+21
* [libpng16] Bump version to 1.6.18beta07Glenn Randers-Pehrson2015-06-0124-54/+58
* [libpng16] Imported from libpng-1.6.18beta06.tarv1.6.18beta06Glenn Randers-Pehrson2015-06-0111-21/+21
* [libpng16] Removed WRITE_WEIGHTED_FILTERED code, to save a few kbytes of theGlenn Randers-Pehrson2015-05-315-538/+30
* [libpng16] Bump version to 1.6.18beta06Glenn Randers-Pehrson2015-05-3124-54/+58
* [libpng16] Imported from libpng-1.6.18beta05.tarv1.6.18beta05Glenn Randers-Pehrson2015-05-3115-30/+30
* [libpng16] Fixed old cut&paste bug in the weighted filter selection code inGlenn Randers-Pehrson2015-05-303-2/+6
* [libpng16] Changed png_voidcast(), etc., to voidcast(), etc., inGlenn Randers-Pehrson2015-05-303-17/+21
* [libpng16] Backported filter selection code from libpng-1.7.0beta51, to combineGlenn Randers-Pehrson2015-05-305-453/+392
* [libpng16] Bump version to 1.6.18beta05Glenn Randers-Pehrson2015-05-2925-63/+68
* [libpng16] Imported from libpng-1.6.18beta04.tarv1.6.18beta04Glenn Randers-Pehrson2015-05-2911-25/+25
* [libpng16] Avoid a harmless potential integer overflow in png_XYZ_from_xy().Glenn Randers-Pehrson2015-05-203-24/+33
* [libpng16] Trivial editing of comments in png.cGlenn Randers-Pehrson2015-05-091-7/+7
* [libpng16] Avoid Coverity issue 80858 (REVERSE NULL) in pngtest.cGlenn Randers-Pehrson2015-05-093-11/+15
* [libpng16] Document PNG_RELEASE_BUILD in the man page.Glenn Randers-Pehrson2015-05-062-10/+44
* [libpng16] PNG_RELEASE_BUILD replaces tests where the code depended on the bu...John Bowler2015-05-067-7/+27
* [libpng16] Added some documentation about features of the Simplified Write API.Glenn Randers-Pehrson2015-05-063-6/+10
* [libpng16] Bump version to 1.6.18beta04Glenn Randers-Pehrson2015-05-0624-54/+58
* [libpng16] Imported from libpng-1.6.18beta03.tarv1.6.18beta03Glenn Randers-Pehrson2015-05-0617-33/+38
* [libpng16] Improved DIV65535 algorithm in simpleover.c. By experiment,John Bowler2015-05-061-5/+5
* [libpng16] Trivial editing of comments in contrib/examples/simpleover.cGlenn Randers-Pehrson2015-05-041-18/+18
* [libpng16] Added PNG generation tool, fixed unitialized pointer inJohn Bowler2015-05-045-10/+880
* [libpng16] Added contrib/examples/simpleover.c, to demonstrate how to handleJohn Bowler2015-05-023-3/+651
* [libpng16] Updated comment in pngpriv.h about ARM support.Glenn Randers-Pehrson2015-04-291-2/+6
* [libpng16] Replaced "unexpected" with an integer (0xabadca11) in pngset.cGlenn Randers-Pehrson2015-04-293-4/+8
* [libpng16] Bump version to 1.6.18beta03Glenn Randers-Pehrson2015-04-2624-54/+58
* [libpng16] Imported from libpng-1.6.18beta02.tarv1.6.18beta02Glenn Randers-Pehrson2015-04-2614-32/+32
* [libpng16] Suppressed some warnings from the Borland C++ 5.5.1/5.82 compilerGlenn Randers-Pehrson2015-04-0110-21/+31
* [libpng16] Bump version to 1.6.18beta02Glenn Randers-Pehrson2015-04-0124-56/+60
* [libpng16] Imported from libpng-1.6.18beta01.tarv1.6.18beta01Glenn Randers-Pehrson2015-04-0116-33/+37
* [libpng16] Fixed rgb_to_gray checks and added tRNS checks to pngvalid.cJohn Bowler2015-03-304-92/+332
* [libpng16] Removed PNG_SET_CHUNK_[CACHE|MALLOC]_LIMIT_SUPPORTED macros. TheyGlenn Randers-Pehrson2015-03-274-7/+12
* [libpng16] Bump version to 1.6.18beta01Glenn Randers-Pehrson2015-03-2630-103/+70
* [libpng16] Imported from libpng-1.6.17.tarv1.6.17libpng-1.6.17-signedGlenn Randers-Pehrson2015-03-2639-118/+85
* [libpng16] Imported from libpng-1.6.17rc06.tarv1.6.17rc06Glenn Randers-Pehrson2015-03-2213-39/+40
* [libpng16] Fixed simplified 8-bit-linear to sRGB alpha. The calculated alphaJohn Bowler2015-03-223-3/+16
* [libpng16] Add pnglibconf.dfn and pnglibconf.pre to scripts/pnglibconf.makGlenn Randers-Pehrson2015-03-211-1/+2
* [libpng16] Remove pnglibconf.dfn and pnglibconf.pre with "make clean".Glenn Randers-Pehrson2015-03-213-1/+3
* [libpng16] Bump version to 1.6.17rc06Glenn Randers-Pehrson2015-03-2124-54/+58
* [libpng16] Imported from libpng-1.6.17rc05.tarv1.6.17rc05Glenn Randers-Pehrson2015-03-2110-20/+20
* [libpng16] Reverted "& 0xff" additions of version 1.6.17beta01. Libpng passesGlenn Randers-Pehrson2015-03-2113-249/+238
* [libpng16] Define PNG_FILTER_* and PNG_FILTER_VALUE_* in png.h even when WRITEJohn Bowler2015-03-173-8/+16
* [libpng16] Bump version to 1.6.17rc05Glenn Randers-Pehrson2015-03-1725-62/+66
* [libpng16] Imported from libpng-1.6.17rc04.tarv1.6.17rc04Glenn Randers-Pehrson2015-03-1712-26/+26