Lines Matching refs:functions

53   cleaned up zTXt reader and writer (using zlib's Reset functions)
84 added functions to manually set filtering and compression info
88 changed external functions passing floats to doubles (k&r problems?)
101 added i/o, error, and memory callback functions
118 added callbacks for read/write and warning/error functions
126 Changed warning/error callback functions to fix bug - this means you
142 Separated read and write functions so that they won't both be linked
161 Try to get ready for unknown-chunk callback functions:
167 Removed png_large_malloc, png_large_free, and png_realloc functions.
186 Removed old png_set_rgbx() and png_set_xrgb() functions that have been
198 Renamed pngrcb.c to pngset.c, and all png_read_<chunk> functions to be
200 functions in pngget.c to get information in info_ptr. This isolates
258 Added a number of functions to access information from the png structure
418 Added capability for user-provided malloc_fn() and free_fn() functions,
444 Added png_set_rgb_to_gray() and png_get_rgb_to_gray_status() functions.
445 Added png_get_copyright() and png_get_header_version() functions.
515 Added new png_expand functions to scripts/pngdef.pas and pngos2.def
609 with trailing compressed parts easier in the future, and added new functions
647 fixed-point functions such as png_set_gAMA_fixed() were added.
693 Added functions png_set_read_user_chunk_fn() and png_get_user_chunk_ptr()
698 Added high-level functions png_read_png(), png_write_png(), png_free_pixels().
732 Fixed some mistakes in the unused and undocumented INCH_CONVERSIONS functions
777 Revised documentation to remove reference to abandoned png_free_chnk functions
823 Added documentation of user memory functions in libpng.txt/libpng.3
856 Added PNGAPI macro, and added it to the definitions of all exported functions.
889 Changed names of png_default_*() functions in pngtest to pngtest_*().
891 Fixed some bugs in the unused PNG_INCH_CONVERSIONS functions in pngget.c
1073 Removed PNGAPI from several functions whose prototypes did not have PNGAPI.
1152 WINCE functions.
1326 functions.
1454 Added png_sizeof() and png_convert_size() functions.
1635 with the newly exported functions.
1779 Added prototypes for PNG_INCH_CONVERSIONS functions to png.h
1811 Check all exported functions for NULL png_ptr.
1832 Always export MMX asm functions, just stubs if not building pnggccrd.c
1962 Removed deprecated functions png_read_init, png_write_init, png_info_init,
1976 Updated scripts/pngw32.def to comment out MMX functions.
2033 functions png_get_io_chunk_name() and png_get_io_state() in pngget.c
2059 pngconf.h, and used it in all memory allocation functions (Cosmin).
2080 Check all exported functions for NULL png_ptr.
2290 Eliminated deprecated png_read_init_3() and png_write_init_3() functions.
2294 the new png_read_cleanup() and png_write_cleanup() functions inline.
2491 functions while building libpng. They need to be tested, especially
2524 so that only PNG_EXPORT functions are exported.
2669 Added png_set|get_chunk_malloc_max() functions.
2838 Added PNG_{READ,WRITE}_INT_FUNCTIONS_SUPPORTED. This allows the functions
2840 which allows libpng to be built with the functions even though the default
2843 functions weren't in the default build.)
2844 Changed Windows calling convention back to __cdecl for API functions.
2847 __cdecl throughout (both API functions and callbacks) on Windows/x86
2981 Implemented remaining "_fixed" functions.
3011 Made all API functions that have const arguments and constant string
3100 Used a consistent structure for the pngget.c functions.
3212 prototypes for most png_get_*() functions.
3216 Added synopses for the IO_STATE functions and other missing synopses
3317 Added API functions to set parameters for zlib compression of non-IDAT
3321 Updated scripts/symbols.def with new API functions.
3350 calls to spurious functions if all transforms are disabled and slightly
3351 simplifies those functions. Pngvalid modified to handle this.
3382 functions were added to claim/release the z_stream and, hopefully, make