Add MACE 6:1 decompression to fix some missing audio samples, parallelize deflate compression

This commit is contained in:
elasota
2020-06-07 17:17:32 -04:00
parent 4c3ccbd7fa
commit b37b0a4f8a
7 changed files with 492 additions and 36 deletions

View File

@@ -90,3 +90,11 @@ The "unpacktool" utility is heavily based on code from The Unarchiver.
Copyright (C) 2006-2013 Dag Ågren
Distributed under the LGPLv2 license (See license_lgplv2.txt)
FFmpeg:
The "gpr2gpa" tool uses MACE decompression code from FFmpeg.
Copyright (c) 2002 Laszlo Torok <torokl@alpha.dfmk.hu>
Distributed under the LGPLv2 license (See license_lgplv2.txt)