Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
53e17fbd5e9f84d6fae9a6a221f7420233698d94
/
lib
/
decompress
53e17fb
updated streaming API
by Yann Collet
· 8 years ago
104e5b0
added : streaming decompression API
by Yann Collet
· 8 years ago
038d149
fixed compilation with Visual Studio 2005
by inikep
· 8 years ago
917fe18
Implemented repOffset "minus 1" on ll==0
by Yann Collet
· 8 years ago
66f69e5
restore decompression speed on fizzle
by Yann Collet
· 8 years ago
f714f59
fixed visual warning
by Yann Collet
· 8 years ago
761f8db
back to normal table cell copy
by Yann Collet
· 8 years ago
3c6b808
minor decompression speed gains
by Yann Collet
· 8 years ago
c00d30f
Merge pull request #264 from inikep/dev08
by Yann Collet
· 8 years ago
4c5bbf6
fixed : frame concatenation without checksum
by Yann Collet
· 8 years ago
60ba31c
zbuff uses ZSTD_compressEnd()
by Yann Collet
· 8 years ago
c991cc1
new frame end, 32-bits checksums
by Yann Collet
· 8 years ago
003c7a8
optimal parser: removed ZSTD_REP_INIT
by inikep
· 8 years ago
0a55e7a
ZSTD_decompressFrame(): use remainingSize instead of iend - ip
by Eric Biggers
· 8 years ago
aa6c70b
ZSTD_decompressFrame(): pass up error code from ZSTD_decodeFrameHeader()
by Eric Biggers
· 8 years ago
e4d0265
Replace remaining references to "direct mode" with "single segment mode"
by Eric Biggers
· 8 years ago
cbc5e9d
fixes oob read
by Yann Collet
· 8 years ago
7ed5e33
minor comment changes
by Yann Collet
· 8 years ago
10b9c13
fixed doc on cLevel default, reported by Oliver Lange
by Yann Collet
· 8 years ago
f8e7b53
unified encoding types
by Yann Collet
· 8 years ago
c2e1a68
changed streamNb order to 1-4-4-4
by Yann Collet
· 8 years ago
772d912
more complete support for literals repeat mode
by Yann Collet
· 8 years ago
9f2d82d
fixed : big-endian decoding
by Yann Collet
· 8 years ago
32faf6c
fixed conversion warnings
by Yann Collet
· 8 years ago
5e45a5f
force loop-align to 32 for zstd_decompress
by Yann Collet
· 8 years ago
5288ac0
changed filed order
by Yann Collet
· 8 years ago
198e6aa
Literals header fields use little endian convention
by Yann Collet
· 8 years ago
6fa05a2
cBlockSize uses little-endian convention
by Yann Collet
· 8 years ago
cf05b9d
ZSTD_getBlockSizeMax()
by Yann Collet
· 8 years ago
972e580
fixed : premature frame end on zero-sized raw block - reported by @ebiggers
by Yann Collet
· 8 years ago
d158c35
added ZSTD_estimateDCtxSize()
by Yann Collet
· 8 years ago
8e0ee68
added ZSTD_sizeofDCtx()
by Yann Collet
· 8 years ago
3ae543c
added ZSTD_estimateCCtxSize()
by Yann Collet
· 8 years ago
722e14b
fixed compilation error in decompression module
by Yann Collet
· 8 years ago
bd10607
updated spec
by Yann Collet
· 8 years ago
c5fb5b7
support offset > 128 MB
by Yann Collet
· 8 years ago
19c27d2
simplified legacy functions, no longer need magic number
by Yann Collet
· 8 years ago
f323bf7
added : ZSTD_getDecompressedSize()
by Yann Collet
· 8 years ago
f246cf5
ZSTD_decompress_usingDDict() compatible with Legacy mode
by Yann Collet
· 8 years ago
517e1ba
fixed dictBuilder issue with HC levels. Reported by Bartosz Taudul.
by Yann Collet
· 8 years ago
fe07eaa
simplified ZSTD_decodeSequence()
by Yann Collet
· 8 years ago
9ca7336
updated spec
by Yann Collet
· 8 years ago
f9cac7a
Added GNU separator `--`, to specifies that all following arguments are necessary file names (and not commands). Suggested by @chipturner (#230)
by Yann Collet
· 8 years ago
23f05cc
updated specifications
by Yann Collet
· 8 years ago
2fa9904
update specification and comments
by Yann Collet
· 8 years ago
c093208
fix : potential leak (#229)
by Yann Collet
· 8 years ago
d4f4e58
fixed ZSTD_decompressBlock() using multiple blocks
by Yann Collet
· 8 years ago
e4811ba
Modified : ZSTD_createDDict() accepts dictionary < 8 bytes in pure content mode (reported by @chipturner)
by Yann Collet
· 8 years ago
06d9a73
minor refactor, using `WILDCOPY_OVERLENGTH` macro instead of hard-coded 8
by Yann Collet
· 8 years ago
4948f27
make room for reserved "information bit" in frame header
by Yann Collet
· 8 years ago
80d033f
fixed ptr arithmetic warning
by Yann Collet
· 8 years ago
736d419
strengthened dict loading on decompresson side
by Yann Collet
· 8 years ago
8e36a9c
decoder restores repOffsets from dictionary
by Yann Collet
· 8 years ago
9b998e4
Fixed decompression of literals in dictionary mode
by Yann Collet
· 8 years ago
d059092
fixed conversion warnings
by Yann Collet
· 8 years ago
4266c0a
adding inter-blocks rep-offsets
by Yann Collet
· 8 years ago
cd98f93
Fixed decompression issue with invalid data
by Yann Collet
· 8 years ago
37fece2
enable repeat-entropic-stats mode
by Yann Collet
· 8 years ago
d60a5bf
Literal decompression builds Huffman tables within shared space (for later re-use)
by Yann Collet
· 8 years ago
237ad4b
Added single-stream decompression variant using external DTable
by Yann Collet
· 8 years ago
289bbd5
Updated huff0
by Yann Collet
· 8 years ago
9dd1274
`litBlockType_t` is an `enum`
by Yann Collet
· 8 years ago
662a541
updated huff0 - now generates a common HUF_DTable type for all decoding tables
by Yann Collet
· 8 years ago
302fb53
Removed `ZSTD_*_usingPrepared?Ctx()` declaration from public space
by Yann Collet
· 8 years ago
81e13ef
first implementation of the new dictionary API (untested)
by Yann Collet
· 8 years ago
9d504ae
Added decoding of RLE blocks
by Yann Collet
· 8 years ago
673f0d7
new frame format, allowing custom window size
by Yann Collet
· 8 years ago
d0e2cd1
Merged `fse_static` into `fse.h` . Now requires `FSE_STATIC_LINKING_ONLY` macro.
by Yann Collet
· 8 years ago
130fe11
merged `huf_static.h` into `huf.h` . Requires `HUF_STATIC_LINKING_ONLY` macro.
by Yann Collet
· 8 years ago
d3b7f8d
Merged `zstd_static.h` into `zstd.h` . Now requires `ZSTD_STATIC_LINKING_ONLY` macro
by Yann Collet
· 8 years ago
ac110a1
Removed ZBUFF internal util function from public area
by Yann Collet
· 8 years ago
5347aee
merged `zbuff_static.h` into `zbuff.h` . Now requires `ZBUFF_STATIC_LINKING_ONLY` macro
by Yann Collet
· 8 years ago
198d127
minor comment change (unfinished description of new header format)
by Yann Collet
· 8 years ago
f4f5aff
restore ZBUFF full-block-size, for better performance on small input
by Yann Collet
· 8 years ago
ab7b6f1
Merge pull request #198 from inikep/dev070
by Yann Collet
· 8 years ago
3640396
fixed: deallocation of structures in case of error in ZBUFF_createCCtx and ZBUFF_createDCtx
by inikep
· 8 years ago
fe48775
minor decoder code refactoring
by Yann Collet
· 8 years ago
3763c77
defaultCustomNULL replaced with defaultCustomMem
by inikep
· 8 years ago
36fac00
removed calloc calls from lib/
by inikep
· 8 years ago
db2f540
added defaultCustomNULL
by inikep
· 8 years ago
2866951
opaque parameter for custom memory allocation functions
by inikep
· 8 years ago
9242816
fparamsPtr->windowLog==0 means that a frame is skippable
by inikep
· 8 years ago
13f42d9
VS2010 project: reverted zstdlib.rc
by inikep
· 8 years ago
5c27717
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070
by inikep
· 8 years ago
202844e
fixed zbufftest :
by Yann Collet
· 8 years ago
8e3a36a
decompression validates frame content checksum
by Yann Collet
· 8 years ago
a6b9420
Merge remote-tracking branch 'refs/remotes/origin/dev' into dev070
by inikep
· 8 years ago
f2a3b6e
added : frame content checksum
by Yann Collet
· 8 years ago
43aa9fe
fixed skippable frame
by inikep
· 8 years ago
f772bf5
support for skippable frames
by inikep
· 8 years ago
3000952
fuzzer tests dictBuilder.
by Yann Collet
· 8 years ago
c46fb92
added dictionary ID (incomplete)
by Yann Collet
· 8 years ago
02c244b
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
by inikep
· 8 years ago
13ba880
added ZBUFF_createCCtx_advanced and ZBUFF_createDCtx_advanced
by inikep
· 8 years ago
107e243
added ZSTD_createDCtx_advanced
by inikep
· 8 years ago
f22a0d6
huff0 dynamic reduction
by Yann Collet
· 8 years ago
ccd6e86
improved decoding speed by inlining x_isError() functions
by Yann Collet
· 8 years ago
b19d5d7
restored inline for better decompression speed
by Yann Collet
· 8 years ago
1032fbe
update FSE library
by Yann Collet
· 8 years ago
b3a9938
Merge pull request #182 from inikep/dev
by Yann Collet
· 8 years ago
Next »