summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [libpng16] Only define usleep() in gregbook/rpng2-x.c if not already defined.Glenn Randers-Pehrson2014-09-143-3/+9
* [libpng16] Bump version to 1.6.14beta02Glenn Randers-Pehrson2014-09-1424-54/+58
* [libpng16] Imported from libpng-1.6.14beta01.tarv1.6.14beta01Glenn Randers-Pehrson2014-09-1416-31/+31
* [libpng16] Add "#include <setjmp.h>" to contrib/tools/pngfix.c (John Bowler)Glenn Randers-Pehrson2014-09-113-5/+20
* [libpng16] Add #include <setjmp.h> to contrib/tools/pngfix.c to allow "make" toGlenn Randers-Pehrson2014-09-103-19/+8
* [libpng16] Don't build contrib/tools/pngfix.c without setjmp support.Glenn Randers-Pehrson2014-09-103-3/+19
* [libpng16] Fixed some indentation in pngrutil.cGlenn Randers-Pehrson2014-08-261-43/+42
* [libpng16] Guard usage of png_ptr->options with #ifdef PNG_SET_OPTION_SUPPORTED.Glenn Randers-Pehrson2014-08-223-0/+4
* [libpng16] Update last-changed dateGlenn Randers-Pehrson2014-08-211-1/+1
* [libpng16] Bump version to 1.6.14beta01Glenn Randers-Pehrson2014-08-2128-90/+71
* [libpng16] Imported from libpng-1.6.13.tarv1.6.13libpng-1.6.13-signedGlenn Randers-Pehrson2014-08-2127-81/+72