Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
a419777eb12392159aefd6c28fd1e3cc8862ce2e
/
lib
/
compress
/
zstd_compress.c
a419777
Allow compressor to repeat Huffman tables
by Nick Terrell
· 8 years ago
dccd6b6
cli : fix : --rm is silent when input is stdin
by Yann Collet
· 8 years ago
14312d8
zstdmt : fix : loading prefix from previous segments
by Yann Collet
· 8 years ago
d8114e5
zstd_compress.c: fix memory leaks
by Przemyslaw Skibinski
· 8 years ago
517577b
spelling fixes in comments
by Anders Oleson
· 8 years ago
ecf90ca
[zstdmt] Fix MSAN failure with ZSTD_p_forceWindow
by Nick Terrell
· 8 years ago
2db7249
Make pledgedSrcSize meaning clear for other functions
by Sean Purcell
· 8 years ago
0f5c95a
Disambiguate pledgedSrcSize == 0
by Sean Purcell
· 8 years ago
06e7697
added test of new parameter ZSTD_p_forceWindow
by Yann Collet
· 8 years ago
bb00274
fixed zstdmt corruption issue when enabling overlapped sections
by Yann Collet
· 8 years ago
c593348
ZSTDMT_initCStream_usingDict() can outlive dict
by Yann Collet
· 8 years ago
d7e3cb5
Resolved merge conflict dev+zstdmt
by Yann Collet
· 8 years ago
b459aad
renamed savedRep into repToConfirm
by Yann Collet
· 8 years ago
32dfae6
fixed Multi-threaded compression
by Yann Collet
· 8 years ago
57d423c
Don't create dict in streaming apis if dictSize == 0
by Sean Purcell
· 8 years ago
7d6f478
Set dictionary ID in ZSTD_initCStream_usingCDict()
by Gregory Szorc
· 8 years ago
b05c482
zstdmt : correctly check for cctx and buffer allocation
by Yann Collet
· 8 years ago
5eb749e
ZSTDMT_compress() creates a single frame
by Yann Collet
· 8 years ago
aca113f
fixed ZSTD_sizeof_?Dict()
by Yann Collet
· 8 years ago
4e5eea6
added ZSTD_createDDict_byReference()
by Yann Collet
· 8 years ago
1f57c2e
added : ZSTD_createCDict_byReference()
by Yann Collet
· 8 years ago
8157a4c
Fix dictionary loading bug causing an MSAN failure
by Nick Terrell
· 8 years ago
d564faa
fix : ZSTD_initCStream_srcSize() correctly set srcSize in frame header
by Yann Collet
· 8 years ago
e795c8a
Added ZSTD_initCStream_srcSize(). Added relevant test cases in zstreamtest
by Yann Collet
· 8 years ago
c3a5c4b
introduced cycleLog
by Yann Collet
· 8 years ago
c261f71
minor variation of rescale fix
by Yann Collet
· 8 years ago
3826207
Simplify segfault fix
by Nick Terrell
· 8 years ago
0012332
Fix compression segfault
by Nick Terrell
· 8 years ago
a0d742b
introduced HUF_buildCTable_wksp(), to reduce stack memory usage
by Yann Collet
· 8 years ago
643d9a2
replaced usage of FSE_buildCTable by FSE_buildCTable_wksp, using less stack space in the process
by Yann Collet
· 8 years ago
e928f7e
introduced ext_wksp variants of count to reduce stack memory usage
by Yann Collet
· 8 years ago
d79a9a0
Introduced FSE_compress_wksp() and FSE_buildCTable_wksp() to reduce stack memory usage
by Yann Collet
· 8 years ago
25f46dc
minor const
by Yann Collet
· 8 years ago
3d18088
updated windres
by Przemyslaw Skibinski
· 8 years ago
407a11f
fixed Visual compatibility
by Yann Collet
· 8 years ago
d82efd8
ZSTD_compress_usingDict() when dict gets loaded
by Nick Terrell
· 8 years ago
ee5b725
ZSTD_initCStream() optimization : do not allocate a CDict when no dictionary used
by Yann Collet
· 8 years ago
335ad5d
added ZSTD_initDStream_usingDDict() .
by Yann Collet
· 8 years ago
9516234
first sketch for ZSTD_initCStream_usingCDict()
by Yann Collet
· 8 years ago
62d9a7d
Merge pull request #429 from inikep/btopt2
by Yann Collet
· 8 years ago
5c5f01f
added ZSTD_btopt2 strategy
by Przemyslaw Skibinski
· 8 years ago
b2c39a2
Fix compiler narrowing warning
by Nick Terrell
· 8 years ago
f698ad6
Merge remote-tracking branch 'upstream/dev' into fixes
by Nick Terrell
· 8 years ago
f9c9af3
Reject dictionaries with incomplete entropy tables
by Nick Terrell
· 8 years ago
3ee94a7
zstd_compression_format.md moved to doc/
by Przemyslaw Skibinski
· 8 years ago
bfd943a
Fix buffer overrun in ZSTD_loadDictEntropyStats()
by Nick Terrell
· 8 years ago
2b361cf
minor opt
by Yann Collet
· 8 years ago
3b9cdf9
Fix ubsan failures (pass NULL to memcpy)
by Nick Terrell
· 8 years ago
cf409a7
fixed : init*_advanced() followed by reset() with different pledgedSrcSiz
by Yann Collet
· 8 years ago
97b378a
Streaming : dictionary compression on multiple files / segments can correctly provide srcSize into header (when provided) using pledgedSrcSize.
by Yann Collet
· 8 years ago
993060e
cli : better adaptation to small files
by Yann Collet
· 8 years ago
a6bdf55
fixed memory leak
by Yann Collet
· 8 years ago
644a8da
fixed minor conversion warning
by Yann Collet
· 8 years ago
4cb2129
introduced ZSTD_resetCStream()
by Yann Collet
· 8 years ago
fa0c097
variable renaming
by Yann Collet
· 8 years ago
d7c6589
support ZSTD_sizeof_*() on NULL added ZSTD_sizeof_CDict()
by Yann Collet
· 8 years ago
64deef3
Fixed srcSize=1
by Yann Collet
· 8 years ago
ac8bace
support large skippable frames
by Yann Collet
· 8 years ago
95d07d7
introduced CHECK_E
by Yann Collet
· 8 years ago
3e21ec5
introduced CHECK_F
by Yann Collet
· 8 years ago
5c956d5
FORCE_INLINE common definition
by Yann Collet
· 8 years ago
edbcd9f
fixed zbufftest
by Yann Collet
· 8 years ago
b624922
fixed checksum
by Yann Collet
· 8 years ago
a7737f6
improved compression on small files when using same parameters
by Yann Collet
· 8 years ago
7ae67bb
small compression speed gains with using_CDict
by Yann Collet
· 8 years ago
855766d
clarified dictionary in format description
by Yann Collet
· 8 years ago
1563bfe
fixing FORCE_INLINE for older compilers (#330)
by Yann Collet
· 8 years ago
e10f7f3
merge
by David Lam
· 8 years ago
4ded9e5
added boilerplate
by Yann Collet
· 8 years ago
14200a2
Fixed issue #304, reported by @borzunov
by Yann Collet
· 8 years ago
da9d3b7
Cleanup some errors in typedef comments and remove duplicated HOWTO from zbuff_decompress.c
by David Lam
· 8 years ago
23b6e05
ZSTD_malloc() and ZSTD_free(), to simplify customMem
by Yann Collet
· 8 years ago
e19a9ef
update compression level table
by Yann Collet
· 8 years ago
87c18b2
fixed multiple minor warnings for XCode
by Yann Collet
· 8 years ago
0d59a6f
removed debug strings
by Yann Collet
· 8 years ago
5a02b69
reinforced fix for huge files
by Yann Collet
· 8 years ago
96bdd87
fixed : compression bug on very large files
by Yann Collet
· 8 years ago
a3a47ec
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into Other
by inikep
· 8 years ago
a2cdffe
fixed wrong parameter issue
by Yann Collet
· 8 years ago
e416e30
remove unnecessary comments
by inikep
· 8 years ago
4e90f6c
removed ZSTD_LOG_ENCODE and ZSTD_LOG_BLOCK
by inikep
· 8 years ago
8a36f85
removed stats in debug mode
by inikep
· 8 years ago
24b68a5
update cLevel table for 256KB
by Yann Collet
· 8 years ago
c54692f
improved level 3
by Yann Collet
· 8 years ago
70e3b31
fixed playtests on os-x
by Yann Collet
· 8 years ago
cb32763
added sizeof CStream and DStream
by Yann Collet
· 8 years ago
c411902
fixed g++ conversion warning
by Yann Collet
· 8 years ago
53e17fb
updated streaming API
by Yann Collet
· 8 years ago
104e5b0
added : streaming decompression API
by Yann Collet
· 8 years ago
5a0c8e2
new streaming API (compression)
by Yann Collet
· 8 years ago
98e08cb
fixed: tree not updated after finding very long rep matches
by inikep
· 8 years ago
280f9a8
minor comment
by Yann Collet
· 8 years ago
0763905
ZSTD_compress_usingCDict() correctly provides original size by default in frame header
by Yann Collet
· 8 years ago
346efcc
fixed doc typo
by Yann Collet
· 8 years ago
3b2bd1d
zstd_opt uses same tables as zstd_compress
by Yann Collet
· 8 years ago
3c6b808
minor decompression speed gains
by Yann Collet
· 8 years ago
c0ce4f1
slightly improved compression speed
by Yann Collet
· 8 years ago
ed57d85
new seqStore
by Yann Collet
· 8 years ago
62470b4
Changed ZSTD_compressEnd()
by Yann Collet
· 8 years ago
19c1002
applied ZSTD_compressContinueThenEnd()
by Yann Collet
· 8 years ago
Next »