summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng17] Updated documentation about functions deprecated in 1.6.0Glenn Randers-Pehrson2012-12-162-2/+10
* [libpng17] Build fixes (trailing ;, missing/misplaced PNG_REMOVED) in png.hJohn Bowler2012-12-161-8/+4
* [libpng17] Removed more functions that were deprecated in libpng-1.6.0:John Bowler2012-12-1531-149/+90
* [libpng17] Fixed some typos in comments; updated manual.Glenn Randers-Pehrson2012-12-159-43/+61
* [libpng17] Removed some duplicated code from png.c and contrib/tools/scale.cJohn Bowler2012-12-153-262/+5
* [libpng17] Removed no-longer-exported functions from scripts/symbols.defGlenn Randers-Pehrson2012-12-151-3/+0
* [libpng17] Removed functions that were deprecated in libpng-1.6.0:Glenn Randers-Pehrson2012-12-155-54/+13
* [libpng17] Bump version to 1.7.0alpha02Glenn Randers-Pehrson2012-12-1520-39/+44
* [libpng17] Imported from libpng-1.7.0alpha01.tarv1.7.0alpha01Glenn Randers-Pehrson2012-12-1515-22/+284
* [libpng17] Rebuilt Makefile.in, configure, etc., with autoconf-2.69Glenn Randers-Pehrson2012-12-152-0/+2
* [libpng17] Fixed cases of unquoted DESTDIR in Makefile.am.John Bowler2012-12-153-16/+20
* [libpng17] Rearranged ARM-NEON optimizations to isolate the machine specificJohn Bowler2012-12-148-67/+110
* [libpng17] Clean up USER_LIMITS feature, removing members from png_structJohn Bowler2012-12-147-60/+67
* [libpng17]Rearranged png_struct, remove unused members, change png_set_filterJohn Bowler2012-12-1411-31/+49
* [libpng17] Made 8-bit compose and rgb_to_grayscale accuracy improvements.John Bowler2012-12-1416-1297/+2274
* [libpng17] Bump version to 1.7.0alpha01Glenn Randers-Pehrson2012-12-1051-741/+215
* [libpng16] Use "FALL THROUGH" comment consistently in switch statements.Glenn Randers-Pehrson2012-12-093-4/+4
* [libpng16] Bump version to 1.6.0beta33Glenn Randers-Pehrson2012-12-0925-61/+571
* [libpng16] Change png_warning() to png_app_error() in pngwrite.c and commentJohn Bowler2012-12-093-5/+10