summaryrefslogtreecommitdiffstats
path: root/lz4frame.c
Commit message (Expand)AuthorAgeFilesLines
* LZ4 HC streaming integrated within lz4frameYann Collet2014-10-271-401/+442
* fixed LZ4F_compressFrameBound (dynamic block resize)Yann Collet2014-10-211-0/+14
* Fixed : LZ4F_compressBound() using null preferencesPtrYann Collet2014-10-051-10/+11
* fixed : clang warningsYann Collet2014-09-221-445/+452
* Added : suooirt for s390x, thanks to Nobuhiro IwamatsuYann Collet2014-09-221-36/+36
* LZ4F_compressFrame : fix potential crash on selecting custom preferencesYann Collet2014-09-221-1/+1
* LZ4F_compressFrame() : auto-resize block size when unnecessarily largeYann Collet2014-09-221-3/+20
* Slightly improved decompression speed (linkedBlockMode, small frames primarily)Yann Collet2014-09-221-1/+2
* LZ4F_getFrameInfo() No longer requires to continue decoding at address after ...Yann Collet2014-09-221-2/+21
* lz4frame : support stableDst optionYann Collet2014-09-211-75/+182
* small improvements to lz4frame compressionYann Collet2014-09-141-81/+77
* Restored variable output size fuzzer testYann Collet2014-09-131-9/+14
* Frame decompression speed optimizationYann Collet2014-09-131-15/+49
* fullbench : added benchmark for LZ4F_decompress()Yann Collet2014-09-131-1/+1
* LZ4F_getFrameInfo() : provides srcSize hint like LZ4F_decompress()Yann Collet2014-09-131-3/+6
* LZ4F_decompressFrame : implemented srcSizeHint as function resultYann Collet2014-09-131-86/+122
* lz4frame : implemented option stableSrcYann Collet2014-09-131-13/+11
* lz4frame : autoflush mode : saves memory, and improves compression speedYann Collet2014-09-121-27/+54
* slightly improved frame compression speedYann Collet2014-09-111-13/+11
* Improved lz4frame compression speedYann Collet2014-09-101-89/+46
* Fix : streaming mode bug (re-using context & buffers)Yann Collet2014-09-101-12/+13
* Added : streaming modeYann Collet2014-09-091-36/+120
* minor allocation correction (compressBegin)Yann Collet2014-09-071-0/+1
* API change : compressionContext more easily reusableYann Collet2014-09-071-17/+22
* Improved frame decompression testYann Collet2014-09-061-3/+4
* More tests (variation of blocksize & checksum)Yann Collet2014-09-061-0/+1
* Added some more testsYann Collet2014-09-051-1/+1
* Implemented Content Checksum Verification within LZ4F_decompress()Yann Collet2014-09-051-43/+46
* fixed : LZ4F_decompress()Yann Collet2014-09-041-39/+62
* Completed first version of lz4frame decompressYann Collet2014-09-031-112/+265
* Added : preliminary frame decompression functionYann Collet2014-09-011-1/+243
* upgraded lz4frame compression testsYann Collet2014-08-311-1/+1
* lz4frame compression API v1 completedYann Collet2014-08-301-72/+359
* fix : lz4frame : added default blockSizeIDYann Collet2014-08-291-0/+3
* lz4frame minor API fixes (pointers)Yann Collet2014-08-291-0/+265