summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.0beta03.tarv1.6.0beta03Glenn Randers-Pehrson2011-12-2211-21/+32
* [libpng16] commit updated scriptsJohn Bowler2011-12-224-4/+5
* [libpng16] Start-up code size improvements, error handler flexibility. TheseJohn Bowler2011-12-2213-311/+305
* [libpng16] Updated declaration of png_get_sCAL_fixed().Glenn Randers-Pehrson2011-12-221-10/+11
* [libpng16] Failed to commit pngread.c from latest patch.John Bowler2011-12-211-213/+67
* [libpng16] Added #ifdef PNG_USER_MEM_SUPPORTED in pngmem.c where needed.Glenn Randers-Pehrson2011-12-211-0/+5
* [libpng16] Start-up code size improvements, error handler flexibility.John Bowler2011-12-219-450/+475
* [libpng15] Bump version to libpng-1.6.0beta03Glenn Randers-Pehrson2011-12-2123-53/+62
* [libpng16] Imported from libpng-1.6.0beta02.tarv1.6.0beta02Glenn Randers-Pehrson2011-12-2145-489/+489
* [libpng16] Updated "last changed" datesGlenn Randers-Pehrson2011-12-2113-19/+19
* [libpng16] Removed references to bsconfig.h from makefilesGlenn Randers-Pehrson2011-12-213-17/+17
* [libpng16] Correct configure builds where build and source directories areJohn Bowler2011-12-189-74/+54
* [libpng16] Revised config.h handling; added bsconfig.h, deleted pngconfig.hJohn Bowler2011-12-1712-55/+67
* [libpng] #include "pngconfig.h" in pngvalid.cGlenn Randers-Pehrson2011-12-171-3/+1
* [libpng16] Fixed comment in pngconfig.h (cut-and-paste error)Glenn Randers-Pehrson2011-12-171-1/+1
* [libpng16] Added pngconf.hGlenn Randers-Pehrson2011-12-171-0/+26
* [libpng16] Reverted install of pngconfig.hGlenn Randers-Pehrson2011-12-1741-153/+115
* [libpng16] Added pngconfig.h file. This indirect reference to config.h avoidsGlenn Randers-Pehrson2011-12-1746-629/+665
* [libpng15] Bump version to libpng-1.6.0beta02Glenn Randers-Pehrson2011-12-1523-51/+55
* [libpng16] Imported from libpng-1.6.0beta01.tarv1.6.0beta01Glenn Randers-Pehrson2011-12-1527-167/+106
* [libpng16] Updated CMakeLists.txt to account for relocated and new test progr...John Bowler2011-12-083-3/+41
* [libpng16] Fixed race conditions in parallel make builds. With higher degreesJohn Bowler2011-12-084-30/+46
* [libpng15] Bump version to libpng-1.6.0alpha01Glenn Randers-Pehrson2011-12-0513-42/+37
* [libpng16] Fixed minor memset/sizeof errors in pngvalid.c.John Bowler2011-12-053-5/+7
* [libpng16] Put CRLF line endings in the owatcom project files.Glenn Randers-Pehrson2011-12-038-1266/+1268
* [libpng16] Revised pngconf.h to use " __declspec(restrict)" if MSC_VER >= 1400.Glenn Randers-Pehrson2011-12-013-5/+9
* [libpng] Fixed some trivial typos in the contrib/tools subdirectory.Glenn Randers-Pehrson2011-11-292-8/+8
* [libpng16] New 'tools' directory containing tools used to generate libpng code.John Bowler2011-11-288-22/+158
* [libpng16] Revised #if PNG_DO_BC blocks in png.c (use #ifdef and add #else)Glenn Randers-Pehrson2011-11-283-7/+12
* [libpng16] Replaced an "#if" with "ifdef" in pngrtran.cGlenn Randers-Pehrson2011-11-283-8/+12
* [libpng16] Add "free()" and "png_free_image()" calls to example code.John Bowler2011-11-273-4/+29
* [libpng16] Removed stray "*.orig" files.Glenn Randers-Pehrson2011-11-272-436/+0
* [libpng16] Added entry in CHANGES and ANNOUNCE about removing configure files.Glenn Randers-Pehrson2011-11-262-0/+4
* [libpng16] Remove machine-generated configure filesGlenn Randers-Pehrson2011-11-2623-40853/+459
* [libpng16] Added ANSI-C (C90) headers; eliminated the use of FAR/far.John Bowler2011-11-2625-1015/+310
* [libpng16] Updated license info in contrib/examples and example.cGlenn Randers-Pehrson2011-11-255-11/+23
* [libpng16] Update internal version numbering and SO-numbersGlenn Randers-Pehrson2011-11-2449-182/+336
* [libpng16] Updated version numbering in png.hGlenn Randers-Pehrson2011-11-242-10/+11
* [libpng16] Moved pngvalid.c into contrib/libtestsGlenn Randers-Pehrson2011-11-2411-458/+614
* [libpng16] Added example programs for the new 'simplified' API.John Bowler2011-11-246-5/+643
* [libpng16] Removed some extra simplified API entries from libpng.3 synopses.Glenn Randers-Pehrson2011-11-231-30/+0
* [libpng15] Bump version to libpng-1.6.0alpha01Glenn Randers-Pehrson2011-11-2328-81/+91
* [libpng15] Reject invalid compression flag, method when reading the iTXt chunk.Glenn Randers-Pehrson2011-11-224-10/+12
* [libpng15] Also allow uncompressed iTXtGlenn Randers-Pehrson2011-11-221-1/+1
* [libpng15] Reject invalid compression flag when reading the iTXt chunk.Glenn Randers-Pehrson2011-11-223-5/+15
* [libpng15] Fixed copyright, spelling in contrib/libtest and contrib/sRGBtablesGlenn Randers-Pehrson2011-11-215-15/+44
* [libpng15] Updated the documentation of the png_text structureGlenn Randers-Pehrson2011-11-213-30/+51
* [libpng15] Added MINGW support to CMakeLists.txtGlenn Randers-Pehrson2011-11-213-9/+11
* [libpng15] Removed some "#if 0" blocks of test code that remained in pngrutil.cGlenn Randers-Pehrson2011-11-211-14/+0
* [libpng15] Allow row_stride==0 to indicate default stride in simplified APIJohn Bowler2011-11-215-8/+24