Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
da9d3b7057eafb7e7e1ba4f3a1ac107dd170a213
/
lib
/
compress
/
zstd_compress.c
da9d3b7
Cleanup some errors in typedef comments and remove duplicated HOWTO from zbuff_decompress.c
by David Lam
· 8 years ago
23b6e05
ZSTD_malloc() and ZSTD_free(), to simplify customMem
by Yann Collet
· 8 years ago
e19a9ef
update compression level table
by Yann Collet
· 8 years ago
87c18b2
fixed multiple minor warnings for XCode
by Yann Collet
· 8 years ago
0d59a6f
removed debug strings
by Yann Collet
· 8 years ago
5a02b69
reinforced fix for huge files
by Yann Collet
· 8 years ago
96bdd87
fixed : compression bug on very large files
by Yann Collet
· 8 years ago
a3a47ec
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other
by inikep
· 8 years ago
a2cdffe
fixed wrong parameter issue
by Yann Collet
· 8 years ago
e416e30
remove unnecessary comments
by inikep
· 8 years ago
4e90f6c
removed ZSTD_LOG_ENCODE and ZSTD_LOG_BLOCK
by inikep
· 8 years ago
8a36f85
removed stats in debug mode
by inikep
· 8 years ago
24b68a5
update cLevel table for 256KB
by Yann Collet
· 8 years ago
c54692f
improved level 3
by Yann Collet
· 8 years ago
70e3b31
fixed playtests on os-x
by Yann Collet
· 8 years ago
cb32763
added sizeof CStream and DStream
by Yann Collet
· 8 years ago
c411902
fixed g++ conversion warning
by Yann Collet
· 8 years ago
53e17fb
updated streaming API
by Yann Collet
· 8 years ago
104e5b0
added : streaming decompression API
by Yann Collet
· 8 years ago
5a0c8e2
new streaming API (compression)
by Yann Collet
· 8 years ago
98e08cb
fixed: tree not updated after finding very long rep matches
by inikep
· 8 years ago
280f9a8
minor comment
by Yann Collet
· 8 years ago
0763905
ZSTD_compress_usingCDict() correctly provides original size by default in frame header
by Yann Collet
· 8 years ago
346efcc
fixed doc typo
by Yann Collet
· 8 years ago
3b2bd1d
zstd_opt uses same tables as zstd_compress
by Yann Collet
· 8 years ago
3c6b808
minor decompression speed gains
by Yann Collet
· 8 years ago
c0ce4f1
slightly improved compression speed
by Yann Collet
· 8 years ago
ed57d85
new seqStore
by Yann Collet
· 8 years ago
62470b4
Changed ZSTD_compressEnd()
by Yann Collet
· 8 years ago
19c1002
applied ZSTD_compressContinueThenEnd()
by Yann Collet
· 8 years ago
5b56739
created ZSTD_compressContinueThenEnd()
by Yann Collet
· 8 years ago
c991cc1
new frame end, 32-bits checksums
by Yann Collet
· 8 years ago
d4180ca
minor code refactoring
by Yann Collet
· 8 years ago
731ef16
minor code style refactoring
by Yann Collet
· 8 years ago
4110534
ZSTD_maxCLevel() is promoted to "stable" API (#254, by @FrancescAlted)
by Yann Collet
· 8 years ago
c154d9d
better support for large dictionaries (> 128 KB)
by Yann Collet
· 8 years ago
e4d0265
Replace remaining references to "direct mode" with "single segment mode"
by Eric Biggers
· 8 years ago
f8e7b53
unified encoding types
by Yann Collet
· 8 years ago
c2e1a68
changed streamNb order to 1-4-4-4
by Yann Collet
· 8 years ago
32faf6c
fixed conversion warnings
by Yann Collet
· 8 years ago
198e6aa
Literals header fields use little endian convention
by Yann Collet
· 8 years ago
6fa05a2
cBlockSize uses little-endian convention
by Yann Collet
· 8 years ago
5894ea8
updated cLevels
by Yann Collet
· 8 years ago
cf05b9d
ZSTD_getBlockSizeMax()
by Yann Collet
· 8 years ago
e557fd5
minor compression level corrections
by Yann Collet
· 8 years ago
6cacd34
minor formatting changes
by Yann Collet
· 8 years ago
98c8884
added target zstd in root Makefile
by Yann Collet
· 8 years ago
961b6a0
ZSTD_compressBlock() limits block size depending on windowLog parameter
by Yann Collet
· 8 years ago
227cc39
improved efficiency for large messages with small dictionaries
by Yann Collet
· 8 years ago
ea2ecdc
fixed issue with small dictionary
by Yann Collet
· 8 years ago
b23e1ce
removed debugging traces
by Yann Collet
· 8 years ago
8847238
simplified ZSTD_estimateCCtxSize()
by Yann Collet
· 8 years ago
69c2cdb
fixed conversion warning
by Yann Collet
· 8 years ago
2b1a363
changed macro name to ZSTDCLI_CLEVEL_DEFAULT
by Yann Collet
· 8 years ago
3c242e7
updated compression levels table
by Yann Collet
· 8 years ago
eed2081
fixed conversion warning
by Yann Collet
· 8 years ago
a43a854
updated paramgrill
by Yann Collet
· 8 years ago
73d74a0
fixed dfast strategy
by Yann Collet
· 8 years ago
45dc356
first version of doubleFast
by Yann Collet
· 8 years ago
3ae543c
added ZSTD_estimateCCtxSize()
by Yann Collet
· 8 years ago
52c04fe
removed `mem.h` dependency from `zstd.h` (experimental section)
by Yann Collet
· 8 years ago
d57dffb
ZSTD_storeSeq takes an U32 as offset type
by Yann Collet
· 8 years ago
302ff03
simplified repcodes for lazy_extDict
by Yann Collet
· 8 years ago
9634f67
fix lazy parser
by Yann Collet
· 8 years ago
92d7566
fix for fast mode
by Yann Collet
· 8 years ago
5e734ad
revert fix
by Yann Collet
· 8 years ago
0d5bf8f
fixed risk of segfault on very large files (multiple GB)
by Yann Collet
· 8 years ago
2fa9904
update specification and comments
by Yann Collet
· 8 years ago
c093208
fix : potential leak (#229)
by Yann Collet
· 8 years ago
6c6e175
use ZSTD_getParams() to simplify code
by Yann Collet
· 8 years ago
3d2cd7f
Introduced ZSTD_getParams() bench now uses ZSTD_createCDict_advanced()
by Yann Collet
· 8 years ago
d4f4e58
fixed ZSTD_decompressBlock() using multiple blocks
by Yann Collet
· 8 years ago
3755eb8
fixed strict-aliasing warning on gcc6
by Yann Collet
· 8 years ago
22d7632
minor refactor
by Yann Collet
· 8 years ago
a436a52
minor : fast_extDict does no longer skip first byte
by Yann Collet
· 8 years ago
4623d11
new correction, less extreme replacement value
by Yann Collet
· 8 years ago
5477cc2
fixed corruption error related to inter-blocks rep-offset
by Yann Collet
· 8 years ago
06d9a73
minor refactor, using `WILDCOPY_OVERLENGTH` macro instead of hard-coded 8
by Yann Collet
· 8 years ago
19cab46
Joined `seqStore` initialization at dispatch point
by Yann Collet
· 8 years ago
736d419
strengthened dict loading on decompresson side
by Yann Collet
· 8 years ago
52a0622
RepsCodes are saved into Dict
by Yann Collet
· 8 years ago
efd0b49
fixed fuzzer error (inter-block repeated offsets)
by Yann Collet
· 8 years ago
d059092
fixed conversion warnings
by Yann Collet
· 8 years ago
45c03c5
fixed corruption with inter-blocks repeated offsets
by Yann Collet
· 8 years ago
4266c0a
adding inter-blocks rep-offsets
by Yann Collet
· 8 years ago
43dfe01
Check `repIndex` for validity
by Yann Collet
· 8 years ago
9dd1274
`litBlockType_t` is an `enum`
by Yann Collet
· 8 years ago
302fb53
Removed `ZSTD_*_usingPrepared?Ctx()` declaration from public space
by Yann Collet
· 8 years ago
81e13ef
first implementation of the new dictionary API (untested)
by Yann Collet
· 8 years ago
2cc72f1
fixed initialization issue in bench
by Yann Collet
· 8 years ago
e3d5294
fixed initialization mismatch in `ZSTD_copyCCtx()`
by Yann Collet
· 8 years ago
142acbd
fixed minor visual conversion warning
by Yann Collet
· 8 years ago
673f0d7
new frame format, allowing custom window size
by Yann Collet
· 8 years ago
d0e2cd1
Merged `fse_static` into `fse.h` . Now requires `FSE_STATIC_LINKING_ONLY` macro.
by Yann Collet
· 8 years ago
130fe11
merged `huf_static.h` into `huf.h` . Requires `HUF_STATIC_LINKING_ONLY` macro.
by Yann Collet
· 8 years ago
49bb004
removed `ZSTD_highbit()` from `zstd_internal.h`, as it is only used by `zstd_compress.c`
by Yann Collet
· 8 years ago
d3b7f8d
Merged `zstd_static.h` into `zstd.h` . Now requires `ZSTD_STATIC_LINKING_ONLY` macro
by Yann Collet
· 8 years ago
3640396
fixed: deallocation of structures in case of error in ZBUFF_createCCtx and ZBUFF_createDCtx
by inikep
· 8 years ago
3763c77
defaultCustomNULL replaced with defaultCustomMem
by inikep
· 8 years ago
36fac00
removed calloc calls from lib/
by inikep
· 8 years ago
Next »