summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng16] Added "& 0xff" to things being typecast to "png_byte".Glenn Randers-Pehrson2015-02-2712-231/+249
* [libpng16] Avoid runtime checks when converting integer to png_byte withSergey Kosarevsky2015-02-274-7/+15
* [libpng16] Fixed some typos in the pngfix usage message.Glenn Randers-Pehrson2015-02-261-6/+6
* [libpng16] Bump version to 1.6.17beta06Glenn Randers-Pehrson2015-02-2525-64/+70
* [libpng16] Imported from libpng-1.6.17beta05.tarv1.6.17beta05Glenn Randers-Pehrson2015-02-2514-29/+29
* [libpng16] Put #ifdef/#endif around png_set_compression_level in pngwrite.cGlenn Randers-Pehrson2015-02-221-0/+2
* [libpng16] Bump version to 1.6.17beta05Glenn Randers-Pehrson2015-02-2124-54/+58
* [libpng16] Imported from libpng-1.6.17beta04.tarv1.6.17beta04Glenn Randers-Pehrson2015-02-2115-33/+40
* [libpng16]Allow calling png_get_IHDR() with NULL arguments (Reuben Hawkins).Glenn Randers-Pehrson2015-02-185-28/+36
* [libpng16] Added PNG_WRITE_CUSTOMIZE_COMPRESSION_SUPPORTED macro, on by default.Glenn Randers-Pehrson2015-02-174-9/+15
* [libpng16] Bump version to 1.6.17beta04Glenn Randers-Pehrson2015-02-1728-63/+62
* [libpng16] Imported from libpng-1.6.17beta03.tarv1.6.17beta03Glenn Randers-Pehrson2015-02-1711-27/+27
* [libpng16] Eliminated PNG_SAFE_LIMITS macro and restored the 1-million-columnGlenn Randers-Pehrson2015-02-167-91/+65
* [libpng16] Bump version to 1.6.17beta03Glenn Randers-Pehrson2015-02-0724-54/+58
* [libpng16] Imported from libpng-1.6.17beta02.tarv1.6.17beta02Glenn Randers-Pehrson2015-02-0711-32/+34
* [libpng16] Do not build png_product2() when it is unused.Glenn Randers-Pehrson2015-02-077-27/+49