Lines Matching full:eliminated
564 eliminated use of png_sig in pngwutil.c. Moved the various png_CHNK arrays
565 into pngtypes.h. Eliminated use of global png_pass arrays. Declared the
575 Eliminated pngtypes.h; use macros instead to declare PNG_CHNK arrays.
661 Eliminated erroneous warnings about multiple sPLT chunks and sPLT-after-PLTE.
827 Eliminated the three new members of png_text when PNG_LEGACY_SUPPORTED is
1068 Eliminated the png_error about apps using png_read|write_init(). Instead,
1183 Eliminated incorrect use of width_mmx from pnggccrd.c in pixel_bytes == 8 case
1483 Eliminated use of "abs()" in testing cHRM and gAMA values, to avoid
1612 Eliminated distributions without the "configure" script.
1937 Eliminated PNG_1_0_X and PNG_1_2_X macros.
1995 Eliminated automatic copy of pngconf.h to pngconf.h.in from configure and
2112 Eliminated PNG_BIG_ENDIAN_SUPPORTED and associated png_get_* macros.
2114 Eliminated all PNG_USELESS_TESTS and PNG_CORRECT_PALETTE_SUPPORTED code.
2116 Eliminated no-longer-used pngdefs.h (but it's still built in the makefiles)
2186 Eliminated png_check_cHRM(). Instead, always use png_check_cHRM_fixed().
2263 Eliminated internal use of setjmp() in pngread.c and pngwrite.c
2266 Eliminated deprecated png_read_init_3() and png_write_init_3() functions.
2326 Eliminated PNG_LEGACY_SUPPORTED code.
2385 Eliminated PNG_NO_FREE_ME and PNG_FREE_ME_SUPPORTED macros.
2390 Eliminated PNG_GLOBAL_ARRAYS and PNG_LOCAL_ARRAYS; always use local arrays.
2391 Eliminated PNG_CALLOC_SUPPORTED macro and always provide png_calloc().
2400 Eliminated unused PNG_FLAG_FREE_* defines from pngpriv.h
2405 Eliminated unused png_ptr->row_buf_size
2410 Eliminated useless call to png_check_cHRM() from pngset.c
2425 Eliminated a shadowed declaration of "pp" in png_handle_sPLT().
2658 Eliminated use of png_ptr->irowbytes and reused the slot in png_ptr as
2732 Eliminated dependence of pngtest.c on the private pngdebug.h file.
2757 Eliminated scripts/*.def in favor of libpng.def; updated projects/visualc71
2769 Eliminated PNG_NO_EXTERN and PNG_ALL_EXTERN
3124 Eliminated references to the scripts/*.def files in project/visualc71.
3127 Eliminated scripts/*.def and revised Makefile.am accordingly
3181 Eliminated more GCC "shadow" warnings.
3818 Eliminated redundant png_push_read_tEXt|zTXt|iTXt|unknown code from