Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
52fbbbcb6b906a6acd00ece3dfeed0a480d28751
/
lib
52fbbbc
Explicitly cast double to unsigned
by Jennifer Liu
· 6 years ago
f9d19b8
Fix variable declaration problem
by Jennifer Liu
· 6 years ago
e061d84
Another fix to comparator
by Jennifer Liu
· 6 years ago
59797d3
Fix splitPoint floating point comparison problem
by Jennifer Liu
· 6 years ago
0ef06f2
Split samples into train and test sets
by Jennifer Liu
· 6 years ago
93702a7
Merge pull request #1198 from facebook/msdebug
by Yann Collet
· 6 years ago
ae0b7ff
made Visual Studio compatible with DEBUGLEVEL >= 2
by cyan4973
· 6 years ago
6768cf5
Merge pull request #1190 from terrelln/ldm-adjust
by Yann Collet
· 6 years ago
3841dba
Adjust advanced parameters to source size
by Nick Terrell
· 6 years ago
e30f13b
Merge pull request #1185 from felixhandte/zstd-btlazy-in-place-dict
by Yann Collet
· 6 years ago
d8462ec
Merge branch 'dev' into huf_rename
by Yann Collet
· 6 years ago
b7e5ebe
grouped X2 function together
by Yann Collet
· 6 years ago
9698d2f
Merge pull request #1189 from facebook/hist
by Yann Collet
· 6 years ago
6901c94
avoid duplicate code comments
by Yann Collet
· 6 years ago
f70f829
Merge pull request #1187 from facebook/fix1186
by Yann Collet
· 6 years ago
a71513b
Merge pull request #1184 from facebook/debug
by Yann Collet
· 6 years ago
1adf84c
renamed all HUF_decompress*X4*() functions into *X2
by Yann Collet
· 6 years ago
a09af5e
renamed all HUF_decompress*X2*() functions into *X1
by Yann Collet
· 6 years ago
0c654d2
Force Inline BtFindBestMatch
by W. Felix Handte
· 6 years ago
7fee966
fix dctx initialization within ZSTD_decompress in stack mode
by Yann Collet
· 6 years ago
fc68226
fixed g_debuglevel variable name
by Yann Collet
· 6 years ago
2d76def
grouped all histogram functions into hist.c
by Yann Collet
· 6 years ago
0551de4
Search Dict for Matches
by W. Felix Handte
· 6 years ago
ace9cfa
Attach Dicts when Using ZSTD_btlazy2
by W. Felix Handte
· 6 years ago
fa41bcc
grouped debug functions into debug.h
by Yann Collet
· 6 years ago
d53200a
Fix Cast Warning
by W. Felix Handte
· 6 years ago
b82063b
Extend Dictionary Matches Backwards
by W. Felix Handte
· 6 years ago
d53a042
Update Dictionary Attachment Cutoff Values Again
by W. Felix Handte
· 6 years ago
2162aa9
Do Not Inline DMS Search Function
by W. Felix Handte
· 6 years ago
338bede
Also Implement Depth Repcode Checks
by W. Felix Handte
· 6 years ago
555ab9f
Apply Match Continuation Bug Fix
by W. Felix Handte
· 6 years ago
c87dd21
Update Dictionary Attachment Cutoff Values
by W. Felix Handte
· 6 years ago
6204b6d
Check Dict Match State in ZSTD_HcFindBestMatch_generic
by W. Felix Handte
· 6 years ago
211a61b
Focus on Non-BT Impls for the Moment
by W. Felix Handte
· 6 years ago
2e93736
Remove Pre-Existing Repcode Check
by W. Felix Handte
· 6 years ago
3b82a23
Second Repcode Check
by W. Felix Handte
· 6 years ago
a2a24be
First Repcode Check
by W. Felix Handte
· 6 years ago
f74c2cd
Disallow Too-Long Repcodes When Using an Attached Dict
by W. Felix Handte
· 6 years ago
c14db94
Rename `base` -> `prefixLowest`
by W. Felix Handte
· 6 years ago
5d90708
Go Back to Separate Intermediate Functions for Different Dict Modes
by W. Felix Handte
· 6 years ago
f84fc63
Further Templatize Intermediate Functions on dictMode
by W. Felix Handte
· 7 years ago
529d3a5
Convert Existing U32 extDict Vars to ZSTD_dictMode Enums
by W. Felix Handte
· 7 years ago
33e2240
Attach Dict When Using ZSTD_lazy Strategies
by W. Felix Handte
· 7 years ago
90cfc79
Add _dictMatchState Stubs for ZSTD_lazy Functions
by W. Felix Handte
· 7 years ago
a85ecb3
Add dictMode Param to ZSTD_compressBlock_lazy_generic
by W. Felix Handte
· 7 years ago
750ee87
Merge pull request #1175 from ryandesign/macos
by Yann Collet
· 6 years ago
b2632bc
Merge pull request #1174 from duc0/document_default_level
by Yann Collet
· 6 years ago
869e271
Line break
by Duc Ngo
· 6 years ago
e8ef725
Address comments
by Duc Ngo
· 6 years ago
b567ce9
Fix name of macOS
by Ryan Schmidt
· 6 years ago
e34c000
Expose ZSTD_CLEVEL_DEFAULT and update documentation
by Duc Ngo
· 6 years ago
3050733
Merge branch 'dev' into negLevels
by Yann Collet
· 6 years ago
c2c47e2
support targetlen==0 with strategy==ZSTD_fast
by Yann Collet
· 6 years ago
a57b4df
removed literalCompression directive
by Yann Collet
· 6 years ago
8537bfd
fuzzer: make negative compression level fail
by Yann Collet
· 6 years ago
8ef7554
Merge pull request #1165 from facebook/ctxSizeDown
by Yann Collet
· 6 years ago
e3c42c7
clean ZSTD_compress() initialization
by Yann Collet
· 6 years ago
b27c738
Merge pull request #1164 from GeorgeLu97/CustomMacros
by Yann Collet
· 6 years ago
2431997
bumped version number to v1.3.5
by Yann Collet
· 6 years ago
f1ea383
context can be sized down even with constant parameters
by Yann Collet
· 6 years ago
e5e17d0
changed member name to workSpaceOversizedDuration
by Yann Collet
· 6 years ago
f7392f3
added test case
by Yann Collet
· 6 years ago
11d5bfd
Revert "Partial compilation test?"
by George Lu
· 6 years ago
b2496ab
Partial compilation test?
by George Lu
· 6 years ago
3d523c7
added workSpaceTooLarge and workSpaceWasteful
by Yann Collet
· 6 years ago
b3ef314
Fix Typos
by George Lu
· 6 years ago
357c648
changed a few variable names
by Yann Collet
· 6 years ago
609d72b
Added Deprecated Dependencies
by George Lu
· 6 years ago
9437021
Remove old file declaration
by George Lu
· 6 years ago
6a617d7
Documentation
by George Lu
· 6 years ago
65de25a
Created Macros
by George Lu
· 6 years ago
2108dec
Fixed a nasty corruption bug
by Yann Collet
· 6 years ago
143fc9f
Merge pull request #1157 from facebook/decompressedSize
by Yann Collet
· 6 years ago
7c33b48
Merge pull request #1151 from felixhandte/zstd-dfast-in-place-dict-goto
by Yann Collet
· 6 years ago
48deab9
Allow Different Dict Attachment Cut-Offs for Different Strategies
by W. Felix Handte
· 6 years ago
f867966
Remove Incorrect and Extraneous Repcode Bounds Check
by W. Felix Handte
· 6 years ago
9b979d0
minor : improved API code comment
by Yann Collet
· 6 years ago
809f2f9
minor update of literal cost function
by Yann Collet
· 6 years ago
463a0fe
simplified optimal parser
by Yann Collet
· 6 years ago
bb6eaf6
Merge pull request #1153 from facebook/dynThreshold
by Yann Collet
· 6 years ago
e916c36
fixed minor visual warning
by Yann Collet
· 6 years ago
a7fdcee
changed dynamic fse threshold for offset
by Yann Collet
· 6 years ago
4b3a36d
Merge branch 'dev' into lowCompression
by Yann Collet
· 6 years ago
5f177f1
btultra accepts blocks with poorer compression ratio
by Yann Collet
· 6 years ago
e2c0e3d
slightly nudge choices towards less sequences
by Yann Collet
· 6 years ago
5b292b5
Check Long + 1 Matches in Both Prefix and Dict in Bothe Short Match Paths
by W. Felix Handte
· 6 years ago
88b733b
Interleave Prefix and Dict Searches
by W. Felix Handte
· 7 years ago
1850025
Refactor ZSTD_dfast to Use `goto`s
by W. Felix Handte
· 7 years ago
43606f9
... When I Said "HashTable", I Meant "ChainTable"
by W. Felix Handte
· 6 years ago
ec7efe8
Fix Off-By-One Error
by W. Felix Handte
· 6 years ago
2bfe432
Disallow Too-Long Repcodes When Using an Attached Dict
by W. Felix Handte
· 6 years ago
b97ad3f
Port Changes Made to ZSTD_fast to ZSTD_dfast
by W. Felix Handte
· 7 years ago
2313cca
Implement Second Repcode Check
by W. Felix Handte
· 7 years ago
0998f10
Implement First Repcode Check
by W. Felix Handte
· 7 years ago
50c5b2b
Find Dict Hash Table Matches
by W. Felix Handte
· 7 years ago
7a25f7e
Existing Repcode Check Only Applies to noDict Case
by W. Felix Handte
· 7 years ago
8b241da
Properly Initialize Repcode Values
by W. Felix Handte
· 7 years ago
7097a03
Add Necessary Dict Variables
by W. Felix Handte
· 7 years ago
aacbbf4
Rename 'lowest' to 'localLowest' to Prepare to Introduce Dict Indices
by W. Felix Handte
· 7 years ago
c10d1b4
Skeleton for In-Place Impl for ZSTD_dfast
by W. Felix Handte
· 7 years ago
Next »