Commit Graph

17 Commits

Author SHA1 Message Date
Yann Collet
0400451ac2 Fix : streaming mode bug (re-using context & buffers) 2014-09-10 13:00:39 +01:00
Yann Collet
d1d1f8835d API change : compressionContext more easily reusable 2014-09-07 12:57:09 +01:00
Yann Collet
28f38c328d Implemented Content Checksum Verification within LZ4F_decompress() 2014-09-05 15:50:06 +01:00
Yann Collet
b03f8f0e6f fixed : LZ4F_decompress()
more decompress tests
2014-09-04 22:56:51 +01:00
Yann Collet
e619cfe852 Completed first version of lz4frame decompress
Added a first decompression test
2014-09-03 19:49:59 +01:00
Yann Collet
f7f67e778c Added : preliminary frame decompression function 2014-09-01 22:44:02 +01:00
Yann Collet
f66721d303 lz4frame compression API v1 completed
Added : test program frametest
2014-08-30 18:14:44 +01:00
Yann Collet
47b70f4956 lz4frame minor API fixes (pointers)
lz4frame.c first example code (incomplete)
2014-08-29 16:35:13 +01:00
Yann Collet
2050756f0f minor lz4frame API update : errorCodes & frameInfo 2014-08-29 10:15:04 +01:00
Yann Collet
3108eef810 lz4frame API update : introducing LZ4F_getHeaderInfo() 2014-08-28 10:14:33 +01:00
Yann Collet
1174bec25b clarified comments within lz4frame API 2014-08-27 09:14:17 +01:00
Yann Collet
d2d3c4f10d early LZ4F decompression API 2014-08-26 10:27:45 +01:00
Yann Collet
686d6327b3 LZ4F API update. Creating "simple function" (compression only) 2014-08-26 00:56:54 +01:00
Yann Collet
35946be118 Updated LZ4F API : differentiate resource/compression functions 2014-08-23 14:06:56 +01:00
Yann Collet
536a1236c2 minor lz4frame API update 2014-08-19 21:19:29 +01:00
Yann Collet
59b2c9df9d Added : lz4frame comments (doc) 2014-08-19 17:24:37 +01:00
Yann Collet
c88999ad0d updated lz4frame API, following suggestions from Takayuki Matsuoka 2014-08-19 16:09:07 +01:00