summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.h
Commit message (Expand)AuthorAgeFilesLines
* updated license & header datesYann Collet2020-11-251-1/+1
* minor refactor of lz4ioYann Collet2020-11-131-2/+3
* LZ4F_decompress requires a valid dctx stateYann Collet2020-11-071-2/+4
* added target lz4-wlibYann Collet2020-08-111-3/+3
* Merge pull request #856 from indragiek/indragiek/lz4f-visibilityYann Collet2020-08-081-6/+11
|\
| * LZ4LIB_VISIBILITY -> LZ4FLIB_VISIBILITY in commentIndragie Karunaratne2020-08-051-1/+1
| * Add LZ4FLIB_VISIBILITY for controlling library symbol visibilityIndragie Karunaratne2020-04-261-6/+11
* | fix LZ4F_compressBound when automatic flushing is enabledChristopher Harvie2020-05-141-1/+1
|/
* Add multiframe report to --list commandgstedman2019-05-151-0/+9
* lz4frame: initializers compatibility with C++Yann Collet2019-04-191-2/+2
* updated doc to underline difference between block and frameYann Collet2019-04-121-5/+8
* improved documentation for LZ4 dictionary compressionYann Collet2019-04-111-1/+19
* made LZ4F_getHeaderSize() publicYann Collet2019-04-101-15/+51
* Make LZ4F_getBlockSize public and publis in experimental sectionTim Zakian2019-01-091-0/+1
* updated code documentationYann Collet2018-10-151-8/+13
* added a test for LZ4F_compressEnd()Yann Collet2018-10-091-0/+2
* avoid final trailing comma for enum listsYann Collet2018-09-131-10/+10
* added comments on version numbersYann Collet2018-09-061-5/+6
* Introduced constants LZ4F_INIT_*Yann Collet2018-09-051-9/+17
* favorDecSpeed feature can be triggered from lz4frameYann Collet2018-04-261-4/+5
* Integrate lz4frame_static.h Declarations into lz4frame.hW. Felix Handte2018-04-241-0/+120
* minor length reduction of several large linesYann Collet2018-04-181-21/+29
* updated LZ4F_compressBound() documentationYann Collet2018-02-281-3/+6
* refactored frameCompress exampleYann Collet2018-01-311-4/+8
* modified formulation for LZ4F_compressBound()Yann Collet2018-01-141-19/+19
* updated LZ4F_decompress() documentationYann Collet2018-01-131-11/+16
* restored block checksum capability at lz4frame API levelYann Collet2017-08-121-10/+15
* implemented lz4frame decompression APIYann Collet2017-08-101-5/+5
* support dictionary compression with independent blocksYann Collet2017-08-101-31/+32
* fixed gcc prototype warningYann Collet2017-08-101-1/+1
* dictionary compression correctly uses compression levelYann Collet2017-08-101-1/+3
* implemented dictionary compression in lz4frameYann Collet2017-08-091-19/+20
* added dictID inside LZ4F_frameInfo_tYann Collet2017-08-091-2/+3
* clarified lz4frame api comment (#350)Yann Collet2017-06-131-15/+17
* added test for LZ4F_resetDecompressionContext()Yann Collet2017-05-101-6/+3
* updated MakefileYann Collet2017-05-101-1/+1
* expose LZ4F_resetDecompressionContext()Yann Collet2017-05-101-0/+11
* [LZ4F] Allow users to disable LZ4F_DEPRECATENick Terrell2017-04-261-5/+9
* lz4frame : Added negative compression levelsYann Collet2017-04-091-1/+1
* Improved comments on LZ4F_getFrameInfo()Yann Collet2017-03-291-5/+9
* Safer LZ4_getFrameInfo()Yann Collet2017-03-291-11/+16
* fixed API comment for LZ4F_createCompressionContext()Yann Collet2017-03-241-1/+1
* added `extern C` for lz4.h static sectionYann Collet2017-03-171-13/+12
* LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet2017-03-161-2/+2
* Explicitly set visibility of public API functions when gcc is usedDmitry V. Levin2017-03-101-0/+4
* updated comments on block sizesYann Collet2017-02-081-2/+8
* lz4frame.h: added IntroductionPrzemyslaw Skibinski2017-01-231-0/+9
* lz4frame.h: prepared to generate manualPrzemyslaw Skibinski2017-01-231-20/+20
* LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compress...Yann Collet2016-12-211-11/+12
* added a few datesYann Collet2016-11-211-1/+1