Home | History | Annotate | Download | only in libpng

Lines Matching full:corrected

270   Corrected a problem with png_get_tRNS() which returned undefined trans array
273 Corrected png_get_tRNS() again.
281 Corrected some logic errors in png_do_invert_alpha() (Chris Patterson)
284 Corrected a bug in pngpread() introduced in version 99c (Kevin Bracey)
344 Corrected some bugs in the experimental weighted filtering heuristics.
376 Corrected example.c, use of row_pointers in png_write_image().
379 Corrected several statements that used side effects illegally in pngrutil.c
471 Corrected the typedef for png_free_ptr in png.h (Jesse Jones).
749 Corrected bugs in documentation regarding png_read_row() and png_write_row().
894 Corrected the definition of PNG_TRANSFORM_INVERT_ALPHA (0x0400 not 0x0200)
2236 Corrected order of #ifdef's in png_debug definition in png.h
2502 Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c
2749 Corrected CE and OS/2 DEF files (scripts/png*def) for symbols removed and
2750 added ordinal numbers to the Windows DEF file and corrected the duplicated
2854 Corrected PNG_REMOVED macro to take five arguments.
2858 Corrected PNG_UNKNOWN_CHUNKS_SUPPORTED to PNG_HANDLE_AS_UNKNOWN_SUPPORTED
2860 Corrected protection of png_get_user_transform_ptr. The API declaration in
2907 disable. Corrected scripts/options.awk to handle both command line
2948 Errors in the 16-bit gamma correction (overflows) have been corrected.
2967 Corrected a number of recently introduced warnings mostly resulting from
3029 Also corrected zlib.vcxproj into which Visual Studio had introduced
3177 Corrected pngvalid gamma test "sample" function to access all of the color
3209 Corrected const_png_ in png.h to png_const_ to avoid polluting the namespace.
3217 Enhanced pngvalid, corrected an error in gray_to_rgb, corrected doc error.
3239 Corrected local variable type in new API png_process_data_skip()
3272 Corrected png_get_current_row_number documentation
3566 and true grey ones were not gamma corrected (the original value of the
3570 VU#477046, CVE-2011-3328, introduced in 1.5.4) have been corrected.
3575 the 8-bit non-gamma-corrected case (where consistency seems more important
3767 known bug of being unable to retrieve a corrected palette). It seems
3768 better to wait until the bugs, at least, are corrected.
3949 Corrected estimate of error in libpng png_set_rgb_to_gray API. The API is
4226 Corrected fix for unknown handling in pngtest. This reinstates the
4231 Added "tunknown" test and corrected a logic error in png_handle_unknown()
4238 Cleaned up and corrected ICC profile handling.
4239 contrib/libtests/makepng: corrected 'rgb' and 'gray' cases. profile_error
4289 builds, fixed build errors and corrected a minor exit code error in
4359 Again corrected attempt at overflow detection in png_set_unknown_chunks()
4405 Removed cc -E workround, corrected png_get_palette_max API Tested on
4443 Corrected Android builds and corrected libpng.vers with symbol
4453 Corrected simplified API default gamma for color-mapped output, added
4495 Corrected the test on user transform changes on read. It was in the
4499 Corrected a misplaced closing bracket in contrib/libtests/pngvalid.c
4501 Corrected length written to uncompressed iTXt chunks (Samuli Suominen).
5144 Corrected the width limit calculation in png_check_IHDR().
5361 pngvalid-standard test has been corrected so that it does not
5505 Corrected error in PNG_IMAGE_PNG_SIZE_MAX. This new macro underreported
5586 Corrected progressive read input buffer in pngvalid.c. The previous version