- 09 11月, 2009 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 08 11月, 2009 6 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
Added PNG_DEPSTRUCT, PNG_DEPRECATED, PNG_USE_RESULT, PNG_NORETURN, and PNG_ALLOCATED macros to detect deprecated direct access to the png_struct or info_struct members and other deprecated usage in applications (John Bowler). Added -DPNG_CONFIGURE_LIBPNG to the makefile CFLAGS, to prevent warnings about direct access to png structs by libpng functions while building libpng. Removed three direct references to read_info_ptr members in pngtest.c that were detected by the new PNG_DEPSTRUCT macro. Moved the png_debug macro definitions and the png_read_destroy(), png_write_destroy() and png_far_to_near() prototypes from png.h to pngpriv.h (John Bowler) Moved the synopsis lines for png_read_destroy(), png_write_destroy() png_debug(), png_debug1(), and png_debug2() from libpng.3 to libpngpf.3.
-
由 Glenn Randers-Pehrson 提交于
-
- 05 11月, 2009 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
instead of between 1.2.41 and 1.4.0 in documentation.
-
- 04 11月, 2009 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 03 11月, 2009 4 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
for supporting WindowsCE.
-
由 Glenn Randers-Pehrson 提交于
-
- 02 11月, 2009 3 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
WindowsCE does not provide the "tm" structure.
-
- 01 11月, 2009 4 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
and merged libpng-1.2.41.txt with libpng-1.4.0.txt where appropriate.
-
由 Glenn Randers-Pehrson 提交于
from pngwrite.c
-
- 31 10月, 2009 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
(Contributed by Philip Lowman)
-
由 Glenn Randers-Pehrson 提交于
-
- 30 10月, 2009 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 20 10月, 2009 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
- 10 10月, 2009 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 08 10月, 2009 1 次提交
-
-
由 Glenn Randers-Pehrson 提交于
in png_handle_sPLT().
-
- 02 10月, 2009 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
-
- 01 10月, 2009 4 次提交
-
-
由 Glenn Randers-Pehrson 提交于
to check info_ptr members instead of the contents of the returned parameters.
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
to add a test for user passing a 16-bit height varible to png_get_IHDR() which causes an overflow into the high bytes of the width variable.
-
由 Glenn Randers-Pehrson 提交于
and mentioned use of 2-space indentation in macro definitions in the libpng style guide.
-
- 26 9月, 2009 2 次提交
-
-
由 Glenn Randers-Pehrson 提交于
-
由 Glenn Randers-Pehrson 提交于
to eliminate bogus complaint about filter_type.
-
- 25 9月, 2009 3 次提交
-
-
由 Glenn Randers-Pehrson 提交于
in png_set_gAMA_and_cHRM() where we supply the cHRM constants and therefore we know they are OK.
-
由 Glenn Randers-Pehrson 提交于
Move redundant IHDR checking into new png_check_IHDR() in png.c and report all errors found in the IHDR data. Report problems with width and height separately.
-
由 Glenn Randers-Pehrson 提交于
-