Lines Matching refs:frames
70 Multiple frames can be appended into a single file or stream.
77 Unlike frames, each block depends on previous blocks for proper decoding.
83 - [Frames](#frames)
84 - [Zstandard frames](#zstandard-frames)
89 - [Skippable frames](#skippable-frames)
98 Each frame is independent and can be decompressed independently of other frames.
99 The decompressed content of multiple concatenated frames is the concatenation of
103 Zstandard frames and Skippable frames.
104 Zstandard frames contain compressed data, while
105 skippable frames contain custom user metadata.
107 ## Zstandard frames
347 (see [Zstandard Frames](#zstandard-frames)).
965 Skippable frames allow the insertion of user-defined metadata
966 into a flow of concatenated frames.
968 Skippable frames defined in this specification are compatible with [LZ4] ones.
972 From a compliant decoder perspective, skippable frames need just be skipped,
976 can be used to watermark a stream of concatenated frames
978 Users wary of such possibility should scan the stream of concatenated frames
986 This specification doesn't detail any specific tagging for skippable frames.
1662 …acebook/zstd/tree/v1.3.4/tests#decodecorpus---tool-to-generate-zstandard-frames-for-decoder-testing
1664 `decodeCorpus` generates random valid frames.