summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.6beta06.tarv1.5.6beta06Glenn Randers-Pehrson2011-10-1714-28/+28
* [libpng15] Updated ANNOUNCE and CHANGESJohn Bowler2011-10-162-2/+2
* [libpng15] Prevent libpng overwriting unused bits at the end of the image whenJohn Bowler2011-10-164-14/+101
* [libpng15] Turned on multiple png_read_update_info in pngvalid transform tests.John Bowler2011-10-163-5/+7
* [libpng15] Add ability to call png_read_update_info multiple times to pngvalid.cJohn Bowler2011-10-143-18/+60
* [libpng15] Fixes for multiple calls to png_read_update_info.John Bowler2011-10-1410-78/+130
* [libpng15] Fixed a relatively harmless memory overwriteJohn Bowler2011-10-143-1/+8
* [libpng15] Reverted previous change; removed png_get_compression_buffer() API.Glenn Randers-Pehrson2011-10-139-60/+19
* [libpng15] Added png_get_compression_buffer() API.Glenn Randers-Pehrson2011-10-139-16/+56
* [libpng15] Removed two redundant tests for unitialized row.Glenn Randers-Pehrson2011-10-133-21/+10
* [libpng15] Bump version to libpng-1.5.6beta06Glenn Randers-Pehrson2011-10-1223-63/+67
* [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