]> git.ipfire.org Git - thirdparty/zstd.git/commit
ZSTD_decodingBufferSize_min()
authorYann Collet <cyan@fb.com>
Sat, 9 Sep 2017 08:03:29 +0000 (01:03 -0700)
committerYann Collet <cyan@fb.com>
Sat, 9 Sep 2017 08:03:29 +0000 (01:03 -0700)
commit058ed2ad3349187e985a481b6db654952729c307
tree9002965b6132e9c7d83845b8b40b6b93c1a95bfe
parent3128e03be69b9d3db054a3765ae1310c7b3666f6
ZSTD_decodingBufferSize_min()

supporting function for bufferless streaming API (ZSTD_decompressContinue())
makes it possible to correctly size a round buffer for decoding using this API.

also : added field blockSizeMax within ZSTD_frameHeader,
as it's a necessary information to know when to restart at beginning of decoding buffer.
doc/zstd_manual.html
lib/decompress/zstd_decompress.c
lib/zstd.h
tests/fuzzer.c
zlibWrapper/Makefile