summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * [libpng15] Fixed a typo in pngpriv.hGlenn Randers-Pehrson2011-11-101-1/+1
| * [libpng15] Updated commentaryGlenn Randers-Pehrson2011-11-104-6/+6
| * [libpng15] Updated commentary about new APIGlenn Randers-Pehrson2011-11-103-25/+43
| * [libpng15] Fixes to alpha swap on read, simplified write and filler add codeJohn Bowler2011-11-083-21/+46
| * [libpng15] Change options.awk to use pngconf.h for versioningJohn Bowler2011-11-086-25/+42
| * [libpng15] Corrections to the PNG_FORMAT_ values and code cleanup.John Bowler2011-11-082-55/+45
| * [libpng15] Fix PNG_SIMPLIFIED transformations,John Bowler2011-11-082-19/+39
| * [libpng] Added synopses for new png_image functions to the manual.Glenn Randers-Pehrson2011-11-073-14/+78
| * [libpng15] Fixed some typos in comments.Glenn Randers-Pehrson2011-11-075-14/+16
| * [libpng15] Simplified read/write API initial version; basic read/write testedJohn Bowler2011-11-0713-32/+2186
| * [libpng15] Added versioning to pnglibconf.h comments.John Bowler2011-11-076-9/+41
| * [libpng15] Changed 8 new leading spaces to TAB in scripts/makefile.stdGlenn Randers-Pehrson2011-11-072-2/+2
| * [libpng15] Updated scripts/pnglibconf.mak and scripts/makefile.stdJohn Bowler2011-11-055-12/+16
| * [libpng15] Updated scripts/pnglibconf.mak to handle the new PNG_JOIN macro.Glenn Randers-Pehrson2011-11-053-1/+3
| * [libpng15] updated configure filesJohn Bowler2011-11-043-0/+128
| * [libpng15] Fixed FP division by zero in pngvalid.c; the 'test_pixel' code leftJohn Bowler2011-11-044-8/+135
| * [libpng] Check compression_type parameter in png_get_iCCP and remove spuriousJohn Bowler2011-11-043-6/+17
| * [libpng15] Removed a stray sentence fragment from CHANGES/ANNOUNCEGlenn Randers-Pehrson2011-11-042-2/+2
| * [libpng15] Bump version to libpng-1.5.7beta02Glenn Randers-Pehrson2011-11-0423-63/+66
| * [libpng15] Imported from libpng-1.5.7beta01.tarv1.5.7beta01Glenn Randers-Pehrson2011-11-0425-41/+41
| * [libpng15] Paeth filter speed improvements from work by Siarhei Siamashka. ThisJohn Bowler2011-11-033-43/+99
| * [libpng15] Fix for the preprocessor of the Intel C compiler. The preprocessorJohn Bowler2011-11-038-14/+23
| * [libpng15] Fixed bug in pngvalid on early allocation failure; fixed type castJohn Bowler2011-11-036-12/+44
| * [libpng15] Bump version to libpng-1.5.7beta01Glenn Randers-Pehrson2011-11-038-195/+559
| * [libpng15] Added support for ARM processor (Mans Rullgard)Mans Rullgard2011-11-038-108/+383
| * [libpng15] Bump version to libpng-1.5.7beta01Glenn Randers-Pehrson2011-11-0238-141/+94
| * [libpng15] Imported from libpng-1.5.6.tarv1.5.6Glenn Randers-Pehrson2011-11-0237-123/+98
| * [libpng15] Fixed a spelling error.Glenn Randers-Pehrson2011-10-271-1/+1
| * [libpng15] Bump version to libpng-1.5.6rc04Glenn Randers-Pehrson2011-10-2723-63/+67
| * [libpng15] Imported from libpng-1.5.6rc03.tarv1.5.6rc03Glenn Randers-Pehrson2011-10-2712-26/+26
| * [libpng] #define PNG_ALIGN_TYPE PNG_ALIGN_NONE in contrib/pngminim/*/pngusr.hGlenn Randers-Pehrson2011-10-275-0/+5
| * [libpng15] Fixed compiler warnings with Intel and MSYS compilers.John Bowler2011-10-274-15/+29
| * [libpng15] Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.Glenn Randers-Pehrson2011-10-273-8/+15
| * [libpng15] Bump version to libpng-1.5.6rc03Glenn Randers-Pehrson2011-10-2723-63/+67
| * [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