ladybird/Libraries/LibCompress
devgianlu c4b76bea13 LibCompress: Introduce generic de/compressor using zlib
This compressor decompressor is capable of handling zlib, gzip and
deflate all in one.
2025-03-19 13:46:50 +01:00
..
CMakeLists.txt LibCompress: Introduce generic de/compressor using zlib 2025-03-19 13:46:50 +01:00
Deflate.cpp LibCompress: Clean up #include directives 2024-11-20 15:17:31 +01:00
Deflate.h
DeflateTables.h
Forward.h LibCompress: Add a forwarding header 2024-11-17 22:37:45 +01:00
GenericZlib.cpp LibCompress: Introduce generic de/compressor using zlib 2025-03-19 13:46:50 +01:00
GenericZlib.h LibCompress: Introduce generic de/compressor using zlib 2025-03-19 13:46:50 +01:00
Gzip.cpp LibCompress: Clean up #include directives 2024-11-20 15:17:31 +01:00
Gzip.h LibCompress: Allow using GzipCompressor in a streaming fashion 2024-11-17 22:37:45 +01:00
Huffman.h
Lzw.h
PackBitsDecoder.cpp
PackBitsDecoder.h
Zlib.cpp LibCompress: Don't assume zlib header is available right away 2024-11-18 19:55:46 -05:00
Zlib.h LibCompress: Don't assume zlib header is available right away 2024-11-18 19:55:46 -05:00