Home | History | Annotate | Download | only in libpng

Lines Matching refs:Avoid

204   added more conditions for png_do_background, to avoid changing
211 version number to 2 to avoid problems with libpng 0.89 apps (Greg Roelofs)
223 changed srgb_intent from png_byte to int to avoid compiler bugs
356 Revised png_read_rows() to avoid repeated if-testing for NULL (A Kleinert)
428 in png_set_rgb_to_gray() to avoid "promotion" problems in AIX.
459 Revised calculation of num_blocks in pngmem.c to avoid a potentially
716 Revised png_set_iCCP() and png_set_rows() to avoid prematurely freeing data.
768 Made PNG_NO_READ|WRITE_iTXt the default setting, to avoid memory
774 Revised pngset.c to avoid a problem with expanding the png_debug macro.
846 for indexed-color input files to avoid potential double-freeing trans array
996 Revised contrib/gregbook/rpng*-x.c to avoid a memory leak and to exit cleanly
1018 Fixed contrib/gregbook/rpng-x.c, rpng2-x.c to avoid crash with XFreeGC().
1047 avoid out-of-bounds memory reference caused by invalid PNG datastreams.
1148 "warning_message" to avoid namespace conflict.
1247 Used proper type png_fixed_point, to avoid problems on 16-bit platforms,
1336 Eliminated use of "abs()" in testing cHRM and gAMA values, to avoid
1384 Set png_ptr->zstream.data_type to Z_BINARY, to avoid unnecessary detection
1420 Initialized some structure members in pngwutil.c to avoid gcc-4.0.0 complaints
1565 Revised makefiles and configure to avoid making links to libpng.so.*
1577 Increased sprintf buffer from 50 to 52 chars in pngrutil.c to avoid
1604 Added one zero element to png_gamma_shift[] array in pngrtran.c to avoid
1617 Really increased sprintf buffer from 50 to 52 chars in pngrutil.c to avoid
1683 Added some (unsigned long) typecasts in pngtest.c to avoid printing errors.
1723 Revised unknown chunk handling to avoid storing unknown critical chunks.
1737 Changed some handling of unused parameters, to avoid compiler warnings.
1753 Changed handling of more unused parameters, to avoid compiler warnings.
1754 Removed some PNG_CONST in pngwutil.c to avoid compiler warnings.
1908 Avoid compiling pnggccrd.c on Intel-Apple platforms.
1963 Remove some PNG_CONST declarations from pngwutil.c to avoid compiler warnings
2034 Revised gather.sh and makefile.std in contrib/pngminim to avoid compiling
2100 Avoid reallocating big_row_buf and prev_row when the size does not increase.
2135 Avoid changing color_type from GRAY to RGB by
2200 Changed "purpose" and "buffer" to png_ptr->chunkdata to avoid memory leaking.
2219 Declared png_ptr "volatile" in pngread.c and pngwrite.c to avoid warnings.
2264 to avoid memory leak after memory failure while reading tEXt chunk.`
2338 interlaced file, to avoid a possible UMR.
2361 Renamed "gamma" to "png_gamma" in pngset.c to avoid "shadowed declaration"
2439 Avoid a possible NULL dereference in debug build, in png_set_text_2().
2640 Avoid deprecated references to png_ptr-io_ptr and png_ptr->error_ptr
2647 Updated CMakeLists.txt for consistent indentation and to avoid an
2667 to avoid a potential memory leak.
2702 Revised pngpread.c patch of beta05 to avoid an endless loop.