summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng15] Imported from libpng-1.5.11rc05.tarv1.5.11rc05Glenn Randers-Pehrson2012-06-0713-27/+27
* [libpng15] Don't do the palette-index checking when num_palette is 0.Glenn Randers-Pehrson2012-06-073-4/+6
* [libpng15] Bump version to 1.5.11rc05Glenn Randers-Pehrson2012-06-0625-72/+76
* [libpng15] Updated some "Last changed" datesGlenn Randers-Pehrson2012-06-065-7/+7
* [libpng15] Improved the efficiency of the new png_check_palette_indexes()Glenn Randers-Pehrson2012-06-065-6/+10
* [libpng15] Bump version to 1.5.11rc04Glenn Randers-Pehrson2012-06-0428-198/+108
* [libpng15] Do not depend upon a GCC feature macro being available for use inGlenn Randers-Pehrson2012-06-043-6/+10
* [libpng15] Updated contrib/README.txt with two added files.Glenn Randers-Pehrson2012-05-291-3/+104
* [libpng15] Bump version to 1.5.11rc03Glenn Randers-Pehrson2012-05-2925-72/+76
* [libpng15] Added two images to contrib/pngsuite (1-bit and 2-bit transparentGlenn Randers-Pehrson2012-05-297-0/+6
* [libpng15] Revised CMakeLists.txt to not attempt to make a symlink under mingw.Glenn Randers-Pehrson2012-05-293-6/+8
* [libpng15] Bump version to 1.5.11rc02Glenn Randers-Pehrson2012-05-2326-77/+83
* [libpng15] Imported from libpng-1.5.11rc01.tarGlenn Randers-Pehrson2012-05-2225-75/+79
* [libpng15] Bump version to 1.5.11beta02Glenn Randers-Pehrson2012-04-2824-66/+70
* [libpng15] Imported from libpng-1.5.11beta01.tarv1.5.11beta01Glenn Randers-Pehrson2012-04-2815-38/+48
* [libpng15] Changed deprecated NOOBJ and NOPROFILE to NO_OBJ and NO_PROFILEGlenn Randers-Pehrson2012-04-273-5/+7
* [libpng15] Moved -lssp_nonshared to a comment in scripts/makefile.freebsdGlenn Randers-Pehrson2012-04-263-4/+4
* [libpng15] Added -lssp_nonshared to scripts/makefile.freebsdGlenn Randers-Pehrson2012-04-263-4/+9
* [libpng15] Removed #ifdef PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpriv.h aroundGlenn Randers-Pehrson2012-04-234-11/+6
* [libpng15] Fixed problem with PNG_HANDLE_AS_UNKNOWN_SUPPORTED in pngpread.cGlenn Randers-Pehrson2012-04-233-5/+13
* [libpng16] Revised makefile.darwin (Toby Thain)Glenn Randers-Pehrson2012-04-131-9/+7
* [libpng15] Enable png_set_check_for_invalid_index() for both read and write.Glenn Randers-Pehrson2012-04-133-5/+17
* [libpng15] Bump version to 1.5.11beta01Glenn Randers-Pehrson2012-04-1229-114/+90
* [libpng15] Imported from libpng-1.5.10.tarv1.5.10Glenn Randers-Pehrson2012-03-2936-109/+114
* [libpng15] Imported from libpng-1.5.10rc01.tarv1.5.10rc01Glenn Randers-Pehrson2012-03-1925-73/+79
* [libpng15] Revised example.c to put text strings in a temporary character arrayGlenn Randers-Pehrson2012-03-163-26/+45
* [libpng15] Fix an off-by-one error in the palette index checking function.Glenn Randers-Pehrson2012-03-103-4/+6
* [libng15] Issue a png_benign_error() instead of png_warning() about bad paletteGlenn Randers-Pehrson2012-03-106-6/+12
* [libpng15] Reject all iCCP chunks after the first,Glenn Randers-Pehrson2012-03-094-1/+7
* [libpng15] Bump version to 1.5.10beta05Glenn Randers-Pehrson2012-03-0925-66/+70
* [libpng15] Imported from libpng-1.5.10beta04.tarv1.5.10beta04Glenn Randers-Pehrson2012-03-0915-35/+35
* [libpng15] Fixed CMF optimization of non-IDAT compressed chunks,John Bowler2012-03-093-19/+14
* [libpng15] Disabled part of the CMF optimization of non-IDAT compressedGlenn Randers-Pehrson2012-03-093-3/+11
* [libpng15] Bump version to 1.5.10beta04Glenn Randers-Pehrson2012-03-0624-63/+69
* [libpng16] Fixed PNG_LIBPNG_BUILD_BASE_TYPE definition in png.hGlenn Randers-Pehrson2012-03-061-9/+9
* [libpng15] Imported from libpng-1.5.10beta03.tarv1.5.10beta03Glenn Randers-Pehrson2012-03-069-16/+15
* [libpng15] Added palette-index checking.Glenn Randers-Pehrson2012-03-0415-43/+242
* [libpng15] Removed unused "current_text" members of png_structGlenn Randers-Pehrson2012-02-273-9/+6
* [libpng15] Bump version to 1.5.10beta03Glenn Randers-Pehrson2012-02-2624-64/+69
* [libpng15] Imported from libpng-1.5.10beta02.tarv1.5.10beta02Glenn Randers-Pehrson2012-02-2618-35/+49
* [libpng15] Updated Makefile.amGlenn Randers-Pehrson2012-02-246-19/+21
* [libpng15] Bump version to 1.5.10beta02Glenn Randers-Pehrson2012-02-2424-64/+68
* [libpng15] Bump version to 1.5.10beta01Glenn Randers-Pehrson2012-02-2419-46/+46
* [libpng15] Revised the SAFE_LIMITS feature to be the same as the feature inGlenn Randers-Pehrson2012-02-249-93/+95
* [libpng15] Added information about the new limits in the manual.Glenn Randers-Pehrson2012-02-234-0/+38
* [libpng15] Always set the "safe" limits in pngconf.h when SAFE_LIMITS isGlenn Randers-Pehrson2012-02-231-4/+7
* [libpng15] Bump version to 1.5.10beta02Glenn Randers-Pehrson2012-02-2325-66/+70
* [libpng15] Imported from libpng-1.5.10beta01.tarv1.5.10beta01Glenn Randers-Pehrson2012-02-2313-27/+27
* [libpng15] Updated scripts/pnglibconf.dfa to enable USER_LIMITS whenGlenn Randers-Pehrson2012-02-233-4/+8
* [libpng15] Updated scripts/pnglibconf.h.prebuiltGlenn Randers-Pehrson2012-02-231-3/+3