summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng16] Fix bug in calculation of maxbits, in png_write_sBIT, introducedJohn Bowler2015-03-163-5/+13
* [libpng16] Remove pnglibconf.h, pnglibconf.c, and pnglibconf.out instead ofCosmin Truta2015-03-155-7/+13
* [libpng16] Bump version to 1.6.17rc04Glenn Randers-Pehrson2015-03-1224-54/+58
* [libpng16] Imported from libpng-1.6.17rc03.tarv1.6.17rc03Glenn Randers-Pehrson2015-03-1222-53/+53
* [libpng16] Updated CMakeLists.txt to add OSX framework, change YES/NO to ON/OFFGlenn Randers-Pehrson2015-03-123-29/+46
* [libpng16] Imported from libpng-1.6.17rc02.tarv1.6.17rc02Glenn Randers-Pehrson2015-03-0912-18/+18
* [libpng16] Free the unknown_chunks structure even when it contains no data.Glenn Randers-Pehrson2015-03-095-37/+41
* [libpng16] Reverted new test on unknown chunk location; it was bogus.Glenn Randers-Pehrson2015-03-084-21/+3
* [libpng16] Spelling fixes: less then N -> less than N (Lauri Nurmi)Glenn Randers-Pehrson2015-03-077-17/+18
* [libpng16] Fixed some spelling (occur* -> occurr*), Bug report by Lauri NurmiGlenn Randers-Pehrson2015-03-074-9/+9
* [libpng16] Stopped a potential memory leak in png_set_unknown_chunks(). BreaksGlenn Randers-Pehrson2015-03-075-6/+23
* [libpng16] Removed some comments that the configure script did not handleGlenn Randers-Pehrson2015-03-054-11/+17
* [libpng16] Imported from libpng-1.6.17rc02.tarGlenn Randers-Pehrson2015-03-0525-66/+70
* [libpng16] Imported from libpng-1.6.17rc01.tarv1.6.17rc01Glenn Randers-Pehrson2015-03-0426-72/+75
* [libpng16] Bump version to 1.6.17beta07Glenn Randers-Pehrson2015-02-2724-56/+60
* [libpng16] Imported from libpng-1.6.17beta06.tarGlenn Randers-Pehrson2015-02-2713-25/+25