summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.6rc02.tarv1.5.6rc02Glenn Randers-Pehrson2011-10-2710-16/+16
* [libpng15] Add leading zero to some 1-digit hex constants (0xf -> 0x0f).Glenn Randers-Pehrson2011-10-273-13/+19
* [libpng15] Added LSR() macro to defend against buggy compilers that evaluateGlenn Randers-Pehrson2011-10-273-36/+51
* [libpng15] Bump version to libpng-1.5.6rc02Glenn Randers-Pehrson2011-10-2623-63/+68
* [libpng15] Imported from libpng-1.5.6rc01.tarv1.5.6rc01Glenn Randers-Pehrson2011-10-2625-74/+76
* [libpng15] Corrected recent ANNOUNCE and CHANGES entryGlenn Randers-Pehrson2011-10-212-4/+6
* [libpng15] Bump version to libpng-1.5.6beta08Glenn Randers-Pehrson2011-10-2123-63/+67
* [libpng15] Imported from libpng-1.5.6beta07.tarv1.5.6beta07Glenn Randers-Pehrson2011-10-2114-29/+29
* [libpng15] New png_struct member png_ptr->old_prev_rowMans Rullgard2011-10-173-6/+11
* [libpng15] Made png_ptr->prev_row an aligned pointer into png_ptr->big_prev_rowMans Rullgard2011-10-173-15/+15
* [libpng15] Bump version to libpng-1.5.6beta07Glenn Randers-Pehrson2011-10-1723-63/+67
* [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