summaryrefslogtreecommitdiffstats
path: root/lz4frame.h
Commit message (Collapse)AuthorAgeFilesLines
* LZ4IO : modified to use lz4frame insteadYann Collet2014-11-301-1/+1
|
* LZ4 HC streaming integrated within lz4frameYann Collet2014-10-271-1/+1
|
* updated comment on compressionLevel fieldYann Collet2014-09-241-1/+1
|
* lz4frame : support stableDst optionYann Collet2014-09-211-10/+13
| | | | | | Multiple bugfixes within lz4frame decompression Small decompression speed improvements Improved fuzzer test, with more thorough and complex tests
* small improvements to lz4frame compressionYann Collet2014-09-141-1/+1
|
* fullbench : added benchmark for LZ4F_decompress()Yann Collet2014-09-131-1/+1
|
* LZ4F_getFrameInfo() : provides srcSize hint like LZ4F_decompress()Yann Collet2014-09-131-1/+3
|
* LZ4F_decompressFrame : implemented srcSizeHint as function resultYann Collet2014-09-131-7/+11
|
* lz4frame : implemented option stableSrcYann Collet2014-09-131-4/+4
| | | Improved LZ4_compressFrame() speed
* lz4frame : autoflush mode : saves memory, and improves compression speedYann Collet2014-09-121-10/+9
| | | LZ4F_getFrameInfo() fix, thanks to Christopher Jackson
* Improved lz4frame compression speedYann Collet2014-09-101-7/+5
| | | Added : fullbench test -c14 (LZ4F_compressFrame)
* More tests : random flushesYann Collet2014-09-101-3/+7
|
* Fix : streaming mode bug (re-using context & buffers)Yann Collet2014-09-101-0/+1
|
* API change : compressionContext more easily reusableYann Collet2014-09-071-7/+7
|
* Implemented Content Checksum Verification within LZ4F_decompress()Yann Collet2014-09-051-3/+7
|
* fixed : LZ4F_decompress()Yann Collet2014-09-041-6/+8
| | | more decompress tests
* Completed first version of lz4frame decompressYann Collet2014-09-031-5/+7
| | | Added a first decompression test
* Added : preliminary frame decompression functionYann Collet2014-09-011-12/+12
|
* lz4frame compression API v1 completedYann Collet2014-08-301-8/+9
| | | Added : test program frametest
* lz4frame minor API fixes (pointers)Yann Collet2014-08-291-18/+24
| | | lz4frame.c first example code (incomplete)
* minor lz4frame API update : errorCodes & frameInfoYann Collet2014-08-291-23/+26
|
* lz4frame API update : introducing LZ4F_getHeaderInfo()Yann Collet2014-08-281-36/+24
|
* clarified comments within lz4frame APIYann Collet2014-08-271-10/+48
|
* early LZ4F decompression APIYann Collet2014-08-261-3/+36
|
* LZ4F API update. Creating "simple function" (compression only)Yann Collet2014-08-251-14/+33
|
* Updated LZ4F API : differentiate resource/compression functionsYann Collet2014-08-231-13/+38
|
* minor lz4frame API updateYann Collet2014-08-191-6/+6
|
* Added : lz4frame comments (doc)Yann Collet2014-08-191-7/+57
|
* updated lz4frame API, following suggestions from Takayuki MatsuokaYann Collet2014-08-191-0/+79