summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng16] Imported from libpng-1.6.0beta27.tarv1.6.0beta27Glenn Randers-Pehrson2012-08-1115-42/+551
* [libpng16] Removed trailing blanksGlenn Randers-Pehrson2012-08-103-10/+10
* [libpng16] Work around gcc 3.x and Microsoft Visual Studio 2010 complaints.John Bowler2012-08-103-39/+78
* [libpng16] Removed the png_sizeof(), png_strlen(), png_memset(), png_memcpy(),Glenn Randers-Pehrson2012-08-109-574/+81
* [libpng16] Consistently use memset(), memcpy(), and memcmp() instead of theGlenn Randers-Pehrson2012-08-1013-76/+76
* [libpng16] Make all three "make check" test programs work without READ or WRITEJohn Bowler2012-08-105-132/+229
* [libpng16] Consistently use png_memset(), png_memcpy(), and png_memcmp(),Glenn Randers-Pehrson2012-08-107-11/+15
* [libpng16] Cause pngtest --strict to fail on any warning from libpng (not justJohn Bowler2012-08-103-4/+102
* [libpng16] Add more conditionals for compiling png_fixed().Glenn Randers-Pehrson2012-08-102-3/+13
* [libpng16] Some files were omitted from a previous checkin. Here they are.John Bowler2012-08-105-24/+45
* [libpng16] Fix new leak when text compression is disabled.John Bowler2012-08-104-32/+36
* [libpng16] Revised comments about info_ptr->signature, added CHANGES entry.John Bowler2012-08-103-0/+6
* [libpng16] Removed png_get_signature() and info_ptr->signature from WRITE-onlyGlenn Randers-Pehrson2012-08-103-3/+4
* [libpng16] Insist on autotools 1.12.1 for git builds because there are securityJohn Bowler2012-08-093-1/+5
* [libpng16] Restore info_ptr members that were deleted by the previousGlenn Randers-Pehrson2012-08-097-13/+29
* [libpng16Cleanup of png_set_filler(). This function does very different thingsJohn Bowler2012-08-095-21/+86
* [libpng16] Eliminated use of png_sizeof(); use sizeof() instead, and use.Glenn Randers-Pehrson2012-08-0914-119/+128
* [libpng16] Re-eliminated the use of strcpy() in pngtest.c. An unncessary useJohn Bowler2012-08-093-2/+14
* [libpng16] Fixed configurations where floating point is completely disabled.John Bowler2012-08-093-4/+23
* [libpng16] Corrected handling of row_pointers in example.c and added someGlenn Randers-Pehrson2012-08-081-1/+3
* [libpng16] Add information about png_calloc() to the manual.Glenn Randers-Pehrson2012-08-032-22/+28
* [libpng16] Removed references to png_zalloc() and png_zfree() from the manual.Glenn Randers-Pehrson2012-08-034-31/+26
* [libpng16] Check for existence of __GNUC_MINOR__ before testing its valueGlenn Randers-Pehrson2012-07-211-1/+1
* [libpng16] Added default blank "#define PNG_RESTRICT" to pngconf.hGlenn Randers-Pehrson2012-07-211-0/+3
* [libpng16] Do not use __restrict when GNUC is <= 3.1Glenn Randers-Pehrson2012-07-213-21/+28
* [libpng16] Bump version to 1.6.0beta27Glenn Randers-Pehrson2012-07-2124-61/+65
* [libpng16] Imported from libpng-1.6.0beta26.tarv1.6.0beta26Glenn Randers-Pehrson2012-07-1015-30/+32
* [libpng16] Moved scripts/chkfmt to contrib/tools.Glenn Randers-Pehrson2012-06-253-0/+2
* [libpng16] Removed scripts/makefile.cegcc from the *.zip and *.7zGlenn Randers-Pehrson2012-06-252-3/+7
* [libpng16] Bump version to 1.6.0beta26Glenn Randers-Pehrson2012-06-1623-53/+57