Home | History | Annotate | Download | only in libpng

Lines Matching full:chunks

123   made CRC errors/warnings on critical and ancillary chunks configurable
137 - previously read critical chunks are flagged, so the chunk handling
140 be able to handle all chunks via a callback mechanism
461 Added a check in pngset.c to prevent writing multiple tIME chunks.
547 structure; refactored the inflate/deflate support to make adding new chunks
551 NOTE: Applications that write text chunks MUST define png_text->lang
553 write tEXt or zTXt chunks. If you want your application to be able to
573 Added code to handle new chunks in pngpread.c
591 unknown chunks in pngwrite.c
618 Eliminated erroneous warnings about multiple sPLT chunks and sPLT-after-PLTE.
626 for setting a callback function to handle unknown chunks and for
706 In the code that checks for over-length tRNS chunks, added check of
721 Changed several png_errors about malformed ancillary chunks to png_warnings.
748 the high-level interface, and unknown chunks support (all new in 1.0.6).
826 Fixed bugs in pngwrite.c and pngwutil.c that prevented writing iCCP chunks.
910 Improved handling of out-of-spec garbage iCCP chunks generated by PhotoShop.
1194 Added code to contrib/gregbook/readpng2.c to ignore unused chunks.
1252 Fixed handling of unknown chunks that come after IDAT (Cosmin).
1590 Allow zero-length IDAT chunks after the entire zlib datastream, but not
1723 Revised unknown chunk handling to avoid storing unknown critical chunks.
1855 Added png_warning() in pngrutil.c for short iCCP, iTXt, sPLT, or zTXT chunks.
2110 unknown chunks.
2182 Added demo of decoding vpAg and sTER chunks to pngtest.c, from 1.4.0beta19.
2411 available for ignoring known chunks even when not saving unknown chunks.
2712 Check for up->location !PNG_AFTER_IDAT when writing unknown chunks