summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [devel] Imported from libpng-1.5.0beta49.tarv1.5.0beta49Glenn Randers-Pehrson2010-10-0745-67/+71
* [devel] Bump to version libpng-1.5.0beta49Glenn Randers-Pehrson2010-10-0428-71/+71
* [devel] Imported from libpng-1.5.0beta48.tarv1.5.0beta48Glenn Randers-Pehrson2010-10-0441-58/+58
* [devel] Fixed problem with symbols creation in Makefile.am which was assumingGlenn Randers-Pehrson2010-10-0446-222/+68
* [devel] Revert autoconf scripts to autoconf-2.65 and automake-1.11.1Glenn Randers-Pehrson2010-10-047-2987/+1653
* [devel] Rebuilt configure scripts with autoconf-2.68 instead of autoconf-2.65Glenn Randers-Pehrson2010-10-047-1213/+2462
* [devel] Fixed long lines and indentation in CMakeLists.txtGlenn Randers-Pehrson2010-10-021-6/+19
* [devel] Revised CMakeLists.txt to work with libpng-1.5.0Glenn Randers-Pehrson2010-10-021-55/+114
* [devel] Revised autogen.sh to recognize and use $AUTOCONF, $AUTOMAKE,Glenn Randers-Pehrson2010-09-143-14/+29
* [devel] Bump to version libpng-1.5.0beta48Glenn Randers-Pehrson2010-09-1029-73/+77
* [devel] Imported from libpng-1.5.0beta47.tarv1.5.0beta47Glenn Randers-Pehrson2010-09-1017-26/+26
* [devel] Fixed a number of problems with 64-bit compilation reported by VisualGlenn Randers-Pehrson2010-09-1026-136/+253
* [devel] Bump to version libpng-1.5.0beta47Glenn Randers-Pehrson2010-08-2829-73/+77
* [devel] Imported from libpng-1.5.0beta46.tarv1.5.0beta46Glenn Randers-Pehrson2010-08-2844-63/+64
* [devel] Expanded commentary in scripts/pnglibconf.dfaGlenn Randers-Pehrson2010-08-271-1/+2
* [devel] Revised pngvalid.c 16-to-8-big conversion testsGlenn Randers-Pehrson2010-08-275-8/+28
* [devel] Fix typo in pngtrans.c (ifndef should be ifdef)Glenn Randers-Pehrson2010-08-272-7/+7
* [devel] Don't force 1, 2, and 4-bit depths to 8 when PNG_NO_16BIT is defined.Glenn Randers-Pehrson2010-08-271-3/+8
* [devel] Added reference to scripts/pnglibconf.h.prebuilt in the visualc71 pro...Glenn Randers-Pehrson2010-08-273-17/+24
* [devel] Added "option READ_16_TO_8 on" to contrib/pngminim/decoder/pnglibconf...Glenn Randers-Pehrson2010-08-274-8/+57
* [devel] Revised pngvalid.c to test 16-to-8 bit-depth reduction.Glenn Randers-Pehrson2010-08-271-22/+52
* [devel] Made PNG_READ_16_TO_8 depend on PNG_NO_16BIT in scripts/pnglibconf.dfaGlenn Randers-Pehrson2010-08-261-2/+7
* [devel] Conditionally compile parts of pngrtran.c and pngtrans.cGlenn Randers-Pehrson2010-08-262-4/+37
* [devel] conditionally compile parts of png.c depending on PNG_16BIT_SUPPORTEDGlenn Randers-Pehrson2010-08-261-0/+4
* [devel] Update CHANGES and ANNOUNCEGlenn Randers-Pehrson2010-08-262-2/+2
* [devel] Updated scripts/pnglibconf.h.prebuiltGlenn Randers-Pehrson2010-08-262-4/+8
* [devel] Updated TODO, about conditional 16BIT support and extending pngvalid.cGlenn Randers-Pehrson2010-08-261-3/+3
* [devel] Added PNG_WRITE_16BIT_SUPPORTED option.Glenn Randers-Pehrson2010-08-267-3/+36
* [devel] Added new private header files to libpng_sources in CMakeLists.txtGlenn Randers-Pehrson2010-08-263-1/+6
* [devel] Bump to version libpng-1.5.0beta46Glenn Randers-Pehrson2010-08-2627-69/+73
* [devel] Imported from libpng-1.5.0beta45.tarv1.5.0beta45Glenn Randers-Pehrson2010-08-2643-62/+62
* [devel] Remove unnecessary defines from contrib/pngminim/*/pngusr.hGlenn Randers-Pehrson2010-08-243-21/+6
* [devel] Supply default values for PNG_USER_PRIVATEBUILD and PNG_USER_DLLFNAME...Glenn Randers-Pehrson2010-08-2411-22/+27
* [devel] projects/vstudio: fix typo in pnglibconf.vcxprojGlenn Randers-Pehrson2010-08-243-64/+4
* [devel] Renamed scripts/pnglibconf.h in Makefile.am and Makefile.inGlenn Randers-Pehrson2010-08-242-4/+4
* [devel] Renamed scripts/pnglibconf.h to scripts/pnglibconf.h.prebuiltGlenn Randers-Pehrson2010-08-2444-79/+85
* [devel] Changed pngvalid to work when floating point APIs are disabledGlenn Randers-Pehrson2010-08-243-0/+10
* [devel] Added an explicit make step to projects/vstudio for pnglibconf.hGlenn Randers-Pehrson2010-08-246-7/+147
* [devel] Bump to version libpng-1.5.0beta45Glenn Randers-Pehrson2010-08-2453-109/+113
* [devel] Imported from libpng-1.5.0beta44.tarv1.5.0beta44Glenn Randers-Pehrson2010-08-2424-61/+61
* [devel] Fixed VS warnings/errors in vstudio project, tidy up Try/CatchGlenn Randers-Pehrson2010-08-242-88/+73
* [devel] Turn on progressive reader in pngvalid.c by default and tidy code.Glenn Randers-Pehrson2010-08-243-44/+51
* [devel] Implemented progressive read in pngvalid.c gamma testsGlenn Randers-Pehrson2010-08-243-446/+724
* [devel] Implemented progressive reader in pngvalid.c for standard testsGlenn Randers-Pehrson2010-08-243-113/+289
* [devel] Simplified the pngvalid error-handling codeGlenn Randers-Pehrson2010-08-243-67/+49
* [devel] Clarified pngusr.h comments in pnglibconf.dfaGlenn Randers-Pehrson2010-08-243-3/+8
* [devel] Check interlaced images in pngvalidGlenn Randers-Pehrson2010-08-243-394/+659
* [devel] Reformatted/rearranged pngvalid.c to assist use of progressive reader.Glenn Randers-Pehrson2010-08-243-105/+119
* [devel] Implemented memory checks within pngvalidGlenn Randers-Pehrson2010-08-243-28/+331
* [devel] Updated CMakeLists.txt to use CMAKE_INSTALL_LIBDIR variable; useful forGlenn Randers-Pehrson2010-08-233-35/+81