summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Imported from libpng-1.7.0beta39.tarv1.7.0beta39Glenn Randers-Pehrson2014-11-0111-22/+22
* [libpng17] Ported cosmetic changes from libpng-1.6.15beta02.Glenn Randers-Pehrson2014-11-0118-679/+778
* [libpng17] Merge pngtest.c with libpng-1.6.15beta01Glenn Randers-Pehrson2014-10-281-7/+21
* [libpng17] Changed "if (!x)" to "if (x == 0)" and "if (x)" to "if (x !== 0)"Glenn Randers-Pehrson2014-10-256-18/+25
* [libpng17] Revised INSTALL document.Glenn Randers-Pehrson2014-10-241-17/+16
* [libpng17] Bump version to 1.7.0beta39Glenn Randers-Pehrson2014-10-1724-54/+58
* [libpng17] Imported from libpng-1.7.0beta38.tarv1.7.0beta38Glenn Randers-Pehrson2014-10-1717-38/+42
* [libpng17] Minor editing of README and comments in example.c and pngtest.c.Glenn Randers-Pehrson2014-10-173-8/+15
* [libpng17] Also don't mark text chunks as written in the end_ptr until written.Glenn Randers-Pehrson2014-10-051-7/+9
* [libpng17] Merge with libpng-1.6.14beta07Glenn Randers-Pehrson2014-10-056-13/+25
* [libpng17] Merge recent changes from libpng-1.6.14beta06:Glenn Randers-Pehrson2014-10-0410-193/+87
* [libpng17] Bump version to libpng-1.7.0beta38.tarGlenn Randers-Pehrson2014-09-2825-56/+60
* [libpng17] Imported from libpng-1.7.0beta37.tarv1.7.0beta37Glenn Randers-Pehrson2014-09-2811-25/+25
* [libpng17] Merged scripts/* with libpng-1.6.14beta04.Glenn Randers-Pehrson2014-09-2812-39/+44
* [libpng17] Merge pngvalid.c and pngfix.c with libpng-1.6.14beta04Glenn Randers-Pehrson2014-09-282-9/+21
* [libpng17] Merge pngvalid.c with libpng-1.6.14beta04.Glenn Randers-Pehrson2014-09-271-15/+17
* [libpng17] Bump version to 1.7.0beta37Glenn Randers-Pehrson2014-09-2724-55/+61
* [libpng17] Imported from libpng-1.7.0beta36.tarv1.7.0beta36Glenn Randers-Pehrson2014-09-2720-32/+64
* [libpng17] Merge recent changes to the manual and pngrutil.c from libpng-1.6....Glenn Randers-Pehrson2014-09-274-58/+106
* [libpng17] Updated scripts/makefiles from libpng-1.6.13beta04.Glenn Randers-Pehrson2014-08-0832-34/+39
* [libpng17] Bump version to 1.7.0beta36Glenn Randers-Pehrson2014-08-0624-54/+58
* [libpng17] Imported from libpng-1.7.0beta35.tarv1.7.0beta35Glenn Randers-Pehrson2014-08-0636-368/+112
* [libpng17] Added some CVE numbers to the January 2013 CHANGES and ANNOUNCE filesGlenn Randers-Pehrson2014-04-102-5/+9
* [libpng17] Fixed a typo in pngrutil.c, introduced in libpng-1.5.6, thatGlenn Randers-Pehrson2014-04-063-4/+8
* [libpng17] Fixed syntax of Copy command in makefile.amigaGlenn Randers-Pehrson2014-03-221-3/+1
* [libpng17] Complete the update of scripts/makefile.ne12bsd.Glenn Randers-Pehrson2014-03-221-0/+4
* [libpng17] Allow an easy replacement of the default pre-built configurationCosmin Truta2014-03-2235-64/+168
* [libpng17] Port recent changes from libpng16 branch:Cosmin Truta2014-03-2241-73/+151
* [libpng17] Mention scripts/pnglibconf.h.prebuilt in INSTALL.Glenn Randers-Pehrson2014-03-211-1/+4
* [libpng17] Bump version to 1.7.0beta35Glenn Randers-Pehrson2014-03-1724-55/+59
* [libpng17] Imported from libpng-1.7.0beta34.tarv1.7.0beta34Glenn Randers-Pehrson2014-03-1723-40/+41
* [libpng17] Moved configuration information from the manual to the INSTALLGlenn Randers-Pehrson2014-03-165-378/+277
* [libpng17] Changed ZlibSrcDir from 1.2.5 to 1.2.8 in projects/vstudio.Glenn Randers-Pehrson2014-03-093-6/+8
* [libpng17] Use "if (value != 0)" instead of "if (value)" consistently.Glenn Randers-Pehrson2014-03-0820-149/+159
* [libpng17] Remove CALLOC_SUPPORTED from scripts/pnglibconf.dfa and prebuiltGlenn Randers-Pehrson2014-03-072-6/+1
* [libpng17] Treat CRC error handling with png_set_crc_action(), instead of withGlenn Randers-Pehrson2014-02-273-19/+14
* [libpng17] Bump version to 1.7.0beta34Glenn Randers-Pehrson2014-02-2724-55/+59
* [libpng17] Imported from libpng-1.7.0beta33.tarv1.7.0beta33Glenn Randers-Pehrson2014-02-2712-17/+18
* [libpng17] Fixed typos in the manual and in scripts/pnglibconf.dfaGlenn Randers-Pehrson2014-02-265-20/+24
* [libpng17] Bump version to 1.7.0beta33Glenn Randers-Pehrson2014-02-2624-55/+59
* [libpng17] Imported from libpng-1.7.0beta32.tarv1.7.0beta32Glenn Randers-Pehrson2014-02-2617-116/+40
* [libpng17] Don't recognize known sRGB profiles as sRGB if they have been hacked,Glenn Randers-Pehrson2014-02-261-11/+12
* [libpng17] Moved some documentation from png.h to libpng.3 and libpng-manual.txtGlenn Randers-Pehrson2014-02-264-69/+415
* [libpng17] Document how to use different crc_action after reading the imageGlenn Randers-Pehrson2014-02-232-20/+36
* [libpng17] Added png_ptr->process_mode = PNG_READ_IDAT_MODE inGlenn Randers-Pehrson2014-02-233-0/+7
* [libpng17] Use a user warning handler in contrib/gregbook/readpng2.c insteadGlenn Randers-Pehrson2014-02-233-5/+14
* [libpng17] Check for __has_extension before using it in pngconf.h, toGlenn Randers-Pehrson2014-02-203-7/+13
* [libpng17] Check for info_ptr == NULL early in png_read_end() so we don't needGlenn Randers-Pehrson2014-02-174-7/+18
* [libpng17] Deleted a now-redundant #define png_error from pngvalid.cJohn Bowler2014-02-161-5/+0
* [libpng17] Removed "#define PNG_NO_WARNINGS" from contrib/pngminim/*/pngusr.hGlenn Randers-Pehrson2014-02-163-3/+0