Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
zstd
/
3a4da1fd86315d2d478c6d9b12423fd1cdddcc1f
/
lib
/
common
« Previous
25c5066
promote ZSTD_getDecompressedSize() to stable API
by Yann Collet
· 8 years ago
3b6ae77
comment clarification
by Yann Collet
· 8 years ago
ed3845d
introduced ZSTD_WINDOWLOG_MAX_32 (#239), suggested by @GregSlazinski
by Yann Collet
· 8 years ago
e72efeb
removed "error_public.h" dependency from "zstd.h"
by Yann Collet
· 8 years ago
e09d38e
removed `mem.h` dependency from `zbuff.h` (experimental section)
by Yann Collet
· 8 years ago
f323bf7
added : ZSTD_getDecompressedSize()
by Yann Collet
· 8 years ago
52c04fe
removed `mem.h` dependency from `zstd.h` (experimental section)
by Yann Collet
· 8 years ago
f246cf5
ZSTD_decompress_usingDDict() compatible with Legacy mode
by Yann Collet
· 8 years ago
d916c90
updated doc
by Yann Collet
· 8 years ago
698cb63
Updated specifications
by Yann Collet
· 8 years ago
2fa9904
update specification and comments
by Yann Collet
· 8 years ago
6c6e175
use ZSTD_getParams() to simplify code
by Yann Collet
· 8 years ago
3d2cd7f
Introduced ZSTD_getParams() bench now uses ZSTD_createCDict_advanced()
by Yann Collet
· 8 years ago
529d9c7
updated version to v0.7.2
by Yann Collet
· 8 years ago
63b5e7a
Improved comments
by Yann Collet
· 8 years ago
3755eb8
fixed strict-aliasing warning on gcc6
by Yann Collet
· 8 years ago
a49e066
clarified comments on `ZSTD_compressContinue()`
by Yann Collet
· 8 years ago
d4f38d0
updated library to v0.7.1
by Yann Collet
· 8 years ago
510cff3
minor comment change
by Yann Collet
· 8 years ago
52a0622
RepsCodes are saved into Dict
by Yann Collet
· 8 years ago
45c03c5
fixed corruption with inter-blocks repeated offsets
by Yann Collet
· 8 years ago
4266c0a
adding inter-blocks rep-offsets
by Yann Collet
· 8 years ago
18c8f79
fixed gcc warning on uninitialized structure variable
by Yann Collet
· 8 years ago
cd98f93
Fixed decompression issue with invalid data
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
0974f68
completed `.gitignore`
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
673f0d7
new frame format, allowing custom window size
by Yann Collet
· 8 years ago
89703d2
reduced dependencies
by Yann Collet
· 8 years ago
a91ca62
removed `HUF_readStats()` from public space
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
49bb004
removed `ZSTD_highbit()` from `zstd_internal.h`, as it is only used by `zstd_compress.c`
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
2a74609
zlibWrapper: ZWRAP_createCCtx and ZWRAP_freeCCtx use custom memory allocation functions
by inikep
· 8 years ago
3763c77
defaultCustomNULL replaced with defaultCustomMem
by inikep
· 8 years ago
db2f540
added defaultCustomNULL
by inikep
· 8 years ago
b74a468
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070
by inikep
· 8 years ago
ff9114a
zlibWrapper: added support for custom memory allocation functions
by inikep
· 8 years ago
c4807f4
default custom allocation functions moved to zstd_internal.h
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
70d1301
Changed `ZSTD_adjustCParams()` prototype
by Yann Collet
· 8 years ago
83c3f44
upgraded zbufftest to also test advanced frame parameters no/checksum no/dictID
by Yann Collet
· 8 years ago
5c27717
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev070' into dev070
by inikep
· 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
f772bf5
support for skippable frames
by inikep
· 8 years ago
c0a9bf3
minor code refactoring
by Yann Collet
· 8 years ago
c46fb92
added dictionary ID (incomplete)
by Yann Collet
· 8 years ago
0c5e8b1
moved xxhash to lib/common
by Yann Collet
· 8 years ago
957823f
zstdcli: -r (operate recursively on directories) works with dictBuilder and compression
by inikep
· 8 years ago
e75909e
ZBUFF_createCCtx_advanced moved to zbuff_static.h
by inikep
· 8 years ago
02c244b
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
by inikep
· 8 years ago
fb5df61
zstd_stats.h included only in debug mode
by inikep
· 8 years ago
71dd67c
fullbench: tests for ZBUFF_createCCtx_advanced and ZBUFF_createDCtx_advanced
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
50e82c0
added ZSTD_createCCtx_advanced
by inikep
· 8 years ago
35b891c
zstd_stats.h updated to v0.6
by inikep
· 8 years ago
f22a0d6
huff0 dynamic reduction
by Yann Collet
· 8 years ago
de4d4da
changed version to 0.6.2
by Yann Collet
· 8 years ago
78aa052
fixed Visual warning in debug mode
by Yann Collet
· 8 years ago
d9b3cca
restore openVMS support (detected by @thatsafunnyname)
by Yann Collet
· 8 years ago
63ecd74
added common/entropy_common.c
by inikep
· 8 years ago
ccd6e86
improved decoding speed by inlining x_isError() functions
by Yann Collet
· 8 years ago
1687168
minor refactor : more accurate variable scope
by Yann Collet
· 8 years ago
1ceb5a9
restored DStream init due to strange speed regressions and warnins on gcc 5.3
by Yann Collet
· 8 years ago
ce27e85
fixed clang conversion warning
by Yann Collet
· 9 years ago
1032fbe
update FSE library
by Yann Collet
· 9 years ago
249ae0c
better big-endian / little-endian r/w support
by Yann Collet
· 9 years ago
c75e4c2
Added : ZSTD_getErrorString(), to get error string from error enum (#168)
by Yann Collet
· 9 years ago
b3a9938
Merge pull request #182 from inikep/dev
by Yann Collet
· 9 years ago
ed9a085
Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev
by inikep
· 9 years ago
918b934
minor comment update
by Yann Collet
· 9 years ago
aaaf923
common/util.h moved to programs/util.h
by inikep
· 9 years ago
d44ec48
detection of snprintf for Visual <= 2012
by inikep
· 9 years ago
59b6ba7
Merge pull request #180 from thatsafunnyname/patch-1
by Yann Collet
· 9 years ago
4ff73a2
added : midipix support (#181)
by Yann Collet
· 9 years ago
d275236
Fixed Windows API, as detected by @KrzysFR (#171)
by Yann Collet
· 9 years ago
f6ca09b
Reduced console display on loading lots of files with `zstd --train`. Reported by @KrzysFR, see #177
by Yann Collet
· 9 years ago
13c8424
code cleaning
by inikep
· 9 years ago
0bd0fae
fixed compatibility issues
by inikep
· 9 years ago
6d1d252
fixed Huff0 quad-symbols decoder (#173)
by Yann Collet
· 9 years ago
9c22e57
Compiler Options moved to util.h
by inikep
· 9 years ago
ddb8ebd
Stricter gnu90 tests
by Yann Collet
· 9 years ago
3163403
UTIL_prepareFileList
by inikep
· 9 years ago
b0e5427
No stdint.h on OpenVMS.
by thatsafunnyname
· 9 years ago
6f9c056
Fixed BMI behavior on x86 and x32 targets, reported by @tycho (#178)
by Yann Collet
· 9 years ago
55d047a
getTotalFileSize moved to common/util.h
by inikep
· 9 years ago
d5ff2c3
ordering of #include
by inikep
· 9 years ago
83c76b4
bench.c: time functions moved to common/util.h
by inikep
· 9 years ago
69fcd7c
getFileSize moved to common/util.h
by inikep
· 9 years ago
Next »