summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng17] Added testing of png_set_packing() to pngvalid.cJohn Bowler2014-12-273-88/+159
* [libpng17] Removed user limits from pngfix. Also pass NULL pointers toJohn Bowler2014-12-243-37/+38
* [libpng17] Restored the old 1-million default limit on rows and columnsGlenn Randers-Pehrson2014-12-245-19/+19
* [libpng17] Updated comments and manual with elimination of PNG_SAFE_LIMITSGlenn Randers-Pehrson2014-12-234-27/+40
* [libpng17] Eliminated the PNG_SAFE_LIMITS macro and set default limits inGlenn Randers-Pehrson2014-12-236-62/+39
* [libpng17] Bump version to 1.7.0beta45Glenn Randers-Pehrson2014-12-2324-54/+58
* [libpng17] Imported from libpng-1.7.0beta44.tarv1.7.0beta44Glenn Randers-Pehrson2014-12-2312-27/+27
* [libpng17] Removed extraneous PNG_SAFE_LIMITS_SUPPORTED handling from pngconf.hGlenn Randers-Pehrson2014-12-234-29/+11
* [libpng17] Corrected the width limit calculation in png_check_IHDR().John Bowler2014-12-213-6/+8
* [libpng17] Restored a test on width that was removed from png.c at libpng-1.6.9John Bowler2014-12-214-10/+48
* [libpng17] Bump version to 1.7.0beta44Glenn Randers-Pehrson2014-12-1824-54/+58
* [libpng17] Imported from libpng-1.7.0beta43.tarv1.7.0beta43Glenn Randers-Pehrson2014-12-1819-41/+43
* [libpng17] Quiet a "comparison always true" warning in pngstest.c (John Bowler).John Bowler2014-12-163-17/+30
* [libpng17] Revised Makefile.am and scripts/*.dfn to work with MinGW/MSYS;Glenn Randers-Pehrson2014-12-149-31/+34