Commit Graph

19 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
b3474d88f6 Fix lzd exported functions declarations. 2025-08-23 22:46:10 +01:00
6637fb486f Implement LZD from ZOO (method 1), heavily modified to support .NET straming mechanisms. 2025-08-23 22:07:11 +01:00
b285754ad4 Update copyright year. 2024-12-19 15:26:07 +00:00
123879fc7c General refactor and cleanup. 2024-04-30 15:37:29 +01:00
b5e7143e5d Up version to 6.0.0-alpha9. 2022-12-02 11:58:15 +00:00
aa350e110c Update copyright year. 2022-12-02 10:59:00 +00:00
a53d17cc14 Fix FLAC API with missing LPC order. 2021-11-06 19:43:04 +00:00
15ebcac129 ADd version checking function. 2021-10-31 17:42:54 +00:00
2466185ccc Add stubs to export BZIP2, LZFSE, LZMA and ZSTD. 2021-10-30 22:58:03 +01:00
37e8a8b4c7 Namespace exported symbols. 2021-10-30 21:58:10 +01:00
00cc6f2b09 Move all function declarations to library header. 2021-10-30 21:48:43 +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