Lines Matching refs:pngtest
48 changed pngtest.png for zlib 0.93
119 new pngtest image also has interlacing and zTXt
172 more chunk types tested in pngtest.c
209 added "-m" option and PNGTEST_DEBUG_MEMORY to pngtest (John Bowler)
266 Replaced pngtest.png with one created with zlib 1.1.1
267 Changed pngtest to report PASS even when file size is different (Jean-loup G.)
275 and added a test of this feature in pngtest.c
276 Added user transform callbacks, with test of the feature in pngtest.c
278 Minor changes to pngtest.c to suppress compiler warnings.
281 Minor changes to previous minor changes to pngtest.c
290 added PNGARG() to prototypes in pngtest.c and removed some prototypes
376 and revised pngtest.c to demonstrate their use, replacing the
387 in pngtest.c (Duncan Simpson).
388 Fixed a bug in pngtest.c that caused pngtest to try to write a tIME chunk
466 Added a demo read_user_transform_fn that examines the row filters in pngtest.c
471 Made several minor corrections to pngtest.c
480 Added a CPU timing report to pngtest.c (enabled by defining PNGTEST_TIMING)
489 Added a "png_check_version" function in png.c and pngtest.c that will generate
515 Created separate write_end_info_struct in pngtest.c for a more severe test.
639 Cosmetic changes in pngtest.c
653 example.c, pngtest.c, and contrib programs to use this macro.
679 Simplified the code that detects old png.h in png.c and pngtest.c
798 Added checks in pngtest.c for png_create_*() returning NULL, and mentioned
800 Changed names of png_default_*() functions in pngtest to pngtest_*().
843 of pngtest.c, pngrio.c, and pngwio.c in support of WindowsCE.
848 Further revisions to pngtest.c and files in the wince subdirectory.
867 Revised the 3 instances of WRITEFILE in pngtest.c.
1004 Revised prototypes for png_debug_malloc and png_debug_free in pngtest.c
1180 Plugged memory leak of row_buf in pngtest.c when there is a png_error().
1219 Relocated two misplaced PNGAPI lines in pngtest.c
1223 Relocated two more misplaced PNGAPI lines in pngtest.c
1278 Added projects/visualc6/pngtest.dsp; removed contrib/msvctest/ (Cosmin).
1323 Revised pngtest's png_debug_malloc() to use png_malloc() instead of
1343 Fixed mistake in pngtest.c introduced in 1.2.6rc2 (declaration of
1350 Revised pngtest so memory allocation testing is only done when PNG_DEBUG==1.
1355 Added "test-dd" target in 15 makefiles, to run pngtest in DESTDIR.
1522 Removed nonsensical assertion check from pngtest.c (Cosmin).
1670 Added conditional #undef jmpbuf in pngtest.c to undo #define in AIX headers.
1683 Added some (unsigned long) typecasts in pngtest.c to avoid printing errors.
1856 Revised pngtest.c so warnings are displayed regardless of PNG_NO_STDIO.
2125 Revised pngtest to check for out-of-range tRNS samples.
2182 Added demo of decoding vpAg and sTER chunks to pngtest.c, from 1.4.0beta19.
2245 Shortened tIME_string to 29 bytes in pngtest.c (bug introduced in
2342 Removed fflush() from pngtest.c.
2358 Made some cosmetic changes to whitespace in pngtest output.
2359 Renamed "user_chunk_data" to "my_user_chunk_data" in pngtest.c to suppress
2573 Removed three direct references to read_info_ptr members in pngtest.c
2641 in pngtest.c