summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.6beta05.tarv1.5.6beta05Glenn Randers-Pehrson2011-10-1215-30/+30
* [libpng15] Use PNG_CSTRING_FROM_CHUNK macro with png_debug2() in pngwutil.cGlenn Randers-Pehrson2011-10-111-2/+4
* [libpng15] Further optimization of png_combine_row() in the interlaced case.John Bowler2011-10-114-163/+412
* [libpng15] Fixed bug in png_write_chunk_header() debug print,Glenn Randers-Pehrson2011-10-113-4/+6
* [libpng15] Fix small typo in CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-10-072-2/+2
* [libpng15] Optimized png_combine_row() when rows are aligned This gains aJohn Bowler2011-10-073-11/+24
* [libpng15] Align png_struct::row_buf - previously it was always unaligned,John Bowler2011-10-063-173/+170
* [libpng15] Speed up png_combine_row() for interlaced images. This reduces theGlenn Randers-Pehrson2011-10-064-35/+64
* [libpng15] #ifdef out png_progressive_combine_row() when interlacing isGlenn Randers-Pehrson2011-10-064-12/+45
* [libpng15] Updated CHANGES and ANNOUNCEGlenn Randers-Pehrson2011-10-052-2/+4
* [libpng15] Replaced a short but frequently-used memcpy() in png_combine_row()Glenn Randers-Pehrson2011-10-053-6/+18
* [libpng15] Bump version to libpng-1.5.6beta05Glenn Randers-Pehrson2011-10-0523-63/+67
* [libpng15] Bump version to libpng-1.5.6beta04v1.5.6beta04Glenn Randers-Pehrson2011-10-0519-33/+38
* [libpng15] Bump version to libpng-1.5.6beta04Glenn Randers-Pehrson2011-09-2823-65/+69
* [libpng15] Imported from libpng-1.5.6beta03.tarv1.5.6beta03Glenn Randers-Pehrson2011-09-2816-31/+31
* [libpng15] Revised CMakeLists.txt to work with mingw and removed some materialGlenn Randers-Pehrson2011-09-273-57/+28
* [libpng15]` Revised test-pngtest.sh to report FAIL when pngtest fails.Glenn Randers-Pehrson2011-09-264-7/+40
* [libpng15] Bump version to libpng-1.5.6beta03Glenn Randers-Pehrson2011-09-2623-65/+69
* [libpng15] Imported from libpng-1.5.6beta02.tarv1.5.6beta02Glenn Randers-Pehrson2011-09-2610-16/+16
* [libpng15] Fixed a typo in the definition of the new PNG_STRING_FROM_CHUNK(s,c)Glenn Randers-Pehrson2011-09-263-1/+3
* [libpng15] Added a note in the manual the png_read_update_info() must beGlenn Randers-Pehrson2011-09-264-22/+34
* [libpng15] Bump version to libpng-1.5.6beta02Glenn Randers-Pehrson2011-09-2236-879/+855
* [libpng15] Imported from libpng-1.5.6beta01.tarv1.5.6beta01Glenn Randers-Pehrson2011-09-2232-83/+103
* [libpng15] Imported from libpng-1.5.5.tarv1.5.5Glenn Randers-Pehrson2011-09-2232-102/+90
* [libpng15] Bump version to libpng-1.5.5rc02Glenn Randers-Pehrson2011-09-1522-61/+61
* [libpng15] Fix grammar in ANNOUNCE and CHANGESGlenn Randers-Pehrson2011-09-152-2/+2
* [libpng15] Imported from libpng-1.5.5rc01.tarv1.5.5rc01Glenn Randers-Pehrson2011-09-1525-88/+90
* [libpng15] Updated ANNOUNCE and CHANGES with new CVE number.Glenn Randers-Pehrson2011-09-122-6/+6
* [libpng15] Bump version to libpng-1.5.5beta09Glenn Randers-Pehrson2011-09-0924-64/+68
* [libpng15] Bump version to libpng-1.5.5beta08v1.5.5beta08Glenn Randers-Pehrson2011-09-0914-29/+29
* [libpng15] Constant changes for 64-bit compatibility (removal of L suffixes).John Bowler2011-09-0911-37/+53
* [libpng15] Fix typo in ANNOUNCE and CHANGESGlenn Randers-Pehrson2011-09-092-2/+2
* [libpng15] Relocated new HAVE_SOLARIS_LD definition in configure.acGlenn Randers-Pehrson2011-09-094-19/+23
* [libpng15] Fixed 64-bit compilation errors (gcc). The errors fixed relateJohn Bowler2011-09-099-45/+83
* [libpng15] Bump version to libpng-1.5.5beta08Glenn Randers-Pehrson2011-09-0924-75/+81
* [libpng15] Imported from libpng-1.5.5beta07.tarv1.5.5beta07Glenn Randers-Pehrson2011-09-0811-64/+78
* [libpng15] Changed png_chunk_benign_error() to png_warning() in png.c, inGlenn Randers-Pehrson2011-09-083-17/+26
* [devel] Changed "// ..." comments to "/* .. */" in the visupng project.Glenn Randers-Pehrson2011-09-033-182/+189
* [devel] Add SunOS support to configure and Makefile.amGlenn Randers-Pehrson2011-09-014-7/+2
* [devel] Added SunOS support to configure.ac and Makefile.amGlenn Randers-Pehrson2011-09-016-23/+85
* [devel] Zapped "zap" (changed "zap" to "remove")Glenn Randers-Pehrson2011-08-292-5/+5
* [devel] Revise makefile.darwin to support both i386 and 64-bit architectureGlenn Randers-Pehrson2011-08-291-1/+1
* [devel] Added some blank lines to projects/vstudio/zlib.props for clarity.Glenn Randers-Pehrson2011-08-291-1/+4
* [devel] Added "$(ARCH)" option to makefile.darwinGlenn Randers-Pehrson2011-08-293-7/+8
* [devel] Bump version to libpng-1.5.5beta07Glenn Randers-Pehrson2011-08-2627-76/+80
* [devel] Imported from libpng-1.5.5beta06.tarv1.5.5beta06Glenn Randers-Pehrson2011-08-268-9/+9
* [devel] Spell "behavior" consistently.Glenn Randers-Pehrson2011-08-253-5/+5
* [devel] Use "gray" spelling consistently.Glenn Randers-Pehrson2011-08-251-8/+8
* [devel] Use "color" spelling consistently.Glenn Randers-Pehrson2011-08-251-1/+1
* [devel] Describe the new XYZ APIs in the manual.John Bowler2011-08-252-0/+88