summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.15beta06.tarv1.5.15beta06Glenn Randers-Pehrson2013-02-2216-32/+46
* [libpng15] Updated the INSTALL document.Glenn Randers-Pehrson2013-02-223-14/+32
* [libpng15] Fixed PNG_ALIGN(ED)_MEMORY and add ability to turn off ARM_NEONJohn Bowler2013-02-197-32/+73
* [libpng15] use "png_sizeof()" consistently in the documentation.Glenn Randers-Pehrson2013-02-182-2/+2
* [libpng15] Bump version to 1.5.15beta06Glenn Randers-Pehrson2013-02-1727-72/+76
* [libpng15] Imported from libpng-1.5.15beta05.tarv1.5.15beta05Glenn Randers-Pehrson2013-02-1717-34/+37
* [libpng15] Redo previous checkin; fold long lines and fix #ifdefsGlenn Randers-Pehrson2013-02-178-28/+30
* [libpng15] Folded a long line, more consistent use of parenthesesGlenn Randers-Pehrson2013-02-173-6/+6
* [libpng15] Use parentheses consistently in "#if defined()" tests.Glenn Randers-Pehrson2013-02-173-18/+20
* [libpng15] Fixed typo in an #ifdef.Glenn Randers-Pehrson2013-02-161-3/+3
* [libpng15] Use approved/supported Android method to check for NEON, useJohn Bowler2013-02-163-1/+5
* [libpng15] Fix typo in previous arm patchJohn Bowler2013-02-151-1/+1
* [libpng15] Use approved/supported Android method to check for NEON, use Linux...John Bowler2013-02-153-19/+134
* [libpng15] Bump version to 1.5.15beta05Glenn Randers-Pehrson2013-02-1524-64/+68
* [libpng15] Imported from libpng-1.5.15beta04.tarv1.5.15beta04Glenn Randers-Pehrson2013-02-1515-30/+30
* [libpng15] Fix inconsistencies in use of PNG_GET_PALETTE_MAXGlenn Randers-Pehrson2013-02-103-12/+9
* [libpng15] Enclosed the new png_get_palette_maxGlenn Randers-Pehrson2013-02-106-9/+27
* [libpng15] Updated man page about png_get_palette_max().Glenn Randers-Pehrson2013-02-082-16/+24
* [libpng15] Bump version to 1.5.15beta04Glenn Randers-Pehrson2013-02-0624-64/+68
* [libpng15] Imported from libpng-1.5.15beta03.tarGlenn Randers-Pehrson2013-02-0617-746/+327
* [libpng15] Turn serial tests back on (recently turned off by autotools upgrade).John Bowler2013-02-063-28/+15
* [libpng15] Bump version to 1.5.15beta03Glenn Randers-Pehrson2013-02-0524-68/+70
* [libpng15] Imported from libpng-1.5.15beta02.tarv1.5.15beta02Glenn Randers-Pehrson2013-02-058-778/+1119
* [libpng15] Fix 'setting' handling in options.awk and fixed palette_max APIJohn Bowler2013-02-055-7/+18
* [libpng15] Updated scripts/makefile.msys, options.awk, and vers.dfnJohn Bowler2013-02-053-24/+32
* [libpng15] Fix typo in Makefile.am, fix scripts/pnglibconf.mak and makefile.stdJohn Bowler2013-02-045-42/+43
* [libpng15] Made a probably general fix for the preprocessing used to generateJohn Bowler2013-02-049-189/+322
* [libpng15] Bump version to 1.5.15beta02Glenn Randers-Pehrson2013-02-0424-65/+70
* [libpng15] Imported from libpng-1.5.15beta01.tarv1.5.15beta01Glenn Randers-Pehrson2013-02-0412-20/+22
* [libpng15] Added documentation of new png_get_palette_max() function.Glenn Randers-Pehrson2013-02-046-16/+46
* [libpng15] Enabled renaming of the extern (but not DLL exported) ARM filterJohn Bowler2013-02-044-13/+32
* [libpng15] Bump version to 1.5.15beta01Glenn Randers-Pehrson2013-01-2328-115/+80
* [libpng15] Imported from libpng-1.5.14.tarv1.5.14Glenn Randers-Pehrson2013-01-2331-63/+64
* [libpng15] Removed an obsolete line from the manual.Glenn Randers-Pehrson2013-01-234-54/+26
* [libpng15] Imported from libpng-1.5.14rc03.tarv1.5.14rc03Glenn Randers-Pehrson2013-01-1715-34/+34
* [libpng15] Check validity of "nentries" parameter of png_set_sPLT().Glenn Randers-Pehrson2013-01-174-1/+14
* [libpng15] Check validity of "nentries" parameter of png_set_sPLT().Glenn Randers-Pehrson2013-01-173-3/+14
* [libpng15] Bump version to 1.5.14rc03Glenn Randers-Pehrson2013-01-1725-67/+71
* [libpng15] Revised test for validity of "num_unknowns" to eliminate compilerJohn Bowler2013-01-174-6/+7
* [libpng15] Change info_ptr->unknown_chunks_num to type png_uint_32Glenn Randers-Pehrson2013-01-174-10/+16
* [libpng15] Imported from libpng-1.5.14rc01.tarv1.5.14rc01Glenn Randers-Pehrson2013-01-1627-79/+85
* [libpng15] Bump version to 1.5.14beta09Glenn Randers-Pehrson2013-01-1025-72/+76
* [libpng15] Check validity of "num_unknowns" parameterGlenn Randers-Pehrson2013-01-103-6/+15
* [libpng15] Bump version to 1.5.14beta08Glenn Randers-Pehrson2013-01-0625-74/+78
* [libpng15] Updated pngvalid.c from libpng16John Bowler2013-01-061-134/+446
* [libpng15] De-configured build fixes to make a range of deconfiguration optionsJohn Bowler2013-01-068-351/+559
* [libpng15] Changed AM_CONFIG_HEADER(config.h) to AC_CONFIG_HEADERS([config.h])Glenn Randers-Pehrson2013-01-033-4/+8
* [libpng15] Bump version to 1.5.14beta07Glenn Randers-Pehrson2013-01-0126-67/+75
* [libpng15] Update copyright year to 2013 in newly-changed files.Glenn Randers-Pehrson2013-01-0114-34/+34
* [libpng15] Fixed 'make distcheck' on SUN OS - libpng.so was not being removedJohn Bowler2012-12-273-3/+9