Yann Collet
|
7cecc7b089
|
fixed a limit case scenario
|
2016-11-15 17:51:29 -08:00 |
|
Yann Collet
|
d2be69b144
|
fixed minor coverity warnings
|
2016-11-15 14:46:57 -08:00 |
|
Yann Collet
|
3580d96980
|
enabled deprecation warnings on remaining obsolete functions
|
2016-11-12 08:48:42 -08:00 |
|
Yann Collet
|
3d456bdf2a
|
fixed conversion warnings
|
2016-11-11 15:40:58 -08:00 |
|
Yann Collet
|
bf6dda69e6
|
updated frametest
|
2016-11-11 15:11:56 -08:00 |
|
Przemyslaw Skibinski
|
773ae50b47
|
DLL exports only functions defined in liblz4.def
|
2016-11-09 16:07:28 +01:00 |
|
Przemyslaw Skibinski
|
fe5148417f
|
introduced LZ4_COMPILED_AS_DLL
|
2016-11-09 11:45:55 +01:00 |
|
Przemyslaw Skibinski
|
0a22bf7d6e
|
err0r(LZ4F_errorCodes code) uses ptrdiff_t
|
2016-11-08 11:47:03 +01:00 |
|
Yann Collet
|
4c6610709e
|
minor code refactoring
|
2016-11-03 20:32:51 -07:00 |
|
Yann Collet
|
eda8c4eb1c
|
fix #198 : no longer requires to restart streaming decompression from where it stopped.
It permits relocating remaining data into another memory space.
Still, the same content must be presented.
|
2016-11-03 18:46:07 -07:00 |
|
Yann Collet
|
4791cda04a
|
fixed strict warnings
|
2016-11-03 17:31:41 -07:00 |
|
Yann Collet
|
258a5e7fa4
|
updated comments
|
2016-11-03 17:14:25 -07:00 |
|
Przemyslaw Skibinski
|
84cedb4632
|
updated links to LZ4 repository
|
2016-11-03 15:12:57 +01:00 |
|
Yann Collet
|
8eae1320c2
|
Merge pull request #236 from inikep/dev
fix bug #232 at https://github.com/Cyan4973/lz4/issues/232
|
2016-09-06 16:49:34 +02:00 |
|
Yann Collet
|
33993542af
|
removed test artefacts
|
2016-09-06 16:46:52 +02:00 |
|
inikep
|
3eb143fffa
|
fix bug #232 at https://github.com/Cyan4973/lz4/issues/232
|
2016-09-06 10:36:16 +02:00 |
|
inikep
|
2cf32ef0f1
|
-b# and -e# options from zstd
|
2016-09-02 22:59:18 +02:00 |
|
Yann Collet
|
2ac9ecec68
|
Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frame
|
2016-08-11 14:55:39 +02:00 |
|
Yann Collet
|
91cce757f5
|
Updated xxhash library to v0.6.1
|
2016-06-29 21:48:27 +02:00 |
|
Yann Collet
|
dfabec2d18
|
Fixed a few minor visual analyzer warnings
|
2015-06-29 00:31:41 -08:00 |
|
Yann Collet
|
1c3e633c48
|
Added compilation flag -Wcast-qual
|
2015-05-06 01:58:24 +01:00 |
|
Yann Collet
|
e05088d0eb
|
Updated lz4hc API
|
2015-05-03 20:57:21 +01:00 |
|
Yann Collet
|
1b17bf2ab8
|
New lz4 API, using LZ4_compress_fast()
|
2015-05-03 17:57:46 +01:00 |
|
Yann Collet
|
ad2dd6df3f
|
moved lz4frame context types to incomplete typedef
|
2015-04-27 02:31:56 +01:00 |
|
Yann Collet
|
ef55dfb000
|
Modified lz4frame context typedef, to enforce stricter alignment condition
|
2015-04-24 13:26:53 +01:00 |
|
Yann Collet
|
b05d3d71a6
|
Frame content size disabled by default when using LZ4F_compressFrame(), to be in better coherence with the advanced API LZ4F_compress_update()
|
2015-04-22 00:57:39 +01:00 |
|
Yann Collet
|
b805d581b9
|
Removed obsolete functions from lz4 cli
|
2015-04-21 19:07:31 +01:00 |
|
Yann Collet
|
72e679438f
|
Updated LZ4F_freeDecompressionContext(), to provide stage hint as result
|
2015-04-20 12:23:33 +01:00 |
|
Yann Collet
|
a01e10dbdc
|
Changed LZ4F compressionLevel from unsigned to signed, in anticipation for LZ4_compress_fast() integration.
|
2015-04-20 12:12:02 +01:00 |
|
Yann Collet
|
409f816267
|
Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header decoding attempts
|
2015-04-19 15:23:53 +01:00 |
|
Yann Collet
|
4e574e7395
|
Updated lz4frame error names
|
2015-04-15 10:34:08 +01:00 |
|
Takayuki MATSUOKA
|
081bcca33b
|
Issue#90 : Add LZ4F_ prefix
- Add LZ4F_ prefix to LZ4 frame related enums.
- Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes.
|
2015-04-15 06:45:24 +09:00 |
|
Charles Allen
|
b664a72145
|
Revert "Revert "Add more descriptive frame errors""
This reverts commit 5a66527084 .
|
2015-04-14 13:33:43 -07:00 |
|
Yann Collet
|
05a46fc59a
|
Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst case instead of default.
|
2015-04-14 18:51:36 +01:00 |
|
Yann Collet
|
2852b9e439
|
Fixed issue #84
|
2015-04-12 15:17:10 +01:00 |
|
Yann Collet
|
62ed153195
|
Fixed : a few minor coverity warnings
|
2015-04-12 08:21:35 +01:00 |
|
Yann Collet
|
f344fbd3ca
|
Fixed a few warnings from -fsanitize=undefined
|
2015-04-09 22:59:07 +01:00 |
|
Yann Collet
|
ef7cd83271
|
Fixed issue 160, reported by Eric Berge
|
2015-04-01 17:30:36 +01:00 |
|
Yann Collet
|
3bba55c741
|
Fixed : Windows compilation
Added : Appveyor badge
|
2015-03-31 14:47:23 +01:00 |
|
Yann Collet
|
eeb8bea34c
|
Updated comments on LZ4F_getFrameInfo()
|
2015-03-30 16:36:57 +01:00 |
|
Yann Collet
|
8cb06d5b99
|
lz4frame validates contentSize during decompression
|
2015-03-29 13:28:32 +01:00 |
|
Yann Collet
|
d5da787c1b
|
Changed struct member to contentSize
|
2015-03-29 11:20:09 +01:00 |
|
Yann Collet
|
7ee725645b
|
frame content size support
|
2015-03-18 21:38:27 +01:00 |
|
Yann Collet
|
b54d256f56
|
minor lz4frame optimisation (no more malloc() on using LZ4F_compressFrame() in fast mode)
|
2015-03-16 23:22:59 +01:00 |
|
Yann Collet
|
da9402c6f5
|
minor lz4frame refactoring
|
2015-03-16 22:35:02 +01:00 |
|
Yann Collet
|
2a02455fdf
|
minor refactoring
|
2015-03-16 19:19:39 +01:00 |
|
Yann Collet
|
3a6832497b
|
skippable frames support
|
2015-03-16 17:52:14 +01:00 |
|
Yann Collet
|
45b0642bf5
|
scan-build tests
|
2015-03-15 01:42:27 +01:00 |
|
Yann Collet
|
45a357fd17
|
Improved sparse file support
|
2015-03-13 02:24:08 +01:00 |
|
Yann Collet
|
e38c268b5a
|
Fixed minor g++ warnings
|
2015-03-11 20:11:14 +01:00 |
|
Yann Collet
|
e3f33d2579
|
Fixed minor warnings
|
2015-03-11 18:38:44 +01:00 |
|
Yann Collet
|
ceec6fa849
|
g++ compatibility
|
2015-03-10 16:57:42 +01:00 |
|
Yann Collet
|
daa320f3f7
|
New : lz4frame integrated into liblz4 (v1.5.0)
|
2014-12-13 15:05:46 +01:00 |
|
Yann Collet
|
d008c87151
|
New directory structure : library source files into /lib directory
|
2014-11-30 23:32:12 +01:00 |
|