- 16 9月, 2015 1 次提交
-
-
由 John Bowler 提交于
This updates libpng16 with all the test changes from libpng17, including changes to pngvalid.c to ensure that the original, distributed, version of contrib/visupng/cexcept.h can be used. pngvalid contains the correction to the use of SAVE/STORE_ UNKNOWN_CHUNKS; a bug revealed by changes in libpng 1.7. More tests contain the --strict option to detect warnings and the pngvalid-standard test has been corrected so that it does not turn on progresive-read (there is a separate test which does that.) Some signed/unsigned fixes have been made. Signed-off-by: NJohn Bowler <jbowler@acm.org>
-
- 20 8月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 14 8月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 23 7月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 04 6月, 2015 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
pngstest.c, and pngimage.c. Most seem harmless, but png-fix-itxt would only work with iTXt chunks with length 255 or less.
-
由 John Bowler 提交于
variables in the Try macro needs to be volatile to prevent value being lost over the setjmp.
-
- 31 3月, 2015 1 次提交
-
-
由 John Bowler 提交于
-
- 26 3月, 2015 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 01 1月, 2015 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 30 12月, 2014 1 次提交
-
-
由 John Bowler 提交于
-
- 28 12月, 2014 1 次提交
-
-
由 John Bowler 提交于
-
- 06 11月, 2014 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
in the manual, example.c, pngtest.c, and applications in the contrib directory. It was incorrect advice.
-
由 John Bowler 提交于
in the code the number of elements in an array is calculated using sizeof. This generates a compile time constant of type (size_t) which is then typically assigned to an (unsigned int) or (int). Some versions of GCC on 64-bit systems warn about the apparent narrowing, even though the same compiler does apparently generate the correct, in-range, numeric constant. This adds appropriate, safe, casts to make the warnings go away.
-
- 05 11月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 23 10月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 27 9月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 19 9月, 2014 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
if not already defined.
-
- 18 9月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 26 3月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 18 3月, 2014 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
because they were handled improperly by Portland Group's PGI-14.1 - PGI-14.3 when using its "__builtin_pow()" function.
-
- 07 3月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 17 2月, 2014 1 次提交
-
-
由 John Bowler 提交于
-
- 10 2月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 07 2月, 2014 1 次提交
-
-
由 John Bowler 提交于
-
- 06 2月, 2014 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 01 1月, 2014 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 30 12月, 2013 2 次提交
-
-
由 John Bowler 提交于
PNG_MAXIMUM_INFLATE_WINDOW option, so #define it out when appropriate in pngvalid.c
-
由 John Bowler 提交于
with test programs.
-
- 27 12月, 2013 2 次提交
-
-
由 John Bowler 提交于
pngvalid.c
-
由 John Bowler 提交于
this version of pngvalid in libpng 1.5
-
- 19 12月, 2013 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 23 11月, 2013 3 次提交
-
-
由 John Bowler 提交于
This reverts to the previous 'static' implementation and works round the 'unused static function' warning by using PNG_UNUSED().
-
由 John Bowler 提交于
-
由 Glenn Randers-Pehrson 提交于
configurations don't build because of missing contrib/libtests test programs and overly complex dependencies in scripts/pnglibconf.dfa. This change adds contrib/conftest/*.dfa files that can be used in automatic build scripts to ensure that these configurations continue to build.
-
- 17 10月, 2013 1 次提交
-
-
由 John Bowler 提交于
it can manage, limited by the number of rows.
-
- 01 10月, 2013 1 次提交
-
-
由 John Bowler 提交于
requirements of png_modifier are greater than that of png_store and as a consequence compilation of pngvalid.c results in a warning about increased alignment requirements because of the bare cast to (png_modifier*). The code is safe, because the pointer is known to point to a stack allocated png_modifier, but this change avoids the warning. Fixed default behavior of ARM_NEON_API. If the ARM NEON API option was compiled without the CHECK option it defaulted to on, not off. Check user callback behavior in pngunknown.c. Previous versions compiled if SAVE_UNKNOWN was not available but did nothing since the callback was never implemented. Merged pngunknown.c with 1.7 version and back ported 1.7 improvements/fixes
-