summaryrefslogtreecommitdiffstats
path: root/doc/lz4_Frame_format.md
Commit message (Collapse)AuthorAgeFilesLines
* fix typos as suggested by @psteinbYann Collet2018-01-311-2/+2
|
* proposed a minor change to LZ4 Frame format specificationYann Collet2018-01-311-4/+12
| | | | add new terms "LZ4 Frame Header" and "LZ4 Frame Footer"
* added dictID inside LZ4F_frameInfo_tYann Collet2017-08-091-2/+1
| | | | | Compressor can set dictID on LZ4F_compressBegin() Decompressor can retrieve it using LZ4F_getFrameInfo()
* updated Frame specificationYann Collet2017-08-081-25/+52
| | | | | Restored DictID field in Frame header Bumped specification version to v1.6.0
* [Doc] Fix markdownChocobo12017-05-251-2/+2
|
* documentation moved to doc/Przemyslaw Skibinski2016-11-031-0/+385