summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.7rc02.tarv1.5.7rc02Glenn Randers-Pehrson2011-12-041-1/+2
* [libpng15] Revised pngconf.h to use " __declspec(restrict)" if MSC_VER >= 1400,Glenn Randers-Pehrson2011-12-011-0/+2
* [libpng15] Revised project files and contrib/pngvalid/pngvalid.c to account forGlenn Randers-Pehrson2011-12-011-0/+4
* [libpng15] Imported from libpng-1.5.7rc01.tarv1.5.7rc01Glenn Randers-Pehrson2011-12-011-2/+2
* [libpng15] Revised #if PNG_DO_BC block in png.c (use #ifdef and add #else)Glenn Randers-Pehrson2011-11-281-0/+1
* [libpng15] Replaced an "#if" with "ifdef" in pngrtran.cGlenn Randers-Pehrson2011-11-281-1/+2
* [libpng15] Bump version to libpng-1.5.7beta06Glenn Randers-Pehrson2011-11-251-0/+2
* [libpng15] Imported from libpng-1.5.7beta05.tarv1.5.7beta05Glenn Randers-Pehrson2011-11-251-1/+1
* Relocate pngvalid.c to contrib/libtestsGlenn Randers-Pehrson2011-11-241-1/+3
* [libpng15] Removed some leftover "simple interface" filesJohn Bowler2011-11-231-1/+1
* [libpng15] Remove simplified interfaceJohn Bowler2011-11-231-2/+6
* [libpng15] Reject invalid compression flag, method when reading the iTXt chunk.Glenn Randers-Pehrson2011-11-221-1/+1
* [libpng15] Reject invalid compression flag when reading the iTXt chunk.Glenn Randers-Pehrson2011-11-221-2/+3
* [libpng15] Added MINGW support to CMakeLists.txtGlenn Randers-Pehrson2011-11-211-0/+1
* [libpng15] Allow row_stride==0 to indicate default stride in simplified APIJohn Bowler2011-11-211-1/+2
* [libpng15] Validate time settings passed to pngset()Glenn Randers-Pehrson2011-11-191-0/+2
* [libpng15] Removed "zTXt" from warning in generic chunk decompression function.Glenn Randers-Pehrson2011-11-191-1/+2
* [libpng15] Bump version to libpng-1.5.7beta05Glenn Randers-Pehrson2011-11-171-1/+3
* [libpng15] Imported from libpng-1.5.7beta04.tarv1.5.7beta04Glenn Randers-Pehrson2011-11-171-1/+5
* [libpng15] Bump version to libpng-1.5.7beta04Glenn Randers-Pehrson2011-11-161-0/+2
* [libpng15] Work around compilers that don't support declaration of const data.John Bowler2011-11-161-0/+4
* [libpng15] Updated CHANGES and ANNOUNCE with latest changesGlenn Randers-Pehrson2011-11-161-1/+11
* [libpng15] Multiple transform bug fixes plus a work-round for double gammaJohn Bowler2011-11-161-0/+8
* [libpng15] Added contrib/pngtestsJohn Bowler2011-11-161-0/+3
* [libpng15] Removed PNG_CONST from the sRGB table declarationsGlenn Randers-Pehrson2011-11-161-1/+2
* [libpng15] Bump version to libpng-1.5.7beta03Glenn Randers-Pehrson2011-11-111-1/+3
* [libpng15] Installed more accurate linear to sRGB conversion tables.John Bowler2011-11-111-1/+5
* [libpng15] Simplified read/write API initial version; basic read/write testedJohn Bowler2011-11-071-0/+2
* [libpng15] Added versioning to pnglibconf.h comments.John Bowler2011-11-071-1/+2
* [libpng15] Updated scripts/pnglibconf.mak and scripts/makefile.stdJohn Bowler2011-11-051-6/+9
* [libpng15] Updated scripts/pnglibconf.mak to handle the new PNG_JOIN macro.Glenn Randers-Pehrson2011-11-051-0/+1
* [libpng15] Fixed FP division by zero in pngvalid.c; the 'test_pixel' code leftJohn Bowler2011-11-041-0/+6
* [libpng] Check compression_type parameter in png_get_iCCP and remove spuriousJohn Bowler2011-11-041-1/+6
* [libpng15] Removed a stray sentence fragment from CHANGES/ANNOUNCEGlenn Randers-Pehrson2011-11-041-1/+1
* [libpng15] Bump version to libpng-1.5.7beta02Glenn Randers-Pehrson2011-11-041-0/+2
* [libpng15] Imported from libpng-1.5.7beta01.tarv1.5.7beta01Glenn Randers-Pehrson2011-11-041-1/+1
* [libpng15] Paeth filter speed improvements from work by Siarhei Siamashka. ThisJohn Bowler2011-11-031-0/+5
* [libpng15] Fix for the preprocessor of the Intel C compiler. The preprocessorJohn Bowler2011-11-031-0/+4
* [libpng15] Fixed bug in pngvalid on early allocation failure; fixed type castJohn Bowler2011-11-031-0/+5
* [libpng15] Added support for ARM processor (Mans Rullgard)Mans Rullgard2011-11-031-0/+1
* [libpng15] Bump version to libpng-1.5.7beta01Glenn Randers-Pehrson2011-11-021-0/+2
* [libpng15] Imported from libpng-1.5.6.tarv1.5.6Glenn Randers-Pehrson2011-11-021-1/+2
* [libpng15] Bump version to libpng-1.5.6rc04Glenn Randers-Pehrson2011-10-271-0/+2
* [libpng] #define PNG_ALIGN_TYPE PNG_ALIGN_NONE in contrib/pngminim/*/pngusr.hGlenn Randers-Pehrson2011-10-271-0/+1
* [libpng15] Fixed compiler warnings with Intel and MSYS compilers.John Bowler2011-10-271-1/+6
* [libpng15] Renamed the LSR() macro to PNG_LSR() and added PNG_LSL() macro.Glenn Randers-Pehrson2011-10-271-0/+1
* [libpng15] Bump version to libpng-1.5.6rc03Glenn Randers-Pehrson2011-10-271-0/+2
* [libpng15] Added LSR() macro to defend against buggy compilers that evaluateGlenn Randers-Pehrson2011-10-271-1/+3
* [libpng15] Bump version to libpng-1.5.6rc02Glenn Randers-Pehrson2011-10-261-0/+2
* [libpng15] Imported from libpng-1.5.6rc01.tarv1.5.6rc01Glenn Randers-Pehrson2011-10-261-1/+1