Lucas CHOLLET a3d48319fe LibCompress/Deflate: Remove three useless FIXMEs 1 year ago
..
Brotli.cpp 707a36dd79 LibCompress/Brotli: Update the lookback buffer with uncompressed data 1 year ago
Brotli.h dbc25f18ec LibCompress: Let `BrotliDecompressionStream` take a `MaybeOwned` 1 year ago
BrotliDictionary.cpp 57ea3e160a LibCompress: Use a __FILE__-relative path for the brotli dictionary file 1 year ago
BrotliDictionary.cpp.dict.bin 57ea3e160a LibCompress: Use a __FILE__-relative path for the brotli dictionary file 1 year ago
BrotliDictionary.h d6a5b11f04 LibCompress: Implement Brotli decompressor 3 years ago
CMakeLists.txt d748edd994 LibCompress: Add a PackBits decoder 1 year ago
Deflate.cpp a3d48319fe LibCompress/Deflate: Remove three useless FIXMEs 1 year ago
Deflate.h 127f6ed6eb LibCompress: Fix a typo in `m_read_final_block` 1 year ago
DeflateTables.h c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 years ago
Gzip.cpp 062e0db46c LibCore: Make MappedFile OwnPtr-based 1 year ago
Gzip.h 90780d9ade LibCompress: Let `GzipDecompressor` take a `MaybeOwned<Stream>` 1 year ago
LZWDecoder.h 2a5cb5becb LibCompress: Add `LZWDecoder::decode_all()` 1 year ago
Lzma.cpp c911781c21 Everywhere: Remove needless trailing semi-colons after functions 2 years ago
Lzma.h a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 year ago
Lzma2.cpp c020ee8bfa LibCompress: Avoid overflowing the size of uncompressed LZMA2 chunks 2 years ago
Lzma2.h aae1404016 LibCompress: Add support for LZMA2 2 years ago
PackBitsDecoder.cpp d748edd994 LibCompress: Add a PackBits decoder 1 year ago
PackBitsDecoder.h d748edd994 LibCompress: Add a PackBits decoder 1 year ago
Xz.cpp a1cf2708ee LibCompress: Implement the XZ BCJ filter for ARM64 1 year ago
Xz.h a1cf2708ee LibCompress: Implement the XZ BCJ filter for ARM64 1 year ago
Zlib.cpp 8a853278d0 LibCompress: Port `ZlibDecompressor` to `AK::Stream` 1 year ago
Zlib.h a2f60911fe AK: Rename GenericTraits to DefaultTraits 1 year ago