Lines Matching refs:by

7  * published by the Free Software Foundation.  Oracle designates this
9 * by Oracle in the LICENSE file that accompanied this code.
149 libpng will use the zlib CRC routines by (compile-time) default
247 Added png_invert_alpha capability (Glenn R-P -- suggestion by Jon Vincent)
259 png_get_image_height(), etc. (Glenn R-P, suggestion by Brad Pettit)
349 Fixed a problem with value of "channels" returned by png_read_update_info()
352 Optimized Paeth calculations by replacing abs() function calls with intrinsics
353 plus other loop optimizations. Improves avg decoding speed by about 20%.
371 Added makefile.sco (contributed by Mike Hopkirk).
401 Added pngdll.mak and pngdef.pas to scripts directory, contributed by
477 Reformatted libpng.3 and libpngpf.3 with proper fonts (script by J. vanZandt).
491 Added assembler code contributed by Intel in file pngvcrd.c and modified
498 Added makefile.beo for BEOS on X86, contributed by Sander Stok.
530 Added a CPU timing report to pngtest.c (enabled by defining PNGTEST_TIMING)
715 Fixed pngvcrd.c bug by pushing/popping registers in mmxsupport (Bruce Oberg)
922 Updated license to include disclaimers required by UCITA.
1018 Improved handling of out-of-spec garbage iCCP chunks generated by PhotoShop.
1033 by default, for the benefit of DLL forward compatibility. These will
1100 by default.
1109 Enabled user memory function by default.
1177 avoid out-of-bounds memory reference caused by invalid PNG datastreams.
1403 Fixed potential overrun in pngerror.c by using strncpy instead of memcpy.
1465 Turn on PNG_NO_ZALLOC_ZERO by default in version 1.2.x
1495 Fixed off-by-one error in one of the conversions to PNG_ROWBYTES() in
1499 Fixed problem with 64-bit compilers by casting arguments to abs()
1581 Despammed mailing addresses by masking "@" with "at".
1673 Updated makefile.elf as suggested by debian.
1700 Simplified some makefiles by using LIBSO, LIBSOMAJ, and LIBSOVER macros.
1804 Work around Intel-Mac compiler bug by setting PNG_NO_MMX_CODE in pngconf.h
2066 Added pngdefs.h that is built by makefile or configure, instead of
2072 Work around Intel-Mac compiler bug by setting PNG_NO_MMX_CODE in pngconf.h
2114 it will be freed by png_read_destroy() in case of a read error (Kurt
2130 Define PNG_NO_ERROR_NUMBERS by default in pngconf.h
2184 Fixed off-by-one error introduced in png_push_read_zTXt() function in
2206 Revised png_warning() to write its message on standard output by default
2212 check for all-zero coordinates that is detected by the triangle check.
2238 Support for dithering was disabled by default, because it has never
2240 been removed, however, and can be enabled by building libpng with
2293 Simplified error handling in pngread.c and pngwrite.c by putting
2321 Conditionally compile png_read_finish_row() which is not used by
2378 (bug introduced in libpng-0.95, discovered by Evan Rouault)
2490 to prevent warnings about direct access to png structs by libpng
2500 that were detected by the new PNG_DEPSTRUCT macro.
2527 Revised pngtest.png to put chunks in the same order written by pngtest
2675 Revised png_decompress_chunk() to use a two-pass method suggested by
2768 are disabled by default.
2816 controlled by compiler #defines had to be repeated by the
2933 using control mechanisms not directly supported by libpng. The
2936 does not by default support interworking of C and C++ error handling.)
2938 appropriate. If mainprog->jmpbuf is used by setjmp, then png_longjmp
2953 Patches by John Bowler:
2958 Safe, albeit rudimentary, Watcom support is provided by PNG_API_RULE==2
3010 Add .dll.a to the list of extensions to be symlinked by Makefile.am (Yaakov)
3020 Made changes to address various issues identified by GCC, mostly
3040 Turn on progressive reader in pngvalid.c by default and tidy code.
3059 Fixed a number of problems with 64-bit compilation reported by Visual
3067 all versions of ccp write to standard output by default (Martin Banky). The
3090 Disabled "color-tests" by default in Makefile.am so it will work with
3191 macros such as png_memset() are no longer accessible by applications.
3219 obtained by reading the prototypes and comments in pngpriv.h
3341 was introduced in libpng-1.5.2beta01 (bug report by Andrew Church).
3378 IDAT compression failed if preceded by a compressed text chunk (bug
3405 parameters are supplied by the caller), while in the absence of cHRM
3407 The bKGD chunk no longer overwrites the background value set by
3442 Fixed uninitialized memory read in png_format_buffer() (Bug report by
3452 Make the 16-to-8 scaling accurate. Dividing by 256 with no rounding is
3453 wrong (high by one) 25% of the time. Dividing by 257 with rounding is
3491 Made png_set_chop_16() API removeable by disabling PNG_CHOP_16_TO_8_SUPPORTED
3494 Fixed a problem in png_do_expand_palette() exposed by optimization in