Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
d9c7e67125d95d751e934870fdf611fbe0995934
d9c7e67
Assert that Dict and Current Window are Adjacent in Index Space
by W. Felix Handte
· 6 years ago
298d24f
Make loadedDictEnd an Index, not the Dict Len
by W. Felix Handte
· 6 years ago
7ef85e0
Fixes in re Comments
by W. Felix Handte
· 6 years ago
582b7f8
Don't Attach Empty Dict Contents
by W. Felix Handte
· 7 years ago
9c92223
Avoid Undefined Behavior in Match Ptr Calculation
by W. Felix Handte
· 7 years ago
a44ab3b
Remove Out-of-Date Comment
by W. Felix Handte
· 7 years ago
95bdf20
Moar Renames
by W. Felix Handte
· 7 years ago
7e0402e
Also Attach Dict When Source Size is Unknown
by W. Felix Handte
· 7 years ago
3ba70cc
Clear the Dictionary When Sliding the Window
by W. Felix Handte
· 7 years ago
b05ae9b
Refine ip Initialization to Avoid ARM Weirdness
by W. Felix Handte
· 7 years ago
1a7b34e
Use New Index Invariant to Simplify Conditionals
by W. Felix Handte
· 7 years ago
2d598e6
Force Working Context Indices Greater than Dict Indices
by W. Felix Handte
· 7 years ago
d005e5d
Whitespace Fix
by W. Felix Handte
· 7 years ago
154eb09
Switch to Original Match Calc for noDict Repcode Check
by W. Felix Handte
· 7 years ago
191fc74
Rename 'hasDict' to 'dictMode'
by W. Felix Handte
· 7 years ago
ae4fcf7
Respond to PR Comments; Formatting/Style/Lint Fixes
by W. Felix Handte
· 7 years ago
ca26cec
Rename and Reformat
by W. Felix Handte
· 7 years ago
66bc1ca
Change Cut-Off to 8 KB
by W. Felix Handte
· 7 years ago
c31ee3c
Fix Rep Code Initialization
by W. Felix Handte
· 7 years ago
b67196f
Coalesce hasDictMatchState and extDict Checks into One Enum and Rename Stuff
by W. Felix Handte
· 7 years ago
265c286
Split Wrapper Functions to Cause Inlining
by W. Felix Handte
· 7 years ago
6929964
Add bounds check in repcode tests
by W. Felix Handte
· 7 years ago
70a537d
Initial Repcode Check Support for Ext Dict Ctx
by W. Felix Handte
· 7 years ago
8d24ff0
Preliminary Support in ZSTD_compressBlock_fast_generic() for Ext Dict Ctx
by W. Felix Handte
· 7 years ago
d18a405
Refer to the Dictionary Match State In-Place (Sometimes)
by W. Felix Handte
· 7 years ago
27dc078
Merge pull request #1144 from terrelln/fse-entropy
by Yann Collet
· 6 years ago
4a498f0
Merge pull request #1145 from terrelln/spec
by Yann Collet
· 6 years ago
73f4c89
Clarify what happens when Number_of_Sequences == 0
by Nick Terrell
· 6 years ago
e3959d5
Fixes
by Nick Terrell
· 6 years ago
49cf880
Approximate FSE encoding costs for selection
by Nick Terrell
· 7 years ago
27af35c
Merge pull request #1143 from facebook/tableLevels
by Yann Collet
· 6 years ago
ade5839
Merge branch 'tableLevels' of github.com:facebook/zstd into tableLevels
by Yann Collet
· 6 years ago
5381369
Merge branch 'dev' into tableLevels
by Yann Collet
· 6 years ago
ca06a1d
Merge pull request #1142 from terrelln/better-dict
by Yann Collet
· 6 years ago
38c2c46
Merge branch 'dev' into tableLevels
by Yann Collet
· 6 years ago
b0b3fb5
updated compression levels for blocks of 256KB
by Yann Collet
· 6 years ago
7cbb8bb
[cover] Small compression ratio improvement
by Nick Terrell
· 6 years ago
4430342
Merge pull request #1139 from fbrosson/prefetch
by Yann Collet
· 6 years ago
291824f
__builtin_prefetch did probably not exist before gcc 3.1.
by fbrosson
· 6 years ago
bd6417d
Merge pull request #1140 from fbrosson/cpu-asm
by Yann Collet
· 6 years ago
16bb8f1
Drop colon in asm snippet to make old versions of gcc happy.
by fbrosson
· 6 years ago
63eeeaa
update table levels for blocks <= 16K
by Yann Collet
· 6 years ago
9938b17
Merge pull request #1135 from facebook/frameCSize
by Yann Collet
· 7 years ago
b14c4bf
Merge pull request #1136 from terrelln/fix
by Yann Collet
· 7 years ago
30d9c84
Fix failing Travis tests
by Nick Terrell
· 7 years ago
f372ffc
Merge pull request #1127 from facebook/staticDictCost
by Yann Collet
· 7 years ago
d59cf02
decompress: changed error code when input is too large
by Yann Collet
· 7 years ago
c8c67f7
Merge branch 'dev' into tableLevels
by Yann Collet
· 7 years ago
174bd3d
Merge pull request #1131 from facebook/zstdcli
by Yann Collet
· 7 years ago
5d76201
Merge pull request #1130 from facebook/man
by Yann Collet
· 7 years ago
902db38
Merge pull request #1129 from facebook/paramgrill
by Yann Collet
· 7 years ago
3870db1
Merge branch 'dev' into tableLevels
by Yann Collet
· 7 years ago
4da0216
Merge pull request #1133 from felixhandte/travis-fix
by Yann Collet
· 7 years ago
e26be5a
Travis CI Runs apt-get Update
by W. Felix Handte
· 7 years ago
2c39295
paramgrill: use NB_LEVELS_TRACKED in loop
by Yann Collet
· 7 years ago
c9227ee
update table for 128 KB blocks
by Yann Collet
· 7 years ago
b425048
update compression levels for large inputs
by Yann Collet
· 7 years ago
9cd5c63
cli: control numeric argument overflow
by Yann Collet
· 7 years ago
3f89cd1
minor : factor out errorOut()
by Yann Collet
· 7 years ago
b824d21
fix #1115
by Yann Collet
· 7 years ago
5099390
paramgrill: subtle change in level spacing
by Yann Collet
· 7 years ago
a3f2e84
added programmable constraints
by Yann Collet
· 7 years ago
17c19fb
generalized use of readU32FromChar()
by Yann Collet
· 7 years ago
7617589
replaced FSE_count by FSE_count_simple
by Yann Collet
· 7 years ago
66b8181
Merge pull request #1128 from facebook/libdir
by Yann Collet
· 7 years ago
3193d69
minor patch, ensuring LIBDIR is created before installation
by Yann Collet
· 7 years ago
99ddca4
fixed wrong assertion
by Yann Collet
· 7 years ago
0d76266
fixed c++ conversion warning
by Yann Collet
· 7 years ago
09d0fa2
minor adjusting of weights
by Yann Collet
· 7 years ago
1a26ec6
opt: init statistics from dictionary
by Yann Collet
· 7 years ago
74b1c75
btopt : minor adjustment of update frequencies
by Yann Collet
· 7 years ago
498ab7b
Merge pull request #1123 from baruchsiach/fix-install-pc
by Yann Collet
· 7 years ago
ac61054
opt: minor improvements to log traces
by Yann Collet
· 7 years ago
c39061c
fixed declaration-after-statement warning
by Yann Collet
· 7 years ago
4d5bd32
added traces to look at symbol costs
by Yann Collet
· 7 years ago
c0da0f5
switchable bit-approximation / fractional-bit accuracy modes
by Yann Collet
· 7 years ago
33dfc54
Merge pull request #1124 from terrelln/playtests-gnu
by Yann Collet
· 7 years ago
ba2ad9b
implemented fractional bit cost evaluation
by Yann Collet
· 7 years ago
1aff63b
opt: shift all costs by 8 bits (* 256)
by Yann Collet
· 7 years ago
6a3c34a
opt: estimate cost of both Hufman and FSE symbols
by Yann Collet
· 7 years ago
338f738
pass entropy tables to optimal parser
by Yann Collet
· 7 years ago
a155061
minor code refactor for readability
by Yann Collet
· 7 years ago
2dde9d5
Write to /dev/random for test
by Nick Terrell
· 7 years ago
9a0643b
lib/Makefile: create include directory before headers installation
by Baruch Siach
· 7 years ago
87125c2
Merge pull request #1122 from facebook/fixCDictBlock
by Yann Collet
· 7 years ago
ad4524d
fix ZSTD_compressBlock() associated with CDict
by Yann Collet
· 7 years ago
ef1abd3
Merge pull request #1120 from lamby/897904-libzstd-please-make-the-build-reproducible
by Yann Collet
· 7 years ago
2dbe408
Make the build reproducible
by Chris Lamb
· 7 years ago
5ec92c4
Merge pull request #1118 from terrelln/playtests-typo
by Yann Collet
· 7 years ago
263134c
Fix playTests.sh typo
by Nick Terrell
· 7 years ago
b095bff
ignore Windows build/test artefacts
by cyan4973
· 7 years ago
1fc15df
Merge pull request #1114 from pseiderer/ps-devel-001
by Yann Collet
· 7 years ago
82ad249
Clarifications of Zstandard format specification
by Yann Collet
· 7 years ago
64bfdca
Split library install target into pc, static, shared and include only target
by Peter Seiderer
· 7 years ago
a11f0c6
Merge pull request #1113 from terrelln/dict-fix
by Yann Collet
· 7 years ago
ca77822
Fix parameter adjustment with dictionary
by Nick Terrell
· 7 years ago
12f60b8
clarified documentation related to refPrefix()
by Yann Collet
· 7 years ago
449cccf
Merge pull request #1112 from facebook/lz4dec
by Yann Collet
· 7 years ago
ace856a
updated documentation of streaming compression api
by Yann Collet
· 7 years ago
62487b5
fixed decoding bogus lz4 frame
by cyan4973
· 7 years ago
Next »