Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
r121
/
lz4hc.c
7ac18ad
fix : HC streaming mode
by Yann Collet
· 10 years ago
0c62103
restored LZ4 HC streaming mode
by Yann Collet
· 10 years ago
69dc85b
Large decompression speed improvement for GCC 32-bits. Thanks to Valery Croizier !
by yann.collet.73@gmail.com
· 11 years ago
fb38dda
lz4 & lz4hc : added capability to allocate state & stream state with custom allocator (issue 99)
by yann.collet.73@gmail.com
· 11 years ago
02c5579
LZ4 compression supports block dependency (argument -BD within lz4c command line)
by yann.collet.73@gmail.com
· 11 years ago
27efcd4
Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h"
by yann.collet.73@gmail.com
· 11 years ago
13e966d
lz4c : made display and arguments more compatible with gzip, for easier integration with tar (patch by Yaakov Selkowitz)
by yann.collet.73@gmail.com
· 11 years ago
002a934
Corrected issue 70, 'pack' instruction on IBM AIX
by yann.collet.73@gmail.com
· 11 years ago
16c0942
lz4.c no longer depends on lz4_decoder.h (removed)
by yann.collet.73@gmail.com
· 11 years ago
cd3bcd0
New experimental mode : compress blocks using data from previous blocks (option -BD) (limitation : -hc mode only)
by yann.collet.73@gmail.com
· 11 years ago
e185b25
lz4c : automatic output name when decoding a *.lz4 file, as requested by Peter Humphreys
by yann.collet.73@gmail.com
· 12 years ago
40ae704
- New naming : LZ4_decompress_safe() and LZ4_decompress_fast()
by yann.collet.73@gmail.com
· 12 years ago
a2e93db
Added : function LZ4_compressHC_limitedOutput()
by yann.collet.73@gmail.com
· 12 years ago
cbfd031
Added : LZ4 Streaming Format specification (v1.3)
by yann.collet.73@gmail.com
· 12 years ago
633c519
- New cmake file, by Nobuhiro Iwamatsu, which can also produce shared and static libraries.
by yann.collet.73@gmail.com
· 12 years ago
e898c9a
Corrected issue 59 in lz4hc.c, reported by Masafumi Kiribayashi
by yann.collet.73@gmail.com
· 12 years ago
c1d7e4f
LZ4HC : compression speed improved under Visual
by yann.collet.73@gmail.com
· 12 years ago
77417fc
LZ4_HC is now compatible with CPU requiring aligned memory accesses
by yann.collet.73@gmail.com
· 12 years ago
26b82f3
Improved endianess detection
by yann.collet.73@gmail.com
· 12 years ago
ffb27d4
LZ4 HC : extended detection window. Thanks to Adrien Grand.
by yann.collet.73@gmail.com
· 12 years ago
f4e48fe
changed some macro names in lz4hc to avoid duplicate definition on NetBSD
by yann.collet.73@gmail.com
· 12 years ago
6078c33
Fixed Visual 2005 issues (warning/linking)
by yann.collet.73@gmail.com
· 12 years ago
8dfb9d6
Added : LZ4 HC : Now integrated into main trunk. LZ4_HC license moved to BSD
by yann.collet.73@gmail.com
· 13 years ago