summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.h
Commit message (Collapse)AuthorAgeFilesLines
* removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski2016-11-091-6/+4
|
* updated declaration of LZ4F_freeDecompressionContextPrzemyslaw Skibinski2016-11-071-1/+1
|
* fixed appveyor.ymlPrzemyslaw Skibinski2016-11-071-1/+1
|
* restricted deprecation warning to fairly recent gcc versions (>=6.0)Yann Collet2016-11-051-1/+1
|
* lz4frame obsolete enum should trigger deprecation warnings (on supported ↵Yann Collet2016-11-041-14/+21
| | | | compilers)
* fix #198 : no longer requires to restart streaming decompression from where ↵Yann Collet2016-11-041-10/+9
| | | | | | | it stopped. It permits relocating remaining data into another memory space. Still, the same content must be presented.
* fixed strict warningsYann Collet2016-11-041-16/+16
|
* updated commentsYann Collet2016-11-041-50/+57
|
* updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
|
* Use different prefix for each file to avoid conflictKouhei Sutou2016-09-231-23/+23
|
* Add LZ4LIB_APIKouhei Sutou2016-09-221-20/+36
| | | | | | | | | | | | It's based on Zstandard's ZSTDLIB_API. See also: https://github.com/Cyan4973/lz4/issues/216#issuecomment-226245432 Deprecated functions aren't LZ4LIB_API targets. Because we don't need to export deprecated functions from now. There are same LZ4LIB_API definitions in each header files instead of including a common header file because LZ4_DEPRECATED is defined so.
* minor comments clarificationYann Collet2016-08-111-24/+24
|
* Fixed #157 : LZ4F_getFrameInfo() fails on valid null-content frameYann Collet2016-08-111-5/+5
|
* Remove whitespace from ends of linesJulius Werner2016-02-131-1/+1
| | | | | | | I'm trying to import LZ4 code into a project with strict linting requirements. This will make that easier. Signed-off-by: Julius Werner <jwerner@chromium.org>
* Updated Makefile and .travisYann Collet2015-09-011-15/+15
|
* 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