]> git.ipfire.org Git - thirdparty/zstd.git/commit
created ZSTD_compress2() and ZSTD_compressStream2()
authorYann Collet <cyan@fb.com>
Fri, 30 Nov 2018 19:16:26 +0000 (11:16 -0800)
committerYann Collet <cyan@fb.com>
Fri, 30 Nov 2018 19:25:56 +0000 (11:25 -0800)
commitd8e215cbee03b038fffe74aebad63b625c42f23c
tree1516fe5276a75da24ee8de971e81cc8b4a6325a2
parentd3a0c7125953e2da5a6a5881352403c02be93224
created ZSTD_compress2() and ZSTD_compressStream2()

ZSTD_compress_generic() is renamed ZSTD_compressStream2().

Note that, for the time being,
the "stable" API and advanced one use different parameter planes :
setting parameters using the advanced API does not influence ZSTD_compressStream()
and using ZSTD_initCStream() does not influence parameters for ZSTD_compressStream2().
12 files changed:
doc/zstd_manual.html
lib/compress/zstd_compress.c
lib/zstd.h
programs/benchzstd.c
programs/fileio.c
tests/fullbench.c
tests/fuzz/simple_round_trip.c
tests/fuzz/stream_round_trip.c
tests/fuzzer.c
tests/paramgrill.c
tests/roundTripCrash.c
tests/zstreamtest.c