summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.28rc01.tarv1.5.28rc01Glenn Randers-Pehrson2016-12-2728-82/+80
* [libpng15] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2016-12-262-0/+40
* Merge branch 'libpng15' of git://github.com/jbowler/libpng into libpng15Glenn Randers-Pehrson2016-12-264-27/+32
|\
| * Eliminate signed overlow in png_64bit_productJohn Bowler2016-12-262-20/+18
| * Remove unsigned overflowJohn Bowler2016-12-261-5/+9
| * Remove 'defined' within macroJohn Bowler2016-12-261-2/+5
* | [libpng15] noneGlenn Randers-Pehrson2016-12-263-7/+7
|/
* [libpng15] Merge with libpng16/pngminusGlenn Randers-Pehrson2016-10-307-24/+35
* [libpng15] Merge with libpng16/pngtest.c, pngvalid.c, gregbook, pngminimGlenn Randers-Pehrson2016-10-3020-285/+333
* [libpng15] Minor editing of INSTALL, (whitespace, added copyright line)Glenn Randers-Pehrson2016-08-183-40/+55
* [libpng15] Suppress warning about unused png_digit[] array in pngerror.c.Glenn Randers-Pehrson2016-08-071-4/+5
* [libpng15] Merge contrib/pngminim/*/makefile with those from libpng-1.6.24Glenn Randers-Pehrson2016-08-025-12/+14
* [libpng15] Minor edit of INSTALLGlenn Randers-Pehrson2016-07-041-2/+2
* [libpng15] Added "Common linking failures" section to INSTALL.Glenn Randers-Pehrson2016-07-023-26/+27
* [libpng15] Sync contrib/libtests/pngvalid.c with libpng16Glenn Randers-Pehrson2016-06-251-2/+2
* [libpng15] Fixed undefined behavior in png_push_save_buffer(). Do not callGlenn Randers-Pehrson2016-06-033-6/+15
* [libpng15] Merge contrib/libtests/pngvalid.c with libpng16Glenn Randers-Pehrson2016-05-313-49/+34
* [libpng15] Bump version to 1.5.28beta01Glenn Randers-Pehrson2016-05-2930-114/+89
* Backported pngvalid changes from libpng 1.6John Bowler2016-05-291-44/+432
* [libpng15] Imported from libpng-1.5.27.tarv1.5.27Glenn Randers-Pehrson2016-05-2628-81/+77
* [libpng15] Imported from libpng-1.5.27rc01.tarv1.5.27rc01Glenn Randers-Pehrson2016-05-1426-72/+74
* [libpng15] Bump version to 1.5.27beta03Glenn Randers-Pehrson2016-05-1125-65/+69
* [libpng15] Imported from libpng-1.5.27beta02.tarv1.5.27beta02Glenn Randers-Pehrson2016-05-1112-20/+20
* [libpng15] Merge png.h with libpng16/png.hGlenn Randers-Pehrson2016-05-113-11/+19
* [libpng15] Bump version to 1.5.27beta02Glenn Randers-Pehrson2016-03-0925-63/+67
* [libpng15] Imported from libpng-1.5.27beta01.tarv1.5.27beta01Glenn Randers-Pehrson2016-03-0918-57/+92
* [libpng15] Added a common-law trademark notice and export control informationGlenn Randers-Pehrson2016-02-143-32/+57
* [libpng15] Make pnglibconf.h a public header in CmakeLists.txtGlenn Randers-Pehrson2016-02-091-1/+1
* [libpng15] Updated CMakeLists.txt, added supporting scripts/gen*.cmake.inRoger Leigh2016-02-087-53/+608
* pngvalid: backport autoconf exit(77) fixJohn Bowler2016-01-281-3/+3
* [libpng15] Revised workaround for Coverity issue in pngvalid.cGlenn Randers-Pehrson2016-01-231-17/+7
* [libpng15] Worked around a false-positive Coverity issue in pngvalid.c.Glenn Randers-Pehrson2016-01-133-7/+22
* [libpng15] Happy 2016! Updated copyright year.Glenn Randers-Pehrson2016-01-028-24/+24
* [libpng15] In projects/vstudio, combined readme.txt and WARNING into README.txtGlenn Randers-Pehrson2015-12-294-44/+38
* [libpng15] Update CHANGES and ANNOUNCE with recent pngvalid.c updateGlenn Randers-Pehrson2015-12-173-2/+35
* Merge branch 'libpng15' of git://github.com/jbowler/libpng-1 into libpng15Glenn Randers-Pehrson2015-12-171-77/+172
|\
| * Fix undefined behavior in pngvalid.cJohn Bowler2015-12-171-2/+2
| * Merge branch 'libpng15' of ../../libpng into libpng15John Bowler2015-12-1731-82/+80
| |\
| * | pngvalid from libpng 1.7 with fixesJohn Bowler2015-12-151-77/+172
* | | [libpng15] Bump version to 1.5.27beta01Glenn Randers-Pehrson2015-12-1734-91/+92
| |/ |/|
* | [libpng15] Imported from libpng-1.5.26.tarv1.5.26libpng-1.5.26-signedGlenn Randers-Pehrson2015-12-1731-82/+80
|/
* [libpng15] Imported from libpng-1.5.26rc01.tarv1.5.26rc01Glenn Randers-Pehrson2015-12-1326-72/+72
* [libpng15] Update some last-changed datesGlenn Randers-Pehrson2015-12-135-3/+6
* Merge branch 'libpng15-20151213-keyword' of git://github.com/jbowler/libpng-1...Glenn Randers-Pehrson2015-12-130-0/+0
|\
| * Move png_check_keyword to pngset.cJohn Bowler2015-12-133-203/+127
* | [libpng15] Do png_check_keyword in png_set_*()John Bowler2015-12-133-204/+127
* | [libpng15] Remove new redundant prototype for png_set_keyword()Glenn Randers-Pehrson2015-12-131-5/+2
* | [libpng15] Bump version to 1.5.26beta02Glenn Randers-Pehrson2015-12-1341-91/+99
* | [libpng15] Move png_check_keyword() from pngwutil.c to pngset.cGlenn Randers-Pehrson2015-12-133-135/+138
|/
* [libpng15] Imported from libpng-1.5.26beta01.tarv1.5.26beta01Glenn Randers-Pehrson2015-12-1115-30/+30