summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng16] Fixed typo in png.c (PNG_SET_CHUNK_MALLOC_MAX should beGlenn Randers-Pehrson2012-12-093-12/+20
* [libpng16] Removed an incorrect paragraph about png_benign_errorGlenn Randers-Pehrson2012-11-272-525/+10
* [libpng16] Revised description of libpng15 to libpng16 changes in the manual.Glenn Randers-Pehrson2012-11-262-12/+519
* [libpng16] Expanded manual description of libpng15 to libpng16 changes.Glenn Randers-Pehrson2012-11-262-536/+115
* [libpng16] Imported from libpng-1.6.0beta32.tarv1.6.0beta32Glenn Randers-Pehrson2012-11-2516-39/+92
* [libpng16] Trivial editing of commentary in pngrutil.cGlenn Randers-Pehrson2012-11-251-7/+7
* [libpng16] Made png_user_version_check() ok to use with libpng version 1.10.xGlenn Randers-Pehrson2012-11-223-13/+17
* [libpng16] Fixed error checking in the simplified write API (Olaf van der Spek)John Bowler2012-11-153-6/+8
* [libpng16] Fixed several typos and expanded TAB characters.Glenn Randers-Pehrson2012-11-132-159/+159
* [libpng16] Added the ability for contrib/libtests/makepng.c to make a PNG wit...John Bowler2012-11-133-54/+261
* [libpng16] Fixed an intermittent SEGV in pngstest.John Bowler2012-11-023-30/+14
* [libpng16] Bump version to 1.6.0beta32Glenn Randers-Pehrson2012-11-0123-53/+57
* [libpng16] Imported from libpng-1.6.0beta31.tarv1.6.0beta31Glenn Randers-Pehrson2012-11-0111-20/+21
* [libpng16] Removed non-working ICC profile support code. There was too muchJohn Bowler2012-11-0112-1382/+44
* [libpng16] Fixed GUIDs in projects/vstudio. Some were duplicated or missing,John Bowler2012-10-275-2/+8
* [libpng16] Made PNG_NO_READ_GAMMA switch off interfaces that depend onJohn Bowler2012-10-274-46/+115
* [libpng16] Make builds -DPNG_NO_READ_GAMMA compile (the unit tests still fail).John Bowler2012-10-264-3/+9
* [libpng16] Changed ICC profile support to allow use of an external colorJohn Bowler2012-10-2514-942/+819
* [libpng16] Made pngvalid so that it will build outside the libpng source tree.John Bowler2012-10-253-1/+7
* [libpng16] Undid the erroneous change to vstudio/pngvalid build inJohn Bowler2012-10-253-18/+19
* [libpng16] Bump version to 1.6.0beta31Glenn Randers-Pehrson2012-10-2423-53/+57
* [libpng16] Imported from libpng-1.6.0beta30.tarv1.6.0beta30Glenn Randers-Pehrson2012-10-2415-42/+550
* [libpng16] Fixed build when using #define PNG_NO_READ_GAMMA in png_do_compose()Glenn Randers-Pehrson2012-10-243-5/+9
* [libpng16] Minor documentation editsGlenn Randers-Pehrson2012-10-103-539/+32
* [libpng16] Added pngunknown files that were omitted from previous checkinJohn Bowler2012-09-303-125/+589
* [libpng16] Use /MDd for vstudio debug builds.John Bowler2012-09-3010-28/+56
* [libpng16] Add updated WARNING file from libpng 1.5/vstudioJohn Bowler2012-09-295-5/+34
* [libpng16] Added -DZ_SOLO to contrib/pngminim/*/makefile so they will workGlenn Randers-Pehrson2012-09-275-3/+5
* [libpng16] Marked the broken (bad white point) original HP sRGB profilesJohn Bowler2012-09-273-11/+18
* [libpng16] Added a work around for GCC 4.2 optimization bugJohn Bowler2012-09-063-9/+22
* [libpng16] Changed ICC profile matrix/vector types to not depend on arrayJohn Bowler2012-09-063-15/+33
* [libpng16] Fixed spelling of "chromaticAdaptationTag" in error messages.Glenn Randers-Pehrson2012-09-051-3/+3
* [libpng16] Fix confusion between "adopted" and "adapted" in new comments.Glenn Randers-Pehrson2012-09-042-17/+18
* [libpng16] Bump version to 1.6.0beta30Glenn Randers-Pehrson2012-09-0423-53/+57
* [libpng16] Imported from libpng-1.6.0beta29.tarv1.6.0beta29Glenn Randers-Pehrson2012-09-044-15/+15
* [libpng16] Improved ICC profile handling including cHRM chunk generation andJohn Bowler2012-09-0422-170/+1590
* [libpng] Fixed contrib/examples/png2png.cJohn Bowler2012-09-011-3/+8
* [libpng16] Made makepng and pngtest produce identical PNGs, add "--relaxed"John Bowler2012-09-014-31/+126
* [libpng16] Updated simplified API synopses and description of the png_imageGlenn Randers-Pehrson2012-09-014-25/+70