Glenn Randers-Pehrson
f2d4167fee
[libpng16] Added a pair of parentheses suggested by clang
2014-10-31 21:17:11 -05:00
Glenn Randers-Pehrson
5d713fe123
[libpng16] Changed remaining "if (!x)" to "if (x == 0)" and "if (x)" to
...
"if (x !== 0)"
2014-10-31 20:58:40 -05:00
Glenn Randers-Pehrson
6b9a20e7f9
[libpng16] Bump version to 1.6.15beta02
2014-10-29 09:13:06 -05:00
Glenn Randers-Pehrson
11d4a2a451
[libpng16] Imported from libpng-1.6.15beta01.tar
2014-10-29 09:08:46 -05:00
Glenn Randers-Pehrson
c6a8cb7d10
[libpng16] Added missing "ptr = NULL" after some instances of png_free().
2014-10-29 08:27:34 -05:00
Glenn Randers-Pehrson
7f6826368a
[libpng16] Use %p instead of %x to print pointers in pngtest debug output
2014-10-28 10:22:37 -05:00
Glenn Randers-Pehrson
bf95fad5f5
[libpng16] Simplified png_free_data() in png.c
2014-10-26 21:09:03 -05:00
Glenn Randers-Pehrson
ebba0746bc
[libpng16] Changed "if (!x)" to "if (x == 0)" and "if (x)" to "if (x !== 0)"
2014-10-25 12:22:39 -05:00
Glenn Randers-Pehrson
67152e75e6
[libpng16] Revised INSTALL document.
2014-10-24 22:29:51 -05:00
Glenn Randers-Pehrson
4aa3f403f1
[libpng16] Updated INSTALL file.
2014-10-24 21:45:38 -05:00
Glenn Randers-Pehrson
56e9307d8f
[libpng16] Bump version to 1.6.15beta01
2014-10-22 21:02:27 -05:00
Glenn Randers-Pehrson
edb772fd6d
[libpng16] Imported from libpng-1.6.14.tar
2014-10-22 19:32:52 -05:00
Glenn Randers-Pehrson
e557fd7c44
[libpng16] Minor editing of README
2014-10-17 09:31:48 -05:00
Glenn Randers-Pehrson
8ba743d8d2
[libpng16] Bump version to 1.6.14rc03
2014-10-17 09:15:50 -05:00
Glenn Randers-Pehrson
279205664f
[libpng16] Imported from libpng-1.6.14rc02.tar
2014-10-17 09:09:54 -05:00
Glenn Randers-Pehrson
f7a7bb0384
[libpng16] Changed png_convert_to_rfc_1123() to png_convert_to_rfc_1123_buffer()
...
in the manual, to reflect the change made in libpng-1.6.0.
Updated README file to reflect that direct access to the info struct and
png struct are not permitted since libpng-1.5.0.
2014-10-17 09:06:25 -05:00
Glenn Randers-Pehrson
3922544139
[libpng16] Bump version to 1.6.14rc01
2014-10-15 08:55:59 -05:00
Glenn Randers-Pehrson
bea9784db0
[libpng16] Imported from libpng-1.6.14rc01.tar
2014-10-15 08:36:22 -05:00
Glenn Randers-Pehrson
6cae24c265
[libpng16] Fixed some typos in comments.
2014-10-13 11:11:21 -05:00
Glenn Randers-Pehrson
06ec570881
[libpng16] Bump version to 1.6.14beta08
2014-10-07 18:57:36 -05:00
Glenn Randers-Pehrson
25d240dc6e
[libpng16] Imported from libpng-1.6.14beta07.tar
2014-10-07 18:57:21 -05:00
Glenn Randers-Pehrson
470d64c2dd
[libpng16] Also don't mark text as written in the end_ptr until written.
2014-10-05 18:08:39 -05:00
Glenn Randers-Pehrson
d7eff5d864
[libpng16] Removed "option WRITE_COMPRESSED_TEXT enables WRITE_TEXT"
...
from pnglibconf.dfa
2014-10-05 13:46:58 -05:00
Glenn Randers-Pehrson
a11cd84160
[libpng16] Only mark text chunks as written after successfully writing them.
2014-10-05 13:45:38 -05:00
Glenn Randers-Pehrson
f56c00f050
[libpng16] Bump version to 1.6.14beta07
2014-10-05 07:48:53 -05:00
Glenn Randers-Pehrson
f1a22bf9b3
[libpng16] Imported from libpng-1.6.14beta06.tar
2014-10-05 07:48:44 -05:00
Glenn Randers-Pehrson
a4fa1c57f4
[libpng16] Added "chunk iTXt enables TEXT" and "chunk zTXt enables TEXT"
...
to pnglibconf.dfa.
2014-10-04 12:38:47 -05:00
Glenn Randers-Pehrson
27f0332cae
[libpng16] Replaced repeated code with PNG_PUSH_SAVE_BUFFER_IF_FULL
...
in pngpread.c
2014-10-04 10:28:58 -05:00
Glenn Randers-Pehrson
9127138a30
[libpng16] Fix typos in comments in pngset.c and pngtrans.c
2014-10-03 20:23:31 -05:00
Glenn Randers-Pehrson
ca9c3a601b
[libpng16] Edited comments in png.c
2014-10-03 18:08:34 -05:00
Glenn Randers-Pehrson
91e3a7d735
[libpng16] Edited some comments in pngwutil.c
2014-10-03 17:33:14 -05:00
Glenn Randers-Pehrson
cb4823d91f
[libpng16] Conditionally compile some code in png_deflate_claim(), when
...
PNG_WARNINGS_SUPPORTED and PNG_ERROR_TEXT_SUPPORTED are disabled.
2014-10-03 17:14:39 -05:00
Glenn Randers-Pehrson
d752225d05
[libpng16] Removed "text_len" parameter from private function png_write_zTXt()
...
since it is unused.
2014-10-03 17:11:50 -05:00
Glenn Randers-Pehrson
f1eacc08e6
[libpng16] Bump version to 1.6.14beta06
2014-10-01 10:46:37 -05:00
Glenn Randers-Pehrson
6147fae405
[libpng16] Imported from libpng-1.6.14beta05.tar
2014-10-01 10:46:29 -05:00
Glenn Randers-Pehrson
c5dc456afd
[libpng16] Redid recent changes to pnglibconf.h that were reverted.
2014-10-01 10:29:26 -05:00
Glenn Randers-Pehrson
f633a4eb9c
[libpng16] Added "option READ_iCCP enables READ_COMPRESSED_TEXT" to
...
pnglibconf.dfa
2014-10-01 10:03:57 -05:00
Glenn Randers-Pehrson
6c48f77bba
[libpng16] Merge pnglibconf.dfa with libpng-1.7.0beta37.
2014-09-28 13:43:28 -05:00
Glenn Randers-Pehrson
4c0ded3c4e
[libpng16] Bump version to 1.6.14beta05
2014-09-27 10:39:12 -05:00
Glenn Randers-Pehrson
36b246a571
[libpng16] Imported from libpng-1.6.14beta04.tar
2014-09-27 10:28:57 -05:00
Glenn Randers-Pehrson
48e6fad71c
[libpng16] Fixed incorrect handling of the iTXt compression flag
...
in pngrutil.c (bug report by Shunsaku Hirata). Bug was introduced
in libpng-1.6.0.
2014-09-27 09:37:50 -05:00
Glenn Randers-Pehrson
1b3a9fd6bf
[libpng16] Avoid defining simplified API macros in png.h when neither the
...
READ nor the WRITE simplified API is supported.
2014-09-20 11:01:20 -05:00
Glenn Randers-Pehrson
b4ef94559d
[libpng16] Bump version to 1.6.14beta04
2014-09-19 07:58:07 -05:00
Glenn Randers-Pehrson
af557d98e1
[libpng16] Imported from libpng-1.6.14beta03.tar
2014-09-19 07:58:00 -05:00
Glenn Randers-Pehrson
551019baf6
[libpng16] Revert recent pngvalid.c changes and define FE_DIVBYZERO, etc.,
...
if not already defined.
2014-09-18 16:41:40 -05:00
Glenn Randers-Pehrson
77145bf678
[libpng16] Bump version to 1.6.14beta03
2014-09-18 09:56:47 -05:00
Glenn Randers-Pehrson
91685564d1
[libpng16] Imported from libpng-1.6.14beta02.tar
2014-09-18 09:56:39 -05:00
Glenn Randers-Pehrson
44bda93154
[libpng16] Updated INSTALL info about pnglibconf.h
2014-09-18 09:27:29 -05:00
Glenn Randers-Pehrson
baa95a2d49
[libpng16] Do not include <fenv.h> when FLOATING_ARITHMETIC is not supported.
2014-09-18 09:23:45 -05:00
Glenn Randers-Pehrson
996046aed5
[libpng16] Use nanosleep() instead of usleep() in contrib/gregbook/rpng2-x.c
...
because usleep() is deprecated.
2014-09-14 16:34:09 -05:00