summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.0beta04.tarv1.6.0beta04Glenn Randers-Pehrson2011-12-2919-573/+88
* [libpng16] Revised contrib/pngminus/pnm2png.c to avoid warningsGlenn Randers-Pehrson2011-12-294-20/+43
* [libpng16] Update png_err() to use new typecast.Glenn Randers-Pehrson2011-12-291-1/+1
* [libpng16] Changed png_memcpy to C assignment where appropriate. Changed allJohn Bowler2011-12-287-50/+87
* [libpng16] Add 'const' to png_structrp arguments of png_set_*() APIs.John Bowler2011-12-287-136/+138
* [ibpng16] Moved AC_MSG_CHECKING([if libraries can be versioned]) laterGilles Espinasse2011-12-263-5/+8
* [libpng16] Initialize "passes" variable in pngread.c to avoid compiler warning.Glenn Randers-Pehrson2011-12-241-2/+2
* [libpng16] Implemented 'restrict' for png_info and png_struct.John Bowler2011-12-2421-845/+875
* [libpng16] Added pngvalid.c compile time checks for const APIs.John Bowler2011-12-241-58/+97
* [libpng16] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-12-242-0/+2
* [libpng16] Enabled png_get_sCAL_fixed() if floating point APIs are enabled.John Bowler2011-12-244-12/+25
* [libpng16] Eliminated png_info_destroy. It is now used only in png.cJohn Bowler2011-12-244-26/+17
* [libpng16] Began a manual section about libpng15 to libpng16 differences.Glenn Randers-Pehrson2011-12-223-24/+74
* [libpng16] bump version to 1.6.0beta04Glenn Randers-Pehrson2011-12-2228-60/+63
* [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