summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame_static.h
Commit message (Collapse)AuthorAgeFilesLines
* updated frametestYann Collet2016-11-111-0/+2
|
* removed support for old error code enums from lz4frame_static.h, to free up ↵Yann Collet2016-11-041-1/+1
| | | | | | | namespace. note : lz4frame_static.h does not guaranteed API stability. note 2 : the macro to enable old error code enums is still present. Just needs to comment one line to re-enable them.
* minor code refactoringYann Collet2016-11-041-11/+10
|
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
|
* Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵Yann Collet2015-04-191-7/+9
| | | | decoding attempts
* Updated lz4frame error namesYann Collet2015-04-151-9/+5
|
* Issue#90 : Add LZ4F_ prefixTakayuki MATSUOKA2015-04-141-1/+5
| | | | | - Add LZ4F_ prefix to LZ4 frame related enums. - Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes.
* Revert "Revert "Add more descriptive frame errors""Charles Allen2015-04-141-0/+5
| | | | This reverts commit 5a6652708439800e30d21e0cd24ed15cfb745a8b.
* frame content size supportYann Collet2015-03-181-0/+2
|
* skippable frames supportYann Collet2015-03-161-0/+1
|
* Improved sparse file supportYann Collet2015-03-131-2/+1
|
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-0/+72