Commit Graph

18 Commits

Author SHA1 Message Date
54410bf59e Add PAK methods 10 (crush) and 11 (distill). 2025-09-02 13:01:16 +01:00
1323bba72f Add ARC methods 8 (Crunch) and 9 (squash), 12-bit and 13-bit Dynamic LZW. 2025-09-02 10:19:51 +01:00
a39e6abb97 Add ARC methods 5, 6 and 7, LZW with different hash tables, with and without non-repeat packing, aka crunch. 2025-09-02 03:52:35 +01:00
afc6f3e2bc Add ARC method 4 Huffman squeezing decompression implementation and tests 2025-09-02 03:06:31 +01:00
bfb9a6b524 Add ARC non-repeat packing decompression implementation and tests. 2025-09-01 23:30:57 +01:00
057d0c0242 Add support for decompressing Lempel-Ziv-Huffman, LH5 variant. 2025-08-26 01:02:37 +01:00
6637fb486f Implement LZD from ZOO (method 1), heavily modified to support .NET straming mechanisms. 2025-08-23 22:07:11 +01:00
123879fc7c General refactor and cleanup. 2024-04-30 15:37:29 +01:00
08d0d5862d Add compression tests. 2021-10-21 05:02:52 +01:00
a6fce35a2c Add FLAC. 2021-10-20 00:44:34 +01:00
81b9fe7704 Add LZMA SDK. 2021-10-19 21:27:23 +01:00
cf4f706b31 Add zstd. 2021-10-19 03:44:20 +01:00
e45cf28dee Add LZFSE. 2021-10-19 02:56:20 +01:00
e6bd313555 Add lzip. 2021-10-18 02:44:57 +01:00
2ea79225cc Add libbz2. 2021-10-18 00:17:15 +01:00
b12b12f8f4 Add Apple ADC algorithm. 2021-10-17 04:45:11 +01:00
1a9a76b2d3 Add Apple RLE algorithm. 2021-10-14 04:37:48 +01:00
05dbda33ab Initial commit. 2021-10-14 04:01:16 +01:00