summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [libpng16] Imported from libpng-1.6.14beta07.tarv1.6.14beta07Glenn Randers-Pehrson2014-10-0716-35/+35
* [libpng16] Also don't mark text as written in the end_ptr until written.Glenn Randers-Pehrson2014-10-051-7/+9
* [libpng16] Removed "option WRITE_COMPRESSED_TEXT enables WRITE_TEXT"Glenn Randers-Pehrson2014-10-051-1/+0
* [libpng16] Only mark text chunks as written after successfully writing them.Glenn Randers-Pehrson2014-10-055-6/+19
* [libpng16] Bump version to 1.6.14beta07Glenn Randers-Pehrson2014-10-0524-54/+58
* [libpng16] Imported from libpng-1.6.14beta06.tarv1.6.14beta06Glenn Randers-Pehrson2014-10-0515-30/+30
* [libpng16] Added "chunk iTXt enables TEXT" and "chunk zTXt enables TEXT"Glenn Randers-Pehrson2014-10-044-4/+7
* [libpng16] Replaced repeated code with PNG_PUSH_SAVE_BUFFER_IF_FULLGlenn Randers-Pehrson2014-10-043-161/+42
* [libpng16] Fix typos in comments in pngset.c and pngtrans.cGlenn Randers-Pehrson2014-10-033-8/+8
* [libpng16] Edited comments in png.cGlenn Randers-Pehrson2014-10-031-9/+9
* [libpng16] Edited some comments in pngwutil.cGlenn Randers-Pehrson2014-10-031-10/+12
* [libpng16] Conditionally compile some code in png_deflate_claim(), whenGlenn Randers-Pehrson2014-10-033-0/+6
* [libpng16] Removed "text_len" parameter from private function png_write_zTXt()Glenn Randers-Pehrson2014-10-036-12/+11
* [libpng16] Bump version to 1.6.14beta06Glenn Randers-Pehrson2014-10-0125-56/+60
* [libpng16] Imported from libpng-1.6.14beta05.tarv1.6.14beta05Glenn Randers-Pehrson2014-10-0114-31/+31
* [libpng16] Redid recent changes to pnglibconf.h that were reverted.Glenn Randers-Pehrson2014-10-011-9/+27
* [libpng16] Added "option READ_iCCP enables READ_COMPRESSED_TEXT" toGlenn Randers-Pehrson2014-10-013-30/+15
* [libpng16] Merge pnglibconf.dfa with libpng-1.7.0beta37.Glenn Randers-Pehrson2014-09-282-11/+29
* [libpng16] Bump version to 1.6.14beta05Glenn Randers-Pehrson2014-09-2724-54/+58
* [libpng16] Imported from libpng-1.6.14beta04.tarv1.6.14beta04Glenn Randers-Pehrson2014-09-2716-44/+46
* [libpng16] Fixed incorrect handling of the iTXt compression flagGlenn Randers-Pehrson2014-09-273-6/+10
* [libpng16] Avoid defining simplified API macros in png.h when neither theGlenn Randers-Pehrson2014-09-202-16/+17
* [libpng16] Bump version to 1.6.14beta04Glenn Randers-Pehrson2014-09-1924-54/+58
* [libpng16] Imported from libpng-1.6.14beta03.tarv1.6.14beta03Glenn Randers-Pehrson2014-09-1916-37/+37
* [libpng16] Revert recent pngvalid.c changes and define FE_DIVBYZERO, etc.,Glenn Randers-Pehrson2014-09-183-15/+23
* [libpng16] Bump version to 1.6.14beta03Glenn Randers-Pehrson2014-09-1824-54/+58
* [libpng16] Imported from libpng-1.6.14beta02.tarv1.6.14beta02Glenn Randers-Pehrson2014-09-1813-27/+27
* [libpng16] Updated INSTALL info about pnglibconf.hGlenn Randers-Pehrson2014-09-181-4/+11
* [libpng16] Do not include <fenv.h> when FLOATING_ARITHMETIC is not supported.Glenn Randers-Pehrson2014-09-183-9/+23
* [libpng16] Use nanosleep() instead of usleep() in contrib/gregbook/rpng2-x.cGlenn Randers-Pehrson2014-09-143-4/+17