Lines Matching refs:pngrutil
192 relocated png_set_crc_action from pngrutil.c to pngrtran.c
287 Changed several typedefs in pngrutil.c
292 changed some typedefs (s_start, etc.) in pngrutil.c
307 Quieted compiler complaints about two empty "for" loops in pngrutil.c
326 Moved a misplaced pngrutil code block that truncates tRNS if it has more
344 Added max_pixel_depth=32 in pngrutil.c when using FILLER with palette images.
354 Corrected several statements that used side effects illegally in pngrutil.c
390 Fixed a problem in pngrutil.c: gray_to_rgb didn't always work with 16-bit.
396 Changed "bad adaptive filter type" from error to warning in pngrutil.c .
423 Fixed a bug in the check for valid IHDR bit_depth/color_types in pngrutil.c
442 Correct gamma with srgb is 45455 instead of 45000 in pngrutil.c, to be
464 Fixed type casting of igamma in pngrutil.c
483 Increase max_pixel_depth in pngrutil.c if a user transform needs it.
619 Fixed a libpng-1.0.5h bug in pngrutil.c that was issuing erroneous warnings
713 Changed several instances of PNG_NO_CONSOLE_ID to PNG_NO_STDIO in pngrutil.c
783 warnings instead of errors, as pngrutil.c does.
809 Added a check for overlength PLTE chunk in pngrutil.c.
811 indexing in pngrutil.c and pngwutil.c to accommodate a buggy compiler.
835 Changed PNG_NO_STDIO to PNG_NO_CONSOLE_IO, several places in pngrutil.c and
876 Fixed bugs in iCCP support in pngrutil.c and pngwutil.c.
900 Revised test for PNG_HAVE_PNG_SIGNATURE in pngrutil.c
1198 and about "Extra compressed data" in pngrutil.c.
1243 Removed some spurious assignments in pngrutil.c (Cosmin).
1251 Fixed definition of isnonalpha(), in pngerror.c and pngrutil.c (Cosmin).
1400 Inadvertently installed a supposedly faster test version of pngrutil.c
1407 Reverted pngrutil.c to version libpng-1.2.8beta5.
1424 Fixed an incorrect typecast in pngrutil.c
1577 Increased sprintf buffer from 50 to 52 chars in pngrutil.c to avoid
1617 Really increased sprintf buffer from 50 to 52 chars in pngrutil.c to avoid
1640 Changed "strtod" to "png_strtod" in pngrutil.c
1717 pngrutil.c and pngpread.c to use this structure.
1807 Copied optimized C code from pnggccrd.c to pngrutil.c, removed dependency
1824 Added info about pngrutil/pnggccrd/pngvcrd to png_get_header_version()
1842 Changed "png_free(str)" to "png_free(png_ptr,str)" in pngrutil.c WinCE
1855 Added png_warning() in pngrutil.c for short iCCP, iTXt, sPLT, or zTXT chunks.
1871 Fix some debugging statements in pnggccrd.c and pngrutil.c
1923 or part of pngrutil.c is selected.
2195 Moved local array "chunkdata" from pngrutil.c to the png_struct, so
2274 pngrutil.c, and pngwrite.c, and eliminated floating point cHRM checking.
2371 Fixed inconsistency in pngrutil.c, introduced in libpng-1.2.36. The