summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng17] Fixed typo in copyright year and version in pngmem.cGlenn Randers-Pehrson2013-01-011-2/+2
* [libpng17] Bump version to 1.7.0alpha07Glenn Randers-Pehrson2013-01-0123-53/+57
* [libpng17] Imported from libpng-1.7.0alpha06.tarv1.7.0alpha06Glenn Randers-Pehrson2013-01-019-12/+12
* [libpng17] Updated copyright year to 2013 in changed files.Glenn Randers-Pehrson2013-01-0124-49/+49
* [libpng17] Fixed 'make distcheck' on SUN OS - libpng.so was not being removedJohn Bowler2012-12-273-3/+9
* [libpng17] Bump version to 1.7.0alpha06Glenn Randers-Pehrson2012-12-2323-53/+57
* [libpng17] Imported from libpng-1.7.0alpha05.tarv1.7.0alpha05Glenn Randers-Pehrson2012-12-2316-31/+35
* [libpng17] Bump version to 1.7.0alpha05Glenn Randers-Pehrson2012-12-2224-61/+65
* [libpng17] Imported from libpng-1.7.0alpha04.tarv1.7.0alpha04Glenn Randers-Pehrson2012-12-2216-47/+47
* [libpng17] Added missing dependency on pnglibconf.h in scripts/makefile.linuxGlenn Randers-Pehrson2012-12-221-1/+1
* [libpng17] Reformatted latest CHANGES/ANNOUNCE entry to 80 character lines.Glenn Randers-Pehrson2012-12-222-13/+13
* [libpng17] Fixed Windows build issues, enabled ARM compilation. Various warni...John Bowler2012-12-2017-42/+67
* [libpng17] Made default Zlib compression settings be configurable. This adds ...John Bowler2012-12-206-157/+188
* [libpng17] Added scripts/makefile.msys contributed by Christipher M. WheelerGlenn Randers-Pehrson2012-12-193-3/+209
* [libpng17] Bump version to 1.7.0alpha04Glenn Randers-Pehrson2012-12-1923-53/+57
* [libpng17] Imported from libpng-1.7.0alpha03.tarv1.7.0alpha03Glenn Randers-Pehrson2012-12-1916-46/+39
* [libpng16] Announce that git repository location at SourceForge has changed.Glenn Randers-Pehrson2012-12-182-3/+13
* [libpng17] Fixed typo in contrib/pngminim/encoder/READMEGlenn Randers-Pehrson2012-12-181-1/+1
* [libpng17] Disassembled the version number in scripts/options.awk (necessaryJohn Bowler2012-12-173-0/+5
* [libpng16] Fixed previous support for Z_PREFIX in configure builds, correctedJohn Bowler2012-12-1710-382/+81
* [libpng17] Fixed several more whitespace errors in libpng.3Glenn Randers-Pehrson2012-12-171-3/+9
* [libpng16] Cleaned up whitespace in the synopsis portion of the manpage.Glenn Randers-Pehrson2012-12-174-509/+22
* [libpng17] Bump version to 1.7.0alpha03Glenn Randers-Pehrson2012-12-172-11/+518
* [libpng17] Bump version to 1.7.0alpha03Glenn Randers-Pehrson2012-12-175-542/+140
* [libpng17] Add #ifdef PNG_WRITE_FILTERED_ROW around a use of prev_row.Glenn Randers-Pehrson2012-12-171-0/+2
* [libpng17] Document new PNG_ABORT behavior in libpng-1.7.xGlenn Randers-Pehrson2012-12-175-12/+52
* [libpng17] Cleaned up and enhanced the configure option; libpng now correctlyJohn Bowler2012-12-1713-201/+231
* [libpng17] Bump version to 1.7.0alpha03Glenn Randers-Pehrson2012-12-1623-53/+56
* [libpng17] Imported from libpng-1.7.0alpha02.tarv1.7.0alpha02Glenn Randers-Pehrson2012-12-1614-31/+34