Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
2db1eb78e9101a8968962f4111778949b5aca543
2db1eb7
reordered functions
by inikep
· 9 years ago
e5b6e9e
fixed support for searchLength=4
by inikep
· 9 years ago
7571685
MINMATCH=3 for lazy strategy
by inikep
· 9 years ago
7bc19b6
MINMATCH=3
by inikep
· 9 years ago
f8a339d
working ZSTD_compressBlock_opt_extDict_generic
by inikep
· 9 years ago
83417bb
code formatting
by inikep
· 9 years ago
5ce00ae
ZSTD_compressBlock_opt_extDict_generic in progress
by inikep
· 9 years ago
faa8d8a
introduced ZSTD_compressBlock_greedy
by inikep
· 9 years ago
908fcb3
3 repcodes with ZSTD_compressBlock_lazy_extDict_generic
by inikep
· 9 years ago
a4385aa
ZSTD_REP_NUM=3 only
by inikep
· 9 years ago
d5359b2
Merge remote-tracking branch 'refs/remotes/origin/repcodes' into dev
by inikep
· 9 years ago
ba73d1b
support for ZSTD_REP_NUM=3
by inikep
· 9 years ago
74e3a7b
removed kSlotNew
by inikep
· 9 years ago
b353279
experiments with ZSTD_decodeSequence
by inikep
· 9 years ago
2ec2698
working 4 reps
by inikep
· 9 years ago
19140cd
zstd_stats.h moved to .debug/
by inikep
· 9 years ago
d6f208b
improved logging
by inikep
· 9 years ago
78e5204
Merge remote-tracking branch 'refs/remotes/origin/dev' into repcodes
by inikep
· 9 years ago
cb70c8a
fixed -Werror,-Wconversion warning
by inikep
· 9 years ago
0c7456c
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev
by inikep
· 9 years ago
227dd4b
changed price estimation for optimal parser
by inikep
· 9 years ago
8a57b92
changed `contentLog` -> `chainLog`
by Yann Collet
· 9 years ago
1005fc1
reduced memory usage of very hich compression levels in 32-bits mode
by Yann Collet
· 9 years ago
19bd48f
Merge from Cyan4973/dev060
by inikep
· 9 years ago
1535414
Fixed 32-bits windowLog limitation Fixed some macro errors in zbufftest
by Yann Collet
· 9 years ago
9bf7016
minor variable isolation
by Yann Collet
· 9 years ago
fd265ca
minor cli correction (arguments are `const char*`)
by Yann Collet
· 9 years ago
3846108
code refactorization, for better clarity and reliability
by Yann Collet
· 9 years ago
541cf19
minor variable isolation
by Yann Collet
· 9 years ago
15bc943
stronger zbuff synchronization tests
by Yann Collet
· 9 years ago
3f73a27
Merge pull request #159 from Cyan4973/alternate3
by Yann Collet
· 9 years ago
5a88a70
fixed buffer sync error in zbuff
by Yann Collet
· 9 years ago
ef36390
refined exception for hashlog < min
by Yann Collet
· 9 years ago
40358d0
Fix : rare bugs when hashLog < min in bt mode
by Yann Collet
· 9 years ago
fe56eb9
removed unwanted files
by Yann Collet
· 9 years ago
31feb74
Merge pull request #158 from Cyan4973/alternate3
by Yann Collet
· 9 years ago
1d803d8
fixed zbuff error 775-3 (internal buffer management)
by Yann Collet
· 9 years ago
efb1830
fixed minor visual 32-64bits conversion warning
by Yann Collet
· 9 years ago
afa60e0
fixed decoding error, reported by Maciej Adamczyk
by Yann Collet
· 9 years ago
27caf2a
minor variable isolation
by Yann Collet
· 9 years ago
9bb87e5
fixed harmless comparison warning
by Yann Collet
· 9 years ago
51d5004
fixed paramgrill
by Yann Collet
· 9 years ago
dd6466a
fixed clang conversion warning
by Yann Collet
· 9 years ago
3b71925
separate params into compressionParams and frameParams
by Yann Collet
· 9 years ago
21588e3
changed validateParams() into checkParams() + adjustParams()
by Yann Collet
· 9 years ago
1c556a3
ticksPerSecond=0
by inikep
· 9 years ago
33ad251
removed clock_gettime (not portable)
by inikep
· 9 years ago
4611d11
added -lrt required by clock_gettime
by inikep
· 9 years ago
4c12f23
support for QueryPerformanceCounter and clock_gettime
by inikep
· 9 years ago
06f793a
fix for BMK_clockSpan on Windows
by inikep
· 9 years ago
b44be74
Fixed zdict more dictionary compression tests
by Yann Collet
· 9 years ago
74bd119
fixed ARM compatibility
by Yann Collet
· 9 years ago
b915140
fixed 32-bits compatibility
by Yann Collet
· 9 years ago
a5b66e3
minor variable isolation and remove a goto
by Yann Collet
· 9 years ago
b58c685
fixed : fullbench link to deprecate function (wrong prototype)
by Yann Collet
· 9 years ago
97c88e7
fix for -Wshorten-64-to-32 warning in ZSTD_statsUpdatePrices
by inikep
· 9 years ago
5553442
fixed compilation with ZSTD_NOBENCH
by inikep
· 9 years ago
433a5cc
improved decompression speed (680)
by Yann Collet
· 9 years ago
5cc4efd
created zstd_stats.h
by inikep
· 9 years ago
646693e
support for alternate offset (fusion)
by Yann Collet
· 9 years ago
b21ce15
minor variables isolation
by Yann Collet
· 9 years ago
7cbe79a
fixed write overflow found by fuzzer
by Yann Collet
· 9 years ago
72d706a
fixed crash at -O3 with customized block size (wrong alignment)
by Yann Collet
· 9 years ago
eaba91a
added ZSTD_compressBegin_targetSrcSize
by inikep
· 9 years ago
862a859
Added BMI instructions
by Yann Collet
· 9 years ago
7adceef
hashLog3 added to ZSTD_CCtx
by inikep
· 9 years ago
6cf45da
shared const BIT_mask
by Yann Collet
· 9 years ago
3c01786
minor optimization (DSpeed 665)
by Yann Collet
· 9 years ago
2512597
minor reordering (DSpeed 665)
by Yann Collet
· 9 years ago
afab020
improved decoding speed (660)
by Yann Collet
· 9 years ago
472638c
added mili_sleep and setHighPriority
by inikep
· 9 years ago
fd69225
bench : added HIGH_PRIORTY
by Yann Collet
· 9 years ago
9c34df9
new decodeSequence, merging parts
by Yann Collet
· 9 years ago
add08d6
minor variation - DSpeed at 640
by Yann Collet
· 9 years ago
be39143
first working version with both encoder and decode alternate LL + ML coding scheme.
by Yann Collet
· 9 years ago
2872b6f
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev
by inikep
· 9 years ago
5192b3e
#define _POSIX_C_SOURCE 199309L
by inikep
· 9 years ago
fadda6c
first prototype with ML encoding scheme (but not yet decoding scheme)
by Yann Collet
· 9 years ago
2b94288
improved 4reps in ZSTD_compressBlock_lazy_generic
by inikep
· 9 years ago
1dcf930
Merge branch 'dev060' into alternateLLcode
by Yann Collet
· 9 years ago
5a854af
Fixed #153, reported by @thatsafunnyname
by Yann Collet
· 9 years ago
f2fa0e1
final repcodes for ZSTD_btopt
by inikep
· 9 years ago
378be62
better repcodes
by inikep
· 9 years ago
fc1d7bd
changed update logic of repcodes
by inikep
· 9 years ago
e7ec8f2
improved ratio
by inikep
· 9 years ago
be4605d
improved decompression speed
by Yann Collet
· 9 years ago
e91477c
minor variable isolation
by Yann Collet
· 9 years ago
b0aec17
code simplification (but reduce decompression speed ...)
by Yann Collet
· 9 years ago
5c71491
first working version with alternate LL codes
by Yann Collet
· 9 years ago
6c62b7d
support default LL distribution
by Yann Collet
· 9 years ago
d64f435
handles litLength >= 65535
by Yann Collet
· 9 years ago
597847a
first emulation
by Yann Collet
· 9 years ago
ecabfe3
Improved index overflow protection
by Yann Collet
· 9 years ago
5244738
minor code refactoring
by Yann Collet
· 9 years ago
de406ee
minor code refactor
by Yann Collet
· 9 years ago
516ba88
updated huff0
by Yann Collet
· 9 years ago
a5c2c08
code refactoring
by Yann Collet
· 9 years ago
70e4577
minor code refactoring
by Yann Collet
· 9 years ago
c6eea2b
Improved speed for small files
by Yann Collet
· 9 years ago
e74215e
performance fix for small files
by Yann Collet
· 9 years ago
Next »