Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
4c5cbac179599f6de39361beee71b9548d13d207
/
lib
4c5cbac
Merge pull request #1041 from facebook/fasterFast
by Yann Collet
· 7 years ago
50f763e
fixed several comments are underlined by @terrelln
by Yann Collet
· 7 years ago
bd7bb94
Merge pull request #1044 from baldurk/remove-utf8-characters
by Yann Collet
· 7 years ago
430a2fe
Remove non-ASCII characters in header file comments
by Baldur Karlsson
· 7 years ago
530eeb4
Merge pull request #1039 from facebook/zstd_decompress
by Yann Collet
· 7 years ago
2291b85
changed ZSTD_p_literalCompression into ZSTD_p_compressLiterals
by Yann Collet
· 7 years ago
a57d43d
updated documentation of targetLength
by Yann Collet
· 7 years ago
6a9b41b
create command --fast[=#]
by Yann Collet
· 7 years ago
a146ee0
added negative compression levels
by Yann Collet
· 7 years ago
facc09a
minor compression level adaptation
by Yann Collet
· 7 years ago
fe321f9
re-integrate ZSTD_decompressSequencesLong() into zstd_decompress.c
by Yann Collet
· 7 years ago
89a2ebb
incorporated ZSTD_decompressSequences() into zstd_decompress()
by Yann Collet
· 7 years ago
cdb1f14
incorporated ZSTD_initFseState() inside zstd_decompress.c
by Yann Collet
· 7 years ago
a166eae
incorporate ZSTD_decodeSequenceLong() within zstd_decompress.c
by Yann Collet
· 7 years ago
17626ba
restored ZSTD_decodeSequence() into zstd_decompress.c
by Yann Collet
· 7 years ago
5116957
Merge pull request #1036 from terrelln/thread-void
by Yann Collet
· 7 years ago
7e103cd
[threading] Cast unused arguments to void
by Nick Terrell
· 7 years ago
db147ea
improved comments
by Yann Collet
· 7 years ago
06ca9c7
fixed 0-seq blocks in block-decompression mode
by Yann Collet
· 7 years ago
9a91afe
long offset mode : new default threshold for 32-bit
by Yann Collet
· 7 years ago
7bd7a3a
long offset mode : new default threshold for 64-bits mode
by Yann Collet
· 7 years ago
c0393a5
fixed counting long distance weights
by Yann Collet
· 7 years ago
41bd104
Merge branch 'dev' into longOffsetMode
by Yann Collet
· 7 years ago
cb789d2
re-inserted offset evaluation
by Yann Collet
· 7 years ago
b91ddf0
Merge branch 'dev' into longOffsetMode
by Yann Collet
· 7 years ago
d02b44c
DYNAMIC_BMI2 enabled for clang
by Yann Collet
· 7 years ago
45b09e7
limit DYNAMIC_BMI2 to gcc >= 4.8
by Yann Collet
· 7 years ago
b01552a
force inlining of HUF_decodeSymbol*() functions
by Yann Collet
· 7 years ago
ccb7184
Merge pull request #1026 from terrelln/lrm-window
by Yann Collet
· 7 years ago
0a0e64c
LDM manages its own window round buffer
by Nick Terrell
· 7 years ago
2c4d3f3
Merge pull request #1025 from facebook/huf
by Yann Collet
· 7 years ago
33a3f18
fixed wrong size test
by Yann Collet
· 7 years ago
8974165
added error code workSpace_tooSmall
by Yann Collet
· 7 years ago
6cdf690
minor cleaning of huff0
by Yann Collet
· 7 years ago
6b88d59
Reduce ZSTD_CHAINLOG_MAX to 29 in 32-bit mode
by Nick Terrell
· 7 years ago
7e5e226
Split the window state into substructure
by Nick Terrell
· 7 years ago
50bc2ce
Merge pull request #1021 from terrelln/lrm-split
by Yann Collet
· 7 years ago
653383f
minor nit from Mac XCode
by Yann Collet
· 7 years ago
7e2bf4e
Remove long range matcher immediate repcode check
by Nick Terrell
· 7 years ago
af866b3
Split block compresser out of long range matcher
by Nick Terrell
· 7 years ago
0fd4df6
Implemented BMI2 functions directly within huf_decompress.c
by Yann Collet
· 7 years ago
9c5a804
fixed huf_compress workspace size
by Yann Collet
· 7 years ago
010ba5f
Merge pull request #1017 from terrelln/c-bmi2
by Yann Collet
· 7 years ago
6e128d3
[BMI2] Add comments to the bmi2 variable in the contexts
by Nick Terrell
· 7 years ago
70163bf
added clarification comments in zstd_errors.h
by Yann Collet
· 7 years ago
7117ea8
Merge pull request #1011 from terrelln/bmi2
by Yann Collet
· 7 years ago
b58f015
[compress] Support BMI2
by Nick Terrell
· 7 years ago
4319132
[decompress] Support BMI2
by Nick Terrell
· 7 years ago
5cb1144
fixed --single-thread
by Yann Collet
· 7 years ago
2524cbd
added code comment on how to generate default tables
by Yann Collet
· 7 years ago
71c0796
added SEQSYMBOL_TABLE_SIZE()
by Yann Collet
· 7 years ago
5f74953
Merge branch 'dev' into fasterDec
by Yann Collet
· 7 years ago
9945e60
Merge branch 'dev' into flexibleLevel
by Yann Collet
· 7 years ago
04a3f85
fixed gcc warning on a switch code path
by Yann Collet
· 7 years ago
af48f0b
fix : offset table pointer when using default table
by Yann Collet
· 7 years ago
426944c
fixed strict aliasing issue
by Yann Collet
· 7 years ago
64ee732
decide long-offset mode based on offcode statistics
by Yann Collet
· 7 years ago
c720915
fixed minor nit as per @terrelln's comments
by Yann Collet
· 7 years ago
4beaeaa
Merge branch 'dev' into flexibleLevel
by Yann Collet
· 7 years ago
6bfe50a
re-enabled ZSTD_decompressSequencesLong()
by Yann Collet
· 7 years ago
1850597
pre-calculated default decoding tables
by Yann Collet
· 7 years ago
ab75df2
fixed mono-symbol distribution
by Yann Collet
· 7 years ago
421a271
fixed default fse distributions
by Yann Collet
· 7 years ago
9542440
addBits and baseline into FSE decoding table
by Yann Collet
· 7 years ago
de68c2f
Merged ZSTD_preserveUnsortedMark() into ZSTD_reduceIndex()
by Yann Collet
· 7 years ago
0170cf9
minor : modified ZSTD_preserveUnsortedMark() to be more vectorization friendly
by Yann Collet
· 7 years ago
94efb17
faster decoding in 32-bits mode for long offsets (tentative)
by Yann Collet
· 7 years ago
5188749
ensure compression parameters are updated when only compression level is changed
by Yann Collet
· 7 years ago
4b525af
zstdmt: applies new parameters on the fly
by Yann Collet
· 7 years ago
90eca31
fileio: create dedicated function to generate zstd frames
by Yann Collet
· 7 years ago
1291d9d
Merge pull request #1006 from systemcrash/patch-2
by Yann Collet
· 7 years ago
209df52
Changed nbThreads for nbWorkers
by Yann Collet
· 7 years ago
4b6a94f
clarified comments on LDM parameters
by Yann Collet
· 7 years ago
60fa90b
zstdmt: added ability to change compression parameters during compression
by Yann Collet
· 7 years ago
48acadd
Test for incorrect pledgeSrcSize earlier
by Nick Terrell
· 7 years ago
727bb7f
Merge pull request #1008 from terrelln/hlog3
by Yann Collet
· 7 years ago
ab3346a
Fix hashLog3 size when copying cdict tables
by Nick Terrell
· 7 years ago
823a28a
Merge pull request #1000 from facebook/progressiveFlush
by Yann Collet
· 7 years ago
a2ba629
fixed function declaration ZSTD_getBlockSize()
by Yann Collet
· 7 years ago
2cb0740
zstdmt: changed naming convention
by Yann Collet
· 7 years ago
6b57387
Update README.md
by systemcrash
· 7 years ago
9f8ed23
bumped version number to v1.3.4
by Yann Collet
· 7 years ago
ba0cd8c
fixed minor conversion warning for C++ compilation mode
by Yann Collet
· 7 years ago
caf9e96
job mutex creation is checked
by Yann Collet
· 7 years ago
9c40ae7
zstdmt: there is now one mutex/cond per job
by Yann Collet
· 7 years ago
77e3627
zstdmt: minor code refactor for clarity
by Yann Collet
· 7 years ago
27c5853
zstdmt: job table correctly cleaned after synchronous ZSTDMT_compress()
by Yann Collet
· 7 years ago
0d426f6
zstdmt : refactor a few member names
by Yann Collet
· 7 years ago
79b6e28
zstdmt : flush() only lock to read shared job members
by Yann Collet
· 7 years ago
d2b62b6
minor : ZSTDMT_writeLastEmptyBlock() is a void function
by Yann Collet
· 7 years ago
fca13c6
zstdmt : fixed memory leak
by Yann Collet
· 7 years ago
8e128ea
zstdmt : refactor job members
by Yann Collet
· 7 years ago
777d3c1
fixed minor declaration-after-statement warning
by Yann Collet
· 7 years ago
a1d4041
zstdmt: removed job->jobCompleted
by Yann Collet
· 7 years ago
1272d8e
zstdmt:: renamed mutex and cond to underline they are context-global
by Yann Collet
· 7 years ago
5f349b1
zstdmt : correctly set end of frame
by Yann Collet
· 7 years ago
c1cc57f
zstdmt : fix end condition (ZSTD_e_end)
by Yann Collet
· 7 years ago
de5e38a
zstdmt: fixed minor race condition
by Yann Collet
· 7 years ago
ebd955e
zstdmt : fixed ending frame with 0-size block
by Yann Collet
· 7 years ago
6711396
zstreamtest : fixed test 32 : multi-thread compression
by Yann Collet
· 7 years ago
Next »