Home | History | Annotate | Download | only in libpng

Lines Matching refs:png

5   added reader into png.h
48 changed pngtest.png for zlib 0.93
56 moved png_info_init() to png.c
126 added external C++ wrapper statements to png.h (Gilles Dauphin)
127 allow PNG file to be read when some or all of file signature has already
146 fixed bug in PNG file signature compares when start != 0
170 more description of info_struct in libpng.txt and png.h
233 added a number of functions to access information from the png structure
248 Added UNIX manual pages libpng.3 (incorporating libpng.txt) and png.5.
265 Added a space in png.h prototype for png_write_chunk_start()
266 Replaced pngtest.png with one created with zlib 1.1.1
332 png.h (Greg).
371 Added tests in png.h to include "trans" and "trans_values" in structures
374 Moved png_convert_to_rfc_1123() from pngwrite.c to png.c
395 Added #ifdef PNG_DEBUG/#endif surrounding use of PNG_DEBUG in png.h .
409 Removed misplaced #endif and #ifdef PNG_NO_EXTERN near the end of png.h
410 Added "if" tests to silence complaints about unused png_ptr in png.h and png.c
411 Changed "check_if_png" function in example.c to return true (nonzero) if PNG.
417 Added a statement of Y2K compliance in png.h, libpng.3, and Y2KINFO.
431 Updated documentation to refer to the PNG-1.2 specification.
441 Corrected the typedef for png_free_ptr in png.h (Jesse Jones).
443 consistent with PNG-1.2, and allow variance of 500 before complaining.
449 (Greg Roelofs, in "PNG: The Definitive Guide").
452 Replaced 2147483647L several places with PNG_MAX_UINT macro, defined in png.h
457 (Greg Roelofs, in "PNG: The Definitive Guide"). Deleted the 1.0.3a aliases.
458 Relocated start of 'extern "C"' block in png.h so it doesn't include pngconf.h
470 Delete #define PNG_INTERNAL and include "png.h" from pngasmrd.h
473 Copied the PNG copyright and license to a separate LICENSE file.
474 Revised documentation, png.h, and example.c to remove reference to
475 "viewing_gamma" which no longer appears in the PNG specification.
481 Added a copy of pngnow.png to the distribution.
489 Added a "png_check_version" function in png.c and pngtest.c that will generate
490 a helpful compiler error if an old png.h is found in the search path.
494 Removed unused PLTE entries from pngnow.png
502 Changed png_get_header_version() from a function to a macro in png.h
525 Moved png_get_header_version from png.h to png.c, to accommodate ansi2knr.
528 png_get_header_ver() in png.c. Moved png_sig to png_sig_bytes in png.c and
535 Changed the PNG_sRGB_INTENT macros in png.h to be consistent with PNG-1.2.
538 Add type cast (png_const_charp) two places in png.c
572 Fixed "png_free_spallettes" typo in png.h
646 Removed superfluous prototype for png_get_itxt from png.h
679 Simplified the code that detects old png.h in png.c and pngtest.c
702 Added a check for info_ptr->free_me&PNG_FREE_TEXT when freeing text in png.c
719 Removed superfluous prototype for png_set_itxt from png.h
772 pngconf.h in png.h.
838 Removed unused "#include <assert.h>" from png.c
850 Added the files pngbar.png and pngbar.jpg to the distribution.
869 Updated png.rc in dll/msvc project
881 Set VS_FF_PRERELEASE and VS_FF_PATCHED flags in msvc/png.rc when appropriate.
884 Revised PNG_LIBPNG_BUILD_TYPE macro in png.h, used in the msvc project.
892 Added support for filter method 64 (for PNG datastreams embedded in MNG).
896 help prevent applications from using MNG features in PNG datastreams.
985 Added a check for attempts to read or write PLTE in grayscale PNG datastreams.
1040 the user malloc_fn, to agree with the prototype in png.h
1047 avoid out-of-bounds memory reference caused by invalid PNG datastreams.
1055 libpng.a, libpng12.so (not libpng.so.3), and libpng12/png.h
1058 the limit for PNG unsigned 32-bit integers when encoded.
1073 Removed unused png_write_destroy_info prototype from png.h
1090 Revised makefiles to put png.h and pngconf.h only in $prefix/include/libpngNN
1154 Removed "PNGAPI" from png_zalloc() and png_zfree() in png.c
1195 Replaced toucan.png in contrib/gregbook (it has been corrupt since 1.0.11)
1201 Updated png.c and pnggccrd.c handling of return from png_mmx_support()
1239 Optimized vacuous tests that silence compiler warnings, in png.c (Cosmin).
1259 values in png.c (Simon-Pierre, Cosmin).
1261 Replaced PNG_LIBPNG_VER_MAJOR with PNG_LIBPNG_VER_DLLNUM in png.rc
1264 of the other PNG_LIBPNG_VER_... symbols in png.h (Cosmin).
1277 and projects/visualc6/png.rc to scripts/pngw32.rc (Cosmin).
1340 Moved "PNG_HANDLE_CHUNK_*" macros out of PNG_INTERNAL section of png.h
1347 section of png.h where they were inadvertently placed in version rc3.
1354 PNG Spec (second edition) and the PNG ISO/IEC Standard.
1357 causes libpng to write PNG files with incorrect zlib header bytes.
1374 Comment out with #ifdef/#endif png_info_init in png.c and png_read_init
1382 Fixed (again) definition of PNG_LIBPNG_VER_DLLNUM in png.h (Cosmin).
1383 Added PNG_LIBPNG_BUILD_PRIVATE in png.h (Cosmin).
1395 Moved handling of BUILD macros from pngconf.h to png.h
1396 Added definition of PNG_LIBPNG_BASE_TYPE in png.h, inadvertently
1402 Added two missing "\" in png.h
1423 Updated references to png-mng-implement mailing list.
1433 Optimized zlib window flag (CINFO) in contrib/pngsuite/*.png (Cosmin).
1490 in png.h.
1564 writing an embedded PNG without the 8-byte signature.
1597 Added prototypes for PNG_INCH_CONVERSIONS functions to png.h
1838 unable to read valid PNG files, and filtering is at the heart of the
1839 PNG format.
1928 Compile png_mmx_support() in png.c even when PNG_NO_MMX_CODE is defined.
2019 Ifdef out avg_row etc from png.h and pngwrite.c when PNG_NO_WRITE_FILTER
2139 Fix broken URL for rfc2083 in png.5 and libpng-*.txt
2273 Added png_check_cHRM_fixed() in png.c and moved checking from pngget.c,
2333 Revised order of #ifdef's and indentation in png_debug definitions of png.h
2346 Relocated misplaced PNG_1_0_X define in png.h that caused the prototype
2408 because the ISO PNG specification has a typo in the tRNS table.
2436 Added a prototype for png_64bit_product() in png.c
2443 Relocated new png_64_bit_product() prototype into png.h
2476 Moved redundant IHDR checking into new png_check_IHDR() in png.c
2508 many "#if defined(x)" to "#ifdef x" in png.h and pngconf.h.
2567 to prevent warnings about direct access to png structs by libpng
2612 to put png.h and pngconf.h in $prefix/include, like the other scripts,
2739 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
2741 https://lists.sourceforge.net/lists/listinfo/png-mng-implement