ladybird/Libraries/LibCompress
devgianlu 1c2b373e9c LibCompress: Refactor deflate de/compressor using zlib
Also remove two crash tests that are not relevant anymore because the
implementation changed substantially.
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: Refactor deflate de/compressor using zlib 2025-03-19 13:46:50 +01:00
Deflate.h LibCompress: Refactor deflate de/compressor using zlib 2025-03-19 13:46:50 +01:00
DeflateTables.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
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: Refactor gzip de/compressor using zlib 2025-03-19 13:46:50 +01:00
Gzip.h LibCompress: Refactor gzip de/compressor using zlib 2025-03-19 13:46:50 +01:00
Huffman.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Lzw.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PackBitsDecoder.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PackBitsDecoder.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Zlib.cpp LibCompress: Refactor zlib de/compressor using zlib 2025-03-19 13:46:50 +01:00
Zlib.h LibCompress: Refactor zlib de/compressor using zlib 2025-03-19 13:46:50 +01:00