summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a few minor visual analyzer warningsYann Collet2015-06-291-2/+2
|
* Added compilation flag -Wcast-qualYann Collet2015-05-061-10/+10
|
* Updated lz4hc APIYann Collet2015-05-031-2/+2
|
* New lz4 API, using LZ4_compress_fast()Yann Collet2015-05-031-2/+2
|
* moved lz4frame context types to incomplete typedefYann Collet2015-04-271-31/+30
|
* Modified lz4frame context typedef, to enforce stricter alignment conditionYann Collet2015-04-241-3/+4
|
* Frame content size disabled by default when using LZ4F_compressFrame(), to ↵Yann Collet2015-04-211-1/+0
| | | | be in better coherence with the advanced API LZ4F_compress_update()
* Removed obsolete functions from lz4 cliYann Collet2015-04-211-4/+4
|
* Updated LZ4F_freeDecompressionContext(), to provide stage hint as resultYann Collet2015-04-201-1/+3
|
* Changed LZ4F compressionLevel from unsigned to signed, in anticipation for ↵Yann Collet2015-04-201-6/+6
| | | | LZ4_compress_fast() integration.
* Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header ↵Yann Collet2015-04-191-37/+45
| | | | decoding attempts
* Updated lz4frame error namesYann Collet2015-04-151-10/+10
|
* Issue#90 : Add LZ4F_ prefixTakayuki MATSUOKA2015-04-141-58/+58
| | | | | - 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-7/+7
| | | | This reverts commit 5a6652708439800e30d21e0cd24ed15cfb745a8b.
* Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ↵Yann Collet2015-04-141-1/+2
| | | | case instead of default.
* Fixed issue #84Yann Collet2015-04-121-3/+3
|
* Fixed : a few minor coverity warningsYann Collet2015-04-121-6/+12
|
* Fixed a few warnings from -fsanitize=undefinedYann Collet2015-04-091-8/+9
|
* Fixed issue 160, reported by Eric BergeYann Collet2015-04-011-1/+1
|
* Fixed : Windows compilationYann Collet2015-03-311-2/+4
| | | Added : Appveyor badge
* Updated comments on LZ4F_getFrameInfo()Yann Collet2015-03-301-4/+4
|
* lz4frame validates contentSize during decompressionYann Collet2015-03-291-6/+10
|
* Changed struct member to contentSizeYann Collet2015-03-291-10/+10
|
* frame content size supportYann Collet2015-03-181-67/+130
|
* minor lz4frame optimisation (no more malloc() on using LZ4F_compressFrame() ↵Yann Collet2015-03-161-7/+14
| | | | in fast mode)
* minor lz4frame refactoringYann Collet2015-03-161-30/+19
|
* minor refactoringYann Collet2015-03-161-10/+14
|
* skippable frames supportYann Collet2015-03-161-37/+111
|
* scan-build testsYann Collet2015-03-151-22/+19
|
* Improved sparse file supportYann Collet2015-03-131-2/+2
|
* Fixed minor g++ warningsYann Collet2015-03-111-7/+6
|
* Fixed minor warningsYann Collet2015-03-111-10/+13
|
* g++ compatibilityYann Collet2015-03-101-51/+41
|
* New : lz4frame integrated into liblz4 (v1.5.0)Yann Collet2014-12-131-2/+2
|
* New directory structure : library source files into /lib directoryYann Collet2014-11-301-0/+1330