]> git.ipfire.org Git - thirdparty/zstd.git/commit
advanced decompression function replaces by normal streaming one
authorYann Collet <cyan@fb.com>
Tue, 4 Dec 2018 18:28:36 +0000 (10:28 -0800)
committerYann Collet <cyan@fb.com>
Tue, 4 Dec 2018 18:28:36 +0000 (10:28 -0800)
commit34e146f5482af7105d2f3539a3f2afb8b6c80c36
treeeec881ed33082d5c38f10952d55d0b7210f25a9b
parent6ced8f7c7cc3dacf80010aa16b75d489c5b6b5d1
advanced decompression function replaces by normal streaming one

advanced parameters compatible with ZSTD_decompressStream().
doc/zstd_manual.html
lib/decompress/zstd_decompress.c
lib/zstd.h
programs/benchzstd.c
tests/fuzzer.c
tests/paramgrill.c
tests/zstreamtest.c