summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng16] Added contrib/examples/* to the *.zip and *.7z distributions.Glenn Randers-Pehrson2012-09-012-3/+5
* [libpng16] Fixed the simplified API example programs and improved the errorJohn Bowler2012-08-315-6/+47
* [libpng16] Bump version to 1.6.0beta29Glenn Randers-Pehrson2012-08-2923-53/+57
* [libpng16] Imported from libpng-1.6.0beta28.tarv1.6.0beta28Glenn Randers-Pehrson2012-08-2915-42/+561
* [libpng16] Cleaned up and corrected ICC profile handling.John Bowler2012-08-258-45/+185
* [libpng16] Minor cleanup of iCCP processingJohn Bowler2012-08-223-1472/+37
* [libpng16] Bump version to 1.6.0beta28Glenn Randers-Pehrson2012-08-1724-690/+1635
* [libpng16] Revised Makefile.am to add unknown test supportJohn Bowler2012-08-171-2/+8
* [libpng16] Added "tunknown" test and corrected a logic error inJohn Bowler2012-08-1710-38/+140
* [libpng16] Corrected fix for unknown handling in pngtest. This reinstates theJohn Bowler2012-08-165-92/+209
* [libpng16] Allow fine grain control of unknown chunk APIs. This change allowsJohn Bowler2012-08-167-20/+74
* [libpng16] Folded long lines and fixed some grammar.Glenn Randers-Pehrson2012-08-1610-113/+153
* [libpng16] Fixed some spelling errors.Glenn Randers-Pehrson2012-08-155-19/+19
* [libpng16] Unknown handling fixes and clean up. This adds more correct optionJohn Bowler2012-08-1515-424/+1479
* [libpng16] Bump version to 1.6.0beta28Glenn Randers-Pehrson2012-08-1123-53/+57