summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.h
Commit message (Collapse)AuthorAgeFilesLines
* moved lz4frame context types to incomplete typedefYann Collet2015-04-271-6/+6
|
* Increased aligment requirement for lz4frame context pointerYann Collet2015-04-241-3/+3
|
* Modified lz4frame context typedef, to enforce stricter alignment conditionYann Collet2015-04-241-2/+2
|
* Updated LZ4F_freeDecompressionContext(), to provide stage hint as resultYann Collet2015-04-201-0/+2
|
* Changed LZ4F compressionLevel from unsigned to signed, in anticipation for ↵Yann Collet2015-04-201-3/+3
| | | | LZ4_compress_fast() integration.
* Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵Yann Collet2015-04-191-11/+9
| | | | decoding attempts
* minor header refactoringYann Collet2015-04-161-16/+15
|
* Add LZ4F_OBSOLETE_ENUM() to describe obsolete enumsTakayuki MATSUOKA2015-04-161-19/+45
| | | | | | - Add LZ4F_OBSOLETE_ENUM() to describe obsolete enums - Add compatible typedefs for obsolete enum types - Remove constant macros
* Issue#90 : Change old enum to macro to maximize compatibilityTakayuki MATSUOKA2015-04-141-4/+13
|
* Issue#90 : Add LZ4F_ prefixTakayuki MATSUOKA2015-04-141-6/+13
| | | | | - Add LZ4F_ prefix to LZ4 frame related enums. - Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes.
* Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ↵Yann Collet2015-04-141-3/+3
| | | | case instead of default.
* Clarified lz4frame.h inline docYann Collet2015-04-111-6/+8
|
* Updated comments on LZ4F_getFrameInfo()Yann Collet2015-03-301-0/+4
|
* lz4frame validates contentSize during decompressionYann Collet2015-03-291-25/+27
|
* Changed struct member to contentSizeYann Collet2015-03-291-1/+1
|
* frame content size supportYann Collet2015-03-181-8/+9
|
* skippable frames supportYann Collet2015-03-161-1/+3
|
* Improved sparse file supportYann Collet2015-03-131-2/+1
|
* g++ compatibilityYann Collet2015-03-101-1/+1
|
* Updated commentsYann Collet2014-12-131-8/+0
|
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-15/+3
|
* minor refactoringYann Collet2014-12-061-12/+15
|
* lz4frame.h : clarified a few commentsYann Collet2014-12-011-19/+27
|
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-0/+261