summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng17] Imported from libpng-1.7.0beta04.tarv1.7.0beta04Glenn Randers-Pehrson2013-02-2715-27/+90
* [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
* [libpng17] Fix typos of PNG_GET_PALLETE_MAX_SUPPORTEDJohn Bowler2013-02-102-7/+7
* [libpng17] Fix typo, indentation of #ifdef PNG_GET_PALETTE_MAX_SUPPORTEDGlenn Randers-Pehrson2013-02-103-11/+8
* [libpng17] Enclosed the new png_get_palette_max APIGlenn Randers-Pehrson2013-02-106-35/+68
* [libpng17] Fixed missing dependency in --prefix builds. The intermediateJohn Bowler2013-02-093-3/+16
* [libpng17] Fixed make distcheck to skip over the test result files. They wereJohn Bowler2013-02-083-2/+17
* [libpng17] Updated manual page about png_get_palette_max() API.Glenn Randers-Pehrson2013-02-084-18/+14
* [libpng17] Removed some obsolete test scripts.Glenn Randers-Pehrson2013-02-085-0/+0
* [libpng17] Make tests/pngstest* work with the original Bourne shellJohn Bowler2013-02-0733-392/+101
* [libpng17] Enable parallel tests and rearrange TESTS order to take advantage ofGlenn Randers-Pehrson2013-02-0748-151/+492
* [libpng17] Bump version to 1.7.0alpha11Glenn Randers-Pehrson2013-02-0624-55/+59
* [libpng17] Imported from libpng-1.7.0alpha10.tarv1.7.0alpha10Glenn Randers-Pehrson2013-02-0617-78/+91
* [libpng17] Removed cc -E workround, corrected png_get_palette_max API. TestedJohn Bowler2013-02-065-34/+34
* [libpng17] Minor fixes to assembler changes, verified with a dummy .S fileJohn Bowler2013-02-063-604/+182
* [libpng16] Removed new test-driver from autogen.shJohn Bowler2013-02-063-173/+597
* [libpng17] Ported libpng 1.5 options.awk/dfn file handling to 1.7, fixed oneJohn Bowler2013-02-0518-165/+315
* [libpng17] Fixed ARM support (Mans Rullgard).Mans Rullgard2013-02-053-4/+9
* [libpng17] Fix typos in png_get_palette_max name and prototypeJohn Bowler2013-02-052-9/+20
* [libpng17] Changed png_size_t to size_t throughout headers, make sRGB checkJohn Bowler2013-02-045-27/+33
* [libpng17] Added png_get_palette_max() function.Glenn Randers-Pehrson2013-02-046-25/+40
* [libpng17] Make symbol prefixing work with the ARM neon optimizations. AlsoJohn Bowler2013-02-045-29/+53
* [libpng17] Restored a "return" statement accidentally deleted from pngset.cGlenn Randers-Pehrson2013-01-221-0/+1
* [libpng17] Set counter to prevent additional attempts to cache a chunkGlenn Randers-Pehrson2013-01-215-15/+22
* [libpng17] Bump version to 1.7.0alpha10Glenn Randers-Pehrson2013-01-2123-52/+56
* [libpng17] Imported from libpng-1.7.0alpha09.tarv1.7.0alpha09Glenn Randers-Pehrson2013-01-2112-21/+21
* [libpng17] Pulled changes to multi-chunk handling from libpng-1.6.0beta40.John Bowler2013-01-2110-165/+262
* [libpng17] Bump version to 1.7.0alpha09Glenn Randers-Pehrson2013-01-1723-52/+56
* [libpng17] Imported from libpng-1.7.0alpha08.tarv1.7.0alpha08Glenn Randers-Pehrson2013-01-1713-27/+27
* [libpng17] Corrected previous attempt at overflow detection inJohn Bowler2013-01-173-5/+7
* [libpng17] Bump version to 1.7.0alpha08Glenn Randers-Pehrson2013-01-1023-54/+58
* [libpng17] Imported from libpng-1.7.0alpha07.tarv1.7.0alpha07Glenn Randers-Pehrson2013-01-1015-30/+30
* [libpng17]Fixed conceivable but difficult to repro overflow. Also addedJohn Bowler2013-01-106-11/+194