zstd/lib/compress
Yann Collet a0ba849fe6 changed frameContentSize field to pledgedSrcSizePlusOne
pledgedSrcSize is proper : it's a promise, not yet fulfilled.
It will be controlled at the end.

PlusOne is meant to have 0 (default) == unknown
2017-06-16 13:29:17 -07:00
..
fse_compress.c Explicitly convert scratchBuffer to unsigned* 2017-04-04 16:35:31 -07:00
huf_compress.c [zstd] Fix up formatting edge cases for clang-format 2017-05-24 13:50:10 -07:00
zstd_compress.c changed frameContentSize field to pledgedSrcSizePlusOne 2017-06-16 13:29:17 -07:00
zstd_opt.h move MEM_readMINMATCH() into zstd_opt.h 2017-05-23 15:41:55 -07:00
zstdmt_compress.c fixed : calling ZSTD_compress_generic() to end-flush a stream in multiple steps 2017-06-16 11:58:21 -07:00
zstdmt_compress.h linked newAPI to ZSTDMT 2017-06-05 18:32:48 -07:00