summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Imported from libpng-1.7.0beta10.tarv1.7.0beta10Glenn Randers-Pehrson2013-04-2324-55/+59
* [libpng17] Imported from libpng-1.7.0beta09.tarGlenn Randers-Pehrson2013-04-2311-20/+20
* [libpng17] Port recent changes from libpng-1.6.2.John Bowler2013-04-238-23/+30
* [libpng17] Install missing patch to contrib/libtests/pngunknown.cJohn Bowler2013-04-191-38/+4
* [libpng17] Exposed PNG chunk types in png.h, modified png_uint_32 macros/codeJohn Bowler2013-04-197-207/+229
* [libpng17] Bump version to 1.7.0beta09Glenn Randers-Pehrson2013-04-1824-54/+59
* [libpng17] Bump version to 1.7.0beta08Glenn Randers-Pehrson2013-04-1820-59/+193
* [libpng17] Added contrib/tools/fixitxt.c, to repair the erroneous iTXtGlenn Randers-Pehrson2013-04-163-3/+147
* [libpng17] Imported from libpng-1.7.0beta08.tarv1.7.0beta08Glenn Randers-Pehrson2013-04-1324-54/+58
* [libpng17] Imported from libpng-1.7.0beta07.tarv1.7.0beta07Glenn Randers-Pehrson2013-04-1315-30/+30
* [libpng17] Removed extra line left over from recent patch to pngwutil.cGlenn Randers-Pehrson2013-04-131-1/+0
* [libpng17] Revised last patch to work on 64-bit platforms.John Bowler2013-04-131-2/+6
* [libpng17] Fixed length written to uncompressed iTXt chunks (Samuli Suominen).Glenn Randers-Pehrson2013-04-133-2/+4
* [libpng17] Added "{ }" that were omitted from previous patch to pngtrans.cJohn Bowler2013-04-131-1/+3
* [libpng17] Corrected a misplaced closing bracket in contrib/libtests/pngvalid.cGlenn Randers-Pehrson2013-04-133-3/+11
* [libpng17] Corrected the test on user transform changes on read. It was in theJohn Bowler2013-04-124-6/+20
* [libpng17] Updated the URL of the GIT repository in the manual.Glenn Randers-Pehrson2013-04-112-16/+16
* [libpng16] Fixed incorrect warning of excess deflate data. End condition - theJohn Bowler2013-04-073-9/+18
* [libpng17]Updated documentation of 1.5.x to 1.6.x changes in iCCP chunkGlenn Randers-Pehrson2013-03-314-15/+25
* [libpng17] Bump version to 1.7.0beta07Glenn Randers-Pehrson2013-03-1324-54/+58
* [libpng17] Imported from libpng-1.7.0beta06.tarv1.7.0beta06Glenn Randers-Pehrson2013-03-1313-28/+28
* [libpng17] Eliminated two warnings from the Intel C compiler.John Bowler2013-03-133-5/+11
* [libpng16] Fixed CMakelists.txt to allow building a single variant of theClaudio Bley2013-03-073-22/+47
* [libpng16] Corrected simplified API default gamma for color-mapped output, addedJohn Bowler2013-03-067-14/+91
* [libpng17] Bump version to 1.7.0beta06Glenn Randers-Pehrson2013-03-0424-55/+58
* [libpng17] Imported from libpng-1.7.0beta05.tarv1.7.0beta05Glenn Randers-Pehrson2013-03-0415-31/+32
* [libpng17] Corrected Android builds and corrected libpng.vers with symbolJohn Bowler2013-03-0314-219/+462
* [libpng17] Changed user chunk callback API to respect global and per chunkJohn Bowler2013-03-026-63/+68
* [libpng17] Fixed bug introduced in libpng-1.6.0beta28 that causes libpng toGlenn Randers-Pehrson2013-03-014-17/+22
* [libpng17] Avoid a possible memory leak in contrib/gregbook/readpng.cGlenn Randers-Pehrson2013-03-013-5/+11
* [libpng17] Bump version to 1.7.0beta05Glenn Randers-Pehrson2013-02-2724-52/+57
* [libpng17] Imported from libpng-1.7.0beta04.tarGlenn Randers-Pehrson2013-02-2713-27/+27
* [libpng17] Revised scripts/dfn.awk to work with the buggy MSYS awk thatJohn Bowler2013-02-273-5/+12
* [libpng17] Add info about order of png_set_* calls to the manual.Glenn Randers-Pehrson2013-02-262-10/+16
* [libpng16] Revised INSTALL to recommend using CPPFLAGS instead of INCLUDES.Glenn Randers-Pehrson2013-02-225-12/+20
* [libpng17] Bump version to 1.7.0beta04Glenn Randers-Pehrson2013-02-2225-55/+59
* [libpng17] Imported from libpng-1.7.0beta03.tarv1.7.0beta03Glenn Randers-Pehrson2013-02-2217-35/+71
* [libpng17] Update scripts/pnglibconf.h.prebuiltGlenn Randers-Pehrson2013-02-191-1/+2
* [libpng17] Fixed ALIGNED_MEMORY support andJohn Bowler2013-02-196-20/+48
* [libpng17] Reenabled code to allow zero length PLTE chunks for MNG.John Bowler2013-02-183-5/+19
* [libpng17] Eliminated references to "png_sizeof()" in the documentation.Glenn Randers-Pehrson2013-02-182-6/+6
* [libpng17] Bump version to 1.7.0beta03Glenn Randers-Pehrson2013-02-1824-53/+57
* [libpng17] Imported from libpng-1.7.0beta02.tarv1.7.0beta02Glenn Randers-Pehrson2013-02-1816-35/+40
* [libpng17] Use parentheses consistently with #if defined()Glenn Randers-Pehrson2013-02-1720-103/+116
* [libpng17] Fixed double-underscore typo in an #ifdef in png.cGlenn Randers-Pehrson2013-02-161-3/+3
* [libpng17] Use approved/supported Android method to check for NEON, useJohn Bowler2013-02-163-19/+134
* [libpng17] Fixed a race condition in the creation of the build 'scripts'John Bowler2013-02-163-4/+8
* [libpng17] Bump version to 1.7.0beta02Glenn Randers-Pehrson2013-02-1524-51/+55
* [libpng17] Imported from libpng-1.7.0beta01.tarv1.7.0beta01Glenn Randers-Pehrson2013-02-1525-66/+88
* [libpng17] Accept "," as separator in options.awkJohn Bowler2013-02-101-48/+94