summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Imported from libpng-1.7.0beta54.tarv1.7.0beta54Glenn Randers-Pehrson2015-03-0414-30/+31
* [libpng17] Merged pngwrite.c with libpng-1.6.17beta06/pngwrite.cGlenn Randers-Pehrson2015-03-043-38/+43
* [libpng17] Avoid runtime checks when converting integer to png_byte withSergey Kosarevsky2015-02-274-13/+27
* [libpng17] Fixed some typos in the pngfix usage message.Glenn Randers-Pehrson2015-02-261-7/+7
* [libpng17] Bump version to 1.7.0beta54Glenn Randers-Pehrson2015-02-2525-62/+66
* [libpng17] Imported from libpng-1.7.0beta53.tarv1.7.0beta53Glenn Randers-Pehrson2015-02-2515-30/+30
* [libng17] Put #ifdef/#endif around png_set_compression_level in pngwrite.cGlenn Randers-Pehrson2015-02-221-0/+2
* [libpng17] Restored compiling of png_reciprocal2 with PNG_NO_16BIT.Glenn Randers-Pehrson2015-02-223-9/+7
* [libpng17] Bump version to 1.7.0beta53Glenn Randers-Pehrson2015-02-2124-54/+58
* [libpng17] Imported from libpng-1.7.0beta52.tarv1.7.0beta52Glenn Randers-Pehrson2015-02-2118-35/+37
* [libpng17] Minor editing of man pageGlenn Randers-Pehrson2015-02-182-14/+14
* [libpng17] Corrected information recently added to the man page about rowGlenn Randers-Pehrson2015-02-174-16/+14
* [libpng17] Added information about setjmp/simplified API interaction in theGlenn Randers-Pehrson2015-02-174-16/+44
* [libpng17] Bump version to 1.7.0beta52Glenn Randers-Pehrson2015-02-1728-63/+62
* [libpng17] Imported from libpng-1.7.0beta51.tarv1.7.0beta51Glenn Randers-Pehrson2015-02-1712-26/+26
* [libpng17] Display user limits in the output from pngtest.Glenn Randers-Pehrson2015-02-166-9/+41
* [libpng17] Revised overflow detection in pngwutil.cGlenn Randers-Pehrson2015-02-161-168/+78
* [libpng17] Bump version to 1.7.0beta51Glenn Randers-Pehrson2015-02-1525-56/+58
* [libpng17] Imported from libpng-1.7.0beta50.tarv1.7.0beta50Glenn Randers-Pehrson2015-02-1513-29/+29
* [libpng17] Combined several redundant lines of code in pngwutil.cGlenn Randers-Pehrson2015-02-151-11/+9
* [libpng17] Combined sub_row, up_row, avg_row, and paeth_row buffers into aGlenn Randers-Pehrson2015-02-155-83/+110
* [libpng17] Bump version to 1.7.0beta50Glenn Randers-Pehrson2015-02-1124-54/+58
* [libpng17] Imported from libpng-1.7.0beta49.tarv1.7.0beta49Glenn Randers-Pehrson2015-02-1113-27/+27
* [libpng17] Make some parameters "const" in new functions.Glenn Randers-Pehrson2015-02-111-7/+8
* [libpng17] Deal with integer overflow of sum in pngwutil.cGlenn Randers-Pehrson2015-02-113-42/+78
* [libpng17] Consolidated redundant code in pngwutil.cGlenn Randers-Pehrson2015-02-103-162/+104
* [libpng17] Removed now-obsolete comments.Glenn Randers-Pehrson2015-02-102-6/+0
* [libpng17] Added PNG_WRITE_CUSTOMIZE_COMPRESSION_SUPPORTED macro, on by default.Glenn Randers-Pehrson2015-02-106-1/+9
* [libpng17] Combined sub_row, up_row, avg_row, and paeth_row buffers into aGlenn Randers-Pehrson2015-02-106-144/+177
* [libpng17] Bump version to 1.7.0beta49Glenn Randers-Pehrson2015-02-0724-54/+58
* [libpng17] Imported from libpng-1.7.0beta48.tarv1.7.0beta48Glenn Randers-Pehrson2015-02-0712-25/+25
* [lipng17] Do not build png_product2() when it is unused and work aroundGlenn Randers-Pehrson2015-02-075-37/+43
* [libpng17] Improved the comments on some #ifdef lines.Glenn Randers-Pehrson2015-02-031-9/+10
* [libpng17] Bump version to 1.7.0beta48Glenn Randers-Pehrson2015-01-2825-64/+68
* [libpng17] Imported from libpng-1.7.0beta47.tarv1.7.0beta47Glenn Randers-Pehrson2015-01-2821-69/+71
* [libpng17] Quieted some Coverity warningsGlenn Randers-Pehrson2015-01-273-31/+50
* [libpng17] Added #ifndef __COVERITY__ where needed in png.c, pngrutil.c andGlenn Randers-Pehrson2015-01-275-56/+99
* [libpng17] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2015-01-132-7/+7
* [libpng17] Add recent CVE numbers to CHANGES and ANNOUNCE.Glenn Randers-Pehrson2015-01-102-7/+9
* [libpng17] Quiet a GCC compiler warning about sample_max in pngset.cGlenn Randers-Pehrson2015-01-091-1/+1
* [libpng17] Made the check for out-of-range values in png_set_tRNS() work onGlenn Randers-Pehrson2015-01-073-6/+10
* [libpng17] Bump version to 1.7.0beta47Glenn Randers-Pehrson2015-01-0224-54/+58
* [libpng17] Imported from libpng-1.7.0beta46.tarv1.7.0beta46Glenn Randers-Pehrson2015-01-0213-17/+25
* [libpng17] Allow calling png_get_IHDR() with NULL arguments (Reuben Hawkins).Glenn Randers-Pehrson2015-01-025-33/+43
* [libpng17] Happy 2014, continued.Glenn Randers-Pehrson2014-12-313-6/+6
* [libpng17] Happy New Year -- update copyright year.Glenn Randers-Pehrson2014-12-3141-66/+65
* [libpng17] Fixed byte order in 2-byte filler, in png_do_read_filler().John Bowler2014-12-293-6/+8
* [libpng17] Implement previously untested libpng transforms in pngvalid.cJohn Bowler2014-12-293-82/+674
* [libpng17] Bump version to 1.7.0beta46Glenn Randers-Pehrson2014-12-2824-54/+58
* [libpng17] Imported from libpng-1.7.0beta45.tarv1.7.0beta45Glenn Randers-Pehrson2014-12-2814-28/+28