Home | History | Annotate | Download | only in libpng

Lines Matching refs:more

25   made various names more consistent
75 added more medium model code (almost everything's a far)
116 added more error checking for writing and image to reduce invalid files
170 more description of info_struct in libpng.txt and png.h
171 more instructions in example.c
172 more chunk types tested in pngtest.c
188 added more debugging info
197 added more typecasts. 65536L becomes (png_uint_32)65536L, etc. (Glenn R-P)
204 added more conditions for png_do_background, to avoid changing
246 More type casting. Removed erroneous overflow test in pngmem.c.
262 Touched up example.c to make more of it compileable, although the entire
326 Moved a misplaced pngrutil code block that truncates tRNS if it has more
336 More work on the Paeth-filtering, achieving imperceptible speedup (A Kleinert).
337 More work on loop optimization which may help when compiled with C++ compilers.
357 More corrections to example.c, use of row_pointers in png_write_image()
472 Renamed the makefiles with longer but more user friendly extensions.
515 Created separate write_end_info_struct in pngtest.c for a more severe test.
1023 Revised example.c to provide more details about using row_callback().
1150 Once more restored png_zalloc and png_zfree to regular nonexported form.
1223 Relocated two more misplaced PNGAPI lines in pngtest.c
1481 More cleanup of configure.ac, Makefile.am, and associated scripts.
1753 Changed handling of more unused parameters, to avoid compiler warnings.
1813 More cleanup of pnggccrd.c and pngvcrd.c
1820 More revision of pnggccrd.c
1926 Remove a little more code in pngwutil.c when PNG_NO_WRITE_FILTER is selected.
2111 Added more information about png_set_keep_unknown_chunks() to the
2189 Merged more cosmetic whitespace changes from libpng-1.4.0beta19.
2290 More merging with png_debug from libpng-1.4.0 to remove newlines.
2316 Zero out more arrays of pointers after png_malloc().
2519 More bugfixes and improvements to CMakeLists.txt (Philip Lowman)
2692 and handle end conditions more cleanly.