Lines Matching refs:chunk
133 current chunk name is now available in png_struct to reduce the number
136 try to get ready for unknown-chunk callback functions:
137 - previously read critical chunks are flagged, so the chunk handling
138 routines can determine if the chunk is in the right place
139 - all chunk handling routines have the same prototypes, so we will
159 added new pCAL chunk read/write support
172 more chunk types tested in pngtest.c
173 renamed pngrcb.c to pngset.c, and all png_read_<chunk> functions to be
174 png_set_<chunk>. We now have corresponding png_get_<chunk>
186 added read of CRC after IEND chunk for embedded PNGs (Laszlo Nyul)
215 fixed memory leaks in pCAL chunk processing (Glenn R-P and John Bowler)
256 Check for overlength tRNS chunk present when indexed-color PLTE is read.
388 Fixed a bug in pngtest.c that caused pngtest to try to write a tIME chunk
389 even when no tIME chunk was present in the source file.
570 Added sCAL chunk support (Eric S. Raymond).
581 Unknown chunk handling is now supported.
601 Restored backward compatibility of tEXt/zTXt chunk processing:
610 and to write the iTXt chunk after IDAT if it appears in the end_ptr.
622 Define png_get_int_32 when oFFs chunk is supported as well as when pCAL is.
809 Added a check for overlength PLTE chunk in pngrutil.c.
813 when it tries to read an erroneous PhotoShop iCCP chunk.
907 Revised the iCCP chunk reader to ignore trailing garbage.
992 Check for missing profile length field in iCCP chunk and free chunk_data
993 in case of truncated iCCP chunk.
1010 Added tests to prevent pngwutil.c from writing a bKGD or tRNS chunk with
1048 Added a check for prefix_length > data_length in iCCP chunk handler.
1290 Changed sPLT failure action from png_error to png_warning and abandon chunk.
1310 duplicate chunk types to go undetected.
1359 Fixed bug with sCAL chunk and big-endian machines (David Munro).
1591 after another intervening chunk type.
1627 Fix potential buffer overflow in sPLT chunk handler.
1715 Added png_ptr->unknown_chunk to hold working unknown chunk data, so it
1716 can be free'ed in case of error. Revised unknown chunk handling in
1723 Revised unknown chunk handling to avoid storing unknown critical chunks.
1745 instead of key in zTXt chunk (Kevin Ryde).
2038 Fixed bug with unknown chunk handling, introduced in version 1.2.17rc2
2113 Reject tRNS chunk with out-of-range samples instead of masking off
2117 Revised documentation about unknown chunk and user chunk handling.
2118 Keep tRNS chunk with out-of-range samples and issue a png_warning().
2185 Merge reading of chunk length and chunk type into a single 8-byte read.
2186 Merge writing of chunk length and chunk type into a single 8-byte write.
2264 to avoid memory leak after memory failure while reading tEXt chunk.`
2380 Relocated misplaced #endif in pngwrite.c, sCAL chunk handler.
2407 multiple times and to specify the sample order in the tRNS chunk,
2415 pngconf.h, and moved the various unknown chunk macro definitions
2453 Reject attempt to write iCCP chunk with negative embedded profile length
2464 Fixed incorrect #ifdef in pngset.c regarding unknown chunk support.
2699 Stop memory leak when reading a malformed sCAL chunk.
2721 Check for sCAL chunk too short.