summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [libpng16] Imported from libpng-1.6.15rc02.tarv1.6.15rc02Glenn Randers-Pehrson2014-11-1425-58/+58
* [libpng16] The macros passed in the command line to Borland make were ignored ifCosmin Truta2014-11-145-8/+26
* [libpng16] Imported from libpng-1.6.15rc01.tarv1.6.15rc01Glenn Randers-Pehrson2014-11-1326-65/+74
* [libpng16] Imported from libpng-1.6.15beta08.tarv1.6.15beta08Glenn Randers-Pehrson2014-11-0816-31/+33
* [libpng16] More "#endif" housecleaning, in *.hGlenn Randers-Pehrson2014-11-077-30/+32
* [libpng16] Bump version to 1.6.15beta08Glenn Randers-Pehrson2014-11-0724-54/+58
* [libpng16] Imported from libpng-1.6.15beta07.tarv1.6.15beta07Glenn Randers-Pehrson2014-11-0712-25/+25
* [libpng16] Fix typo in example.cGlenn Randers-Pehrson2014-11-061-1/+1
* [libpng16] Changed "#endif /* PNG_FEATURE_SUPPORTED */" to "#endif /* FEATURE...Glenn Randers-Pehrson2014-11-0617-145/+144
* [libpng16] Removed #ifdef PNG_16BIT_SUPPORTED/#endif around png_product2(); i...Glenn Randers-Pehrson2014-11-065-8/+20
* [libpng16] Bump version to 1.6.15beta07v1.6.15beta06Glenn Randers-Pehrson2014-11-0624-58/+62
* [libpng16] Reverted use png_get_libpng_ver(NULL) instead of PNG_LIBPNG_VER_ST...Glenn Randers-Pehrson2014-11-0614-28/+34
* [libpng16] Bump version to 1.6.15beta06Glenn Randers-Pehrson2014-11-0525-62/+66
* [libpng16] Imported from libpng-1.6.15beta05.tarv1.6.15beta05Glenn Randers-Pehrson2014-11-0510-15/+15
* [libpng16] Fixed array size calculations to avoid warnings. At various pointsJohn Bowler2014-11-055-5/+35
* [libpng16] Free all allocated memory in pngimage. The file buffer cache was leftJohn Bowler2014-11-052-2/+39
* [libpng16] Fixed GCC unsigned int->float warnings. Various versions of GCCJohn Bowler2014-11-052-3/+46
* [libpng16] use PNG_LIBPNG_VER_STRING[i] in png_user_version_check()Glenn Randers-Pehrson2014-11-051-15/+16
* [libpng16] Simplified and future-proofed png_user_version_check().Glenn Randers-Pehrson2014-11-053-13/+11
* [libpng16] Avoid out-of-bounds memory access in png_user_version_check().Glenn Randers-Pehrson2014-11-053-4/+7
* [libpng16] Use png_get_libpng_ver(NULL), not PNG_LIBPNG_VER_STRINGGlenn Randers-Pehrson2014-11-0421-50/+56
* [libpng16] Bump version to 1.6.15beta05Glenn Randers-Pehrson2014-11-0424-54/+58
* [libpng16] Imported from libpng-1.6.15beta04.tarv1.6.15beta04Glenn Randers-Pehrson2014-11-0413-27/+27
* [libpng16] Removed new PNG_USE_ARM_NEON configuration flag and made a one-lineJohn Bowler2014-11-034-11/+11
* [libpng16] Bump version to 1.6.15beta04Glenn Randers-Pehrson2014-11-0325-55/+59
* [libpng16] Imported from libpng-1.6.15beta03.tarv1.6.15beta03Glenn Randers-Pehrson2014-11-0314-28/+28
* [libpng16] Added PNG_USE_ARM_NEON configuration flag (Marcin Juszkiewicz).Glenn Randers-Pehrson2014-11-034-5/+11
* [libpng16] Bump version to 1.6.15beta03Glenn Randers-Pehrson2014-11-0124-54/+58
* [libpng16] Imported from libpng-1.6.15beta02.tarv1.6.15beta02Glenn Randers-Pehrson2014-11-0112-25/+25
* [libpng16] More cosmetic changesGlenn Randers-Pehrson2014-11-018-32/+37
* [libpng16] Added a pair of parentheses suggested by clangGlenn Randers-Pehrson2014-10-312-3/+3
* [libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" toGlenn Randers-Pehrson2014-10-3116-795/+880
* [libpng16] Bump version to 1.6.15beta02Glenn Randers-Pehrson2014-10-2924-54/+58
* [libpng16] Imported from libpng-1.6.15beta01.tarv1.6.15beta01Glenn Randers-Pehrson2014-10-2915-27/+30
* [libpng16] Added missing "ptr = NULL" after some instances of png_free().Glenn Randers-Pehrson2014-10-296-6/+33
* [libpng16] Use %p instead of %x to print pointers in pngtest debug outputGlenn Randers-Pehrson2014-10-281-7/+21
* [libpng16] Simplified png_free_data() in png.cGlenn Randers-Pehrson2014-10-263-36/+33
* [libpng16] Changed "if (!x)" to "if (x == 0)" and "if (x)" to "if (x !== 0)"Glenn Randers-Pehrson2014-10-256-21/+28
* [libpng16] Revised INSTALL document.Glenn Randers-Pehrson2014-10-241-12/+13
* [libpng16] Updated INSTALL file.Glenn Randers-Pehrson2014-10-241-11/+9
* [libpng16] Bump version to 1.6.15beta01Glenn Randers-Pehrson2014-10-2227-93/+70
* [libpng16] Imported from libpng-1.6.14.tarv1.6.14libpng-1.6.14-signedGlenn Randers-Pehrson2014-10-2231-99/+77
* [libpng16] Minor editing of READMEGlenn Randers-Pehrson2014-10-171-9/+10
* [libpng16] Bump version to 1.6.14rc03Glenn Randers-Pehrson2014-10-1724-54/+62
* [libpng16] Imported from libpng-1.6.14rc02.tarv1.6.14rc02Glenn Randers-Pehrson2014-10-1722-46/+54
* [libpng16] Changed png_convert_to_rfc_1123() to png_convert_to_rfc_1123_buffer()Glenn Randers-Pehrson2014-10-173-24/+32
* [libpng16] Bump version to 1.6.14rc01Glenn Randers-Pehrson2014-10-1515-32/+34
* [libpng16] Imported from libpng-1.6.14rc01.tarv1.6.14rc01Glenn Randers-Pehrson2014-10-1524-62/+64
* [libpng16] Fixed some typos in comments.Glenn Randers-Pehrson2014-10-133-5/+5
* [libpng16] Bump version to 1.6.14beta08Glenn Randers-Pehrson2014-10-0724-54/+58