Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
dd54bbc184c7b260a7ed419fbbc248e03afd9942
dd54bbc
Fixed large NbSeq > 32 K Added a test in Fuzzer to check NbSeq > 32 K
by Yann Collet
· 9 years ago
370b08e
fix compression ratio for blocks <= 16 KB
by Yann Collet
· 9 years ago
2486371
Merge branch 'dev060' of github.com:Cyan4973/zstd into dev060
by Yann Collet
· 9 years ago
4ba8534
added test to generate lots of small sequences (3-bytes)
by Yann Collet
· 9 years ago
fb7ab8b
Merge pull request #140 from inikep/dev
by Yann Collet
· 9 years ago
4f7f79e
fixed update of nextToUpdate
by inikep
· 9 years ago
e2446b0
added support for MINMATCH=3 on big endian architecture
by inikep
· 9 years ago
89c9e1a
added missing "case 3:" in ZSTD_BtGetAllMatches
by inikep
· 9 years ago
1df2594
new compression level scale for <= 16KB
by Yann Collet
· 9 years ago
10245ce
Merge pull request #139 from inikep/dev
by Yann Collet
· 9 years ago
01060bc
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev060' into dev
by inikep
· 9 years ago
f3c6503
resolve conflict in zstd_internal.h
by inikep
· 9 years ago
e29caf7
code cleanup
by inikep
· 9 years ago
805d2a7
removed zstd_opt_internal.h
by inikep
· 9 years ago
944d0d2
updated fse version
by Yann Collet
· 9 years ago
4ab9c91
MEM_readMINMATCH replaced with inline function
by inikep
· 9 years ago
4ec2998
Added zeroes test (#137)
by Yann Collet
· 9 years ago
4c01580
finer searchLength validation
by Yann Collet
· 9 years ago
d409db6
Support for nbSeq > 32767 tamed -Wstrict-aliasing warning
by Yann Collet
· 9 years ago
1435335
Merge pull request #138 from inikep/dev
by Yann Collet
· 9 years ago
5cccd77
fix clang -Wcast-align warning (part 2)
by inikep
· 9 years ago
51bb9a0
fix clang -Wcast-align warning
by inikep
· 9 years ago
87d4f3d
priceTable moved to heap
by inikep
· 9 years ago
338533f
improved price function initialization
by inikep
· 9 years ago
a997654
Merge pull request #136 from inikep/dev
by Yann Collet
· 9 years ago
a4dde25
fixed repcode before lowLimit
by inikep
· 9 years ago
2d55563
better logs
by inikep
· 9 years ago
f647d99
fixed bug with 3 or more succesive rep codes
by inikep
· 9 years ago
f414647
fixed ZSTD_copyCCtx
by inikep
· 9 years ago
59493e8
fixed paramgrill
by inikep
· 9 years ago
afa9c9f
turn off RTF optimization
by inikep
· 9 years ago
ee02292
changed version to v0.6.0
by Yann Collet
· 9 years ago
5b00594
Merge pull request #135 from Cyan4973/dev
by Yann Collet
· 9 years ago
02137f8
more accurate gain function
by inikep
· 9 years ago
ee55628
combined price function
by inikep
· 9 years ago
7de4f9f
minor cosmetic
by Yann Collet
· 9 years ago
3152a8c
finer dictionary completion
by Yann Collet
· 9 years ago
2cf6d66
fixed #131
by Yann Collet
· 9 years ago
4a981f7
improved ZSTD_GETPRICE
by inikep
· 9 years ago
e0010e9
priceFunc
by inikep
· 9 years ago
b5946f7
Merge pull request #133 from Cyan4973/dev060
by Yann Collet
· 9 years ago
82359d2
Merge pull request #132 from KrzysFR/dev060
by Yann Collet
· 9 years ago
15174b0
statistics of encoded sequences
by inikep
· 9 years ago
c8fde3b
Added new ".VC.db" Visual Studio C++ database file to gitignore
by Christophe Chevalier
· 9 years ago
9f754d2
dummy levels 22-25
by inikep
· 9 years ago
6b3739c
MINMATCH=3 or 4 selected in ZSTD frame
by inikep
· 9 years ago
84f43e2
support for searchLength from 3 to 7 for optimal parser
by inikep
· 9 years ago
c950b78
removed backward match extension
by inikep
· 9 years ago
d3b8d7a
removed ZSTD_opt parser
by inikep
· 9 years ago
6291c54
litlen bounded to 128 bytes
by inikep
· 9 years ago
f848213
better compatibility with Visual <= 2012
by Yann Collet
· 9 years ago
191b52a
silence array subscript warning
by Yann Collet
· 9 years ago
fcafb26
speed optimiaztions
by inikep
· 9 years ago
c3a9a9c
ZSTD_rescaleFreqs and removed minml
by inikep
· 9 years ago
cc52a97
added hashLog3
by inikep
· 9 years ago
ba7ba5b
Visual : 32-bit build release uses static linking (/MT)
by Yann Collet
· 9 years ago
d3debc3
Visual : `zstd` supports for `*` wildcard character on command line
by Yann Collet
· 9 years ago
4c64d51
modified level 18
by Yann Collet
· 9 years ago
067a83a
Updated graphs
by Yann Collet
· 9 years ago
d56a419
Added : README within /lib directory, to help file selection
by Yann Collet
· 9 years ago
0112ebf
Merge pull request #128 from Cyan4973/v051
by Yann Collet
· 9 years ago
728c8fc
longer pgo tests
by Yann Collet
· 9 years ago
2673076
fix zstd-frugal
by Yann Collet
· 9 years ago
6062b15
performance fix for hash chain mode
by Yann Collet
· 9 years ago
9abc358
added : test for too large CLevel
by Yann Collet
· 9 years ago
6aa896a
zstd cli : control maximum compression level
by Yann Collet
· 9 years ago
31dd08c
Updated readme (dictionary)
by Yann Collet
· 9 years ago
2d08b09
Updated man zstd
by Yann Collet
· 9 years ago
459a6b7
Fix corner case multiple files bug Added test cases
by Yann Collet
· 9 years ago
accfd80
Added : option `-t` to test compressed files integrity
by Yann Collet
· 9 years ago
0068be9
Faster literals cost evaluation (suggested by @inikep)
by Yann Collet
· 9 years ago
e93add0
Removed `if (matchIndex >= current) return 0;` as recommended by @inikep
by Yann Collet
· 9 years ago
b8a6f68
refactored fix to be more generic and applicable to both btlazy2 and btopt
by Yann Collet
· 9 years ago
b37e0a9
performance tweak : bt search w/ long repeated segments
by Yann Collet
· 9 years ago
cefef8c
Change : zstd_opt_bt => zstd_btopt
by Yann Collet
· 9 years ago
0d78a33
updated CLevel confs for 256K
by Yann Collet
· 9 years ago
422fd56
modified : compression Levels for blocks <= 16KB
by Yann Collet
· 9 years ago
38fba56
Changed compression level settings
by Yann Collet
· 9 years ago
8154c3d
added simple one file test
by Yann Collet
· 9 years ago
e8bd73d
Fixed : error when compressing one file
by Yann Collet
· 9 years ago
23e8aee
Introduced new compression level settings
by Yann Collet
· 9 years ago
82f4d7d
Fixed Visual solution
by Yann Collet
· 9 years ago
6f3acba
notificationLevel into ZDICT_param_t
by Yann Collet
· 9 years ago
09ab681
fixed libzstd install
by Yann Collet
· 9 years ago
62ae5fb
zstd_buffered => zbuff
by Yann Collet
· 9 years ago
e0a3084
fixed cmake
by Yann Collet
· 9 years ago
f4c9d75
dictBuilder => zdict
by Yann Collet
· 9 years ago
1f1f239
zstd cli can decompress multiple files with no specific suffix condition into stdout
by Yann Collet
· 9 years ago
f062436
cli : added ability to compress multiple files into stdout (-c)
by Yann Collet
· 9 years ago
492a9bb
fixed Valgrind tests
by Yann Collet
· 9 years ago
883a67e
fixed cmake
by Yann Collet
· 9 years ago
c8da2c9
updated tests
by Yann Collet
· 9 years ago
71eafdd
Integrated dictionary builder into zstd cli
by Yann Collet
· 9 years ago
fb92a78
Fixed clang warnings
by Yann Collet
· 9 years ago
7d36028
Integrate dictBuilder into libzstd
by Yann Collet
· 9 years ago
82260dd
fixed asan read error in ZSTD_HcGetAllMatches
by Yann Collet
· 9 years ago
04b12d8
paramgrill can select manually targetLength new compression levels
by Yann Collet
· 9 years ago
bd828d9
changed : sufficientLength => targetLength
by Yann Collet
· 9 years ago
4488661
minor cosmetics
by Yann Collet
· 9 years ago
490aa68
restored fast zstd_opt variant
by Yann Collet
· 9 years ago
Next »