ladybird/Userland/Libraries/LibCompress
Michiel Visser d6a5b11f04 LibCompress: Implement Brotli decompressor
This implements the BrotliDecompressionStream, which is a Core::Stream
that can decompress another Core::Stream.
2022-05-21 22:41:40 +02:00
..
Brotli.cpp LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
Brotli.h LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
BrotliDictionary.cpp LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
BrotliDictionary.h LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
BrotliDictionaryData.bin LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
CMakeLists.txt LibCompress: Implement Brotli decompressor 2022-05-21 22:41:40 +02:00
Deflate.cpp LibCompress: Change DeflateSpecialCodeLengths to constexpr variables 2022-04-03 17:36:48 +01:00
Deflate.h LibCompress: Change DeflateSpecialCodeLengths to constexpr variables 2022-04-03 17:36:48 +01:00
DeflateTables.h LibCompress: Add missing header to DeflateTables.h 2021-10-06 23:52:40 +01:00
Gzip.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Gzip.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Zlib.cpp Userland: Remove a bunch of unnecessary Vector imports 2022-01-28 23:40:25 +01:00
Zlib.h Everywhere: Pass AK::ReadonlyBytes by value 2021-11-11 01:27:46 +01:00