Home | History | Annotate | Download | only in libpng

Lines Matching refs:pngset

173   renamed pngrcb.c to pngset.c, and all png_read_<chunk> functions to be
255 unused png_ptr, mostly in pngget.c and pngset.c.
323 Fixed a bug in pngset.c, introduced in version 0.99c, that sets rowbytes
461 Added a check in pngset.c to prevent writing multiple tIME chunks.
513 Revised pngset.c so that it does not allocate or free memory in the user's
774 Revised pngset.c to avoid a problem with expanding the png_debug macro.
999 Use png_malloc instead of png_zalloc to allocate palette in pngset.c
1131 Fixed bug in reporting number of channels in pngget.c and pngset.c,
1696 Deleted a redundant line from pngset.c.
1951 <= compare with unsigned var in pngset.c, should be ==.
1977 Fixed string length error in pngset.c (caused crashes while decoding iCCP)
1993 Reduced number of invocations of png_strlen() in pngset.c.
2001 Fixed off-by-one error in pngset.c
2047 Fixed some continue-after-malloc-failure errors in pngset.c (David Hill)
2220 Added code in pngset.c to quiet compiler warnings.
2326 Fix typo in new png_memset call in pngset.c (png_color should be png_charp)
2361 Renamed "gamma" to "png_gamma" in pngset.c to avoid "shadowed declaration"
2464 Fixed incorrect #ifdef in pngset.c regarding unknown chunk support.
2473 Removed some editing cruft from pngset.c and pngwutil.c.
2478 Eliminated useless call to png_check_cHRM() from pngset.c
2633 in pngset.c to be consistent with other changes in version 1.2.38.