summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.17beta06.tarv1.6.17beta06Glenn Randers-Pehrson2015-02-2710-19/+19
* [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
* [libpng16] Improved comments on some #ifdef lines.Glenn Randers-Pehrson2015-02-031-13/+11
* [libpng16] Bump version to 1.6.17beta02Glenn Randers-Pehrson2015-01-2825-64/+68
* [libpng16] Imported from libpng-1.6.17beta01.tarv1.6.17beta01Glenn Randers-Pehrson2015-01-2818-57/+64
* [libpng16] Added #ifndef __COVERITY__ where needed in png.c, pngrutil.c andGlenn Randers-Pehrson2015-01-275-57/+93
* [libpng16] Update "last changed" comment in pngset.cGlenn Randers-Pehrson2015-01-132-3/+1
* [libpng16] Made the check for out-of-range values in png_set_tRNS() detectGlenn Randers-Pehrson2015-01-133-15/+24
* [libpng16] Updated recent CVE numbers in CHANGES file.Glenn Randers-Pehrson2015-01-102-5/+6
* [libpng16] Happy 2015, continued.Glenn Randers-Pehrson2014-12-313-6/+6
* [libpng16] Happy New Year! Update copyright year.Glenn Randers-Pehrson2014-12-3124-41/+44
* [libpng16] Update "last changed" info in pngrtran.cGlenn Randers-Pehrson2014-12-291-1/+1
* [libpng16] Implement previously untested libpng transforms in pngvalid.cJohn Bowler2014-12-293-80/+656
* [libpng16] Fixed byte order in 2-byte filler, in png_do_read_filler().John Bowler2014-12-293-10/+14
* [libpng16] Added testing of png_set_packing() to pngvalid.cJohn Bowler2014-12-273-89/+160
* [libpng16] Removed user limits from pngfix. Also pass NULL pointers toJohn Bowler2014-12-243-34/+35
* [libpng16] Corrected the width limit calculation in png_check_IHDR().Glenn Randers-Pehrson2014-12-233-8/+10
* [libpng16] Removed duplicate PNG_SAFE_LIMITS_SUPPORTED handling from pngconf.hGlenn Randers-Pehrson2014-12-233-24/+6
* [libpng16] Bump version to 1.6.17beta01Glenn Randers-Pehrson2014-12-2132-76/+75
* [libpng16] Imported from libpng-1.6.16.tarv1.6.16libpng-1.6.16-signedGlenn Randers-Pehrson2014-12-2135-92/+81
* [libpng16] Imported from libpng-1.6.16rc03.tarv1.6.16rc03Glenn Randers-Pehrson2014-12-2122-44/+44
* [libpng16] Fixed an overflow in png_combine_row with very wide interlacedJohn Bowler2014-12-213-11/+17
* [libpng16] Imported from libpng-1.6.16rc02.tarv1.6.16rc02Glenn Randers-Pehrson2014-12-2125-57/+62
* [libpng16] Imported from libpng-1.6.16rc01.tarv1.6.16rc01Glenn Randers-Pehrson2014-12-2125-56/+100
* [libpng16] Imported from libpng-1.6.16beta03.tarv1.6.16beta03Glenn Randers-Pehrson2014-12-2018-61/+55
* [libpng16] Quiet a "comparison always true" warning in pngstest.c (John Bowler).John Bowler2014-12-163-17/+30
* [libpng16] Bump version to 1.6.16beta03Glenn Randers-Pehrson2014-12-1429-60/+64
* [libpng16] Imported from libpng-1.6.16beta02.tarv1.6.16beta02Glenn Randers-Pehrson2014-12-142-4/+4
* [libpng16] Revised handling of scripts/*.dfn; renamed them to scripts/*.cJohn Bowler2014-12-1423-64/+67
* [libpng16] Bump version to 1.6.16beta02Glenn Randers-Pehrson2014-12-1424-54/+58
* [libpng16] Imported from libpng-1.6.16beta01.tarv1.6.16beta01Glenn Randers-Pehrson2014-12-1415-31/+31
* [libpng16] Revised Makefile.am and scripts/symbols.dfn to work with MinGW/MSYSBob Friesenhahn2014-12-144-8/+12
* [libpng16] Update arm/*.c to libpng coding style.Glenn Randers-Pehrson2014-11-292-5/+7
* [libpng16] Added ".align 2" to arm/filter_neon.S to support old GAS assemblersGlenn Randers-Pehrson2014-11-295-14/+23
* [libpng16] Bump version to 1.6.16beta01Glenn Randers-Pehrson2014-11-2129-104/+81