aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-11Remove VNDK definition(s)HEADmastermainKiyoung Kim
2024-02-20Enable GPU in crosvmemu-34-3-releaseJiyong Park
2022-10-06Upgrade lz4 to v1.9.4Sadaf Ebrahimi
2022-08-13Add note about RC_INVOKEDTakayuki Matsuoka
2022-08-12Suppress warning from rc.exeTakayuki Matsuoka
2022-08-12Suppress false positive warning from MSVCTakayuki Matsuoka
2022-08-11faster CLI decompression speed for frames with -BD4 settingYann Collet
2022-08-11updated documentation in anticipation for `v1.9.4` releaseYann Collet
2022-08-11Add short description of LZ4_FREESTANDING and _DISABLE_MEMORY_ALLOCATIONTakayuki Matsuoka
2022-08-11Fix document for LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATION in lz4.cTakayuki Matsuoka
2022-08-10Merge pull request #1129 from t-mat/disable-memory-alloc-add-docYann Collet
2022-08-11Add short document of LZ4_FREESTANDING to lz4.hTakayuki Matsuoka
2022-08-07Fix: Disable LZ4HC correspond functions when LZ4_STATIC_LINKING_ONLY_DISABLE_...Takayuki Matsuoka
2022-08-07Add LZ4_FREESTANDINGTakayuki Matsuoka
2022-08-06Fix: Disable prototypes in header fileTakayuki Matsuoka
2022-08-06Add: Doxygen comment for LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATIONTakayuki Matsuoka
2022-08-05Merge pull request #1124 from t-mat/compile-time-purge-memalloc-funcYann Collet
2022-08-03simplify read_variable_length()Yann Collet
2022-08-02refactor read_variable_length()Yann Collet
2022-08-02remove support of decompress_fast*() from decompress_generic()Yann Collet
2022-08-02introduce LZ4_decompress_unsafe_generic()Yann Collet
2022-08-01Fix : Internal memory allocation macro namesTakayuki Matsuoka
2022-07-31fix: various typosDominique Pelle
2022-07-31Introduce LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATIONTakayuki Matsuoka
2022-07-31New macro for memcpy, memmove and memsetTakayuki Matsuoka
2022-07-29can select validation of CRC during benchmarkYann Collet
2022-07-29added ability to skip checksum calculation when decoding LZ4 FramesYann Collet
2022-07-29implement decoder-only benchmark modeYann Collet
2022-07-29minor refactorYann Collet
2022-07-15Merge pull request #1115 from lz4/lz4f_customMemYann Collet
2022-07-15support skippable frames within pipeYann Collet
2022-07-14implemented LZ4F_createCDict_advanced()Yann Collet
2022-07-13implemented LZ4F_createDecompressionContext_advanced()Yann Collet
2022-07-13Merge branch 'dev' into lz4f_customMemYann Collet
2022-07-13implemented first custom memory manager interfaceYann Collet
2022-07-13fix stricter enum type requirements for C++Yann Collet
2022-07-13minor : proper interface for LZ4F_getBlockSize()Yann Collet
2022-07-13declare experimental prototype for LZ4F custom Memory managerYann Collet
2022-07-13removed ->dictBase from lz4hc stateYann Collet
2022-07-13removed ->base from lz4hc stateYann Collet
2022-07-13Re-organize state's internal to be more compactYann Collet
2022-07-12minor : specify min versions for library version identifiersYann Collet
2022-07-12clarify static sizes of states for static allocationYann Collet
2022-07-11Merge pull request #1104 from jonrumsey/os400-build-fixYann Collet
2022-07-11minor refactor : simplify LZ4F_makeBlockYann Collet
2022-07-11Change definitions of LZ4_STREAMSIZE, LZ4_STREAMDECODESIZE and LZ4_STREAMHCSI...jonrumsey
2022-07-05Merge pull request #1094 from alexmohr/add-uncompressed-apiYann Collet
2022-07-05review: fix findingsAlexander Mohr
2022-07-05uncompressed-api: allow uncompressed_update only for independent blocksAlexander Mohr
2022-07-04updated dll READMEYann Collet