Add Compact Pro and DiskDoubler decompression support to README

This commit is contained in:
2026-04-17 11:33:24 +01:00
parent 0d2e05c419
commit fc0f0e72b4

View File

@@ -28,12 +28,17 @@ Currently implemented algorithms are:
- ACE v1 (LZ77) and v2 (blocked with delta/EXE/sound/picture modes)
- ARC methods 39 (pack, squeeze, crunch, squash) and PAK methods 1011 (crush, distill)
- ARJ methods 14 and ARJZ (standard LZH and extended DEFLATE)
- Compact Pro (RLE, LZH+RLE)
- DiskDoubler (ADn LZSS, DDn block Huffman LZ77, adaptive Huffman, Stac LZS, Compact Pro, LZW)
- HA (ASC and HSC)
- LHA (LH1LH7, LArc LZS/LZ5, PMarc PM1/PM2)
- RAR 1.5 (custom LZ77 with fixed Huffman tables)
- RAR 2.0 (block Huffman LZ77 with optional multichannel audio)
- RAR 3.0 (Huffman LZ77 / PPMd Variant H with VM-based post-filters)
- RAR 5.0 (Huffman LZ77 with native Delta/E8/E8E9/ARM filters)
- StuffIt classic methods 13, 5, 8, 1315 (RLE, LZW, Huffman, LZAH, MW, LZSS, Arsenic)
- StuffIt X methods 04, 6 (Brimstone/PPMd, Cyanide/BWT, Darkhorse/LZSS, Deflate, Blend, Iron/BWT)
- StuffIt X preprocessors (English dictionary, x86 executable transform)
- ZIP methods 16, 9, 9698 (Shrink, Reduce, Implode, Deflate64, WinZip JPEG, WavPack, PPMd)
- Zoo (LZD, LH5)