zstd/lib/compress
Yann Collet 153bc1c004 removed limit ZSTD_TARGETLENGTH_MAX
this makes it possible to specify extremely large negative compression levels,
achieving the side effect as "no compression".

It will also be possible to define larger targetlength for ultra compression mode.

There is no adverse side effect due to removing this limit.
2018-03-21 15:50:05 -07:00
..
fse_compress.c removed huf_compress_impl.h 2018-03-13 14:14:05 -07:00
huf_compress.c removed huf_compress_impl.h 2018-03-13 14:14:05 -07:00
zstd_compress_internal.h Merge branch 'dev' into advancedDecompress 2018-03-21 06:08:28 -07:00
zstd_compress.c removed limit ZSTD_TARGETLENGTH_MAX 2018-03-21 15:50:05 -07:00
zstd_double_fast.c Split the window state into substructure 2018-02-26 13:29:57 -08:00
zstd_double_fast.h Split ZSTD_CCtx into smaller sub-structures 2018-01-16 11:17:50 -08:00
zstd_fast.c added negative compression levels 2018-03-11 05:21:53 -07:00
zstd_fast.h Split ZSTD_CCtx into smaller sub-structures 2018-01-16 11:17:50 -08:00
zstd_lazy.c Split the window state into substructure 2018-02-26 13:29:57 -08:00
zstd_lazy.h Split ZSTD_CCtx into smaller sub-structures 2018-01-16 11:17:50 -08:00
zstd_ldm.c Merge pull request #1057 from facebook/lrmSettings 2018-03-21 05:59:39 -07:00
zstd_ldm.h Merge pull request #1057 from facebook/lrmSettings 2018-03-21 05:59:39 -07:00
zstd_opt.c Split the window state into substructure 2018-02-26 13:29:57 -08:00
zstd_opt.h Split ZSTD_CCtx into smaller sub-structures 2018-01-16 11:17:50 -08:00
zstdmt_compress.c Merge branch 'dev' into advancedDecompress 2018-03-21 06:08:28 -07:00
zstdmt_compress.h Merge branch 'dev' into advancedDecompress 2018-03-21 06:08:28 -07:00