mame/3rdparty/README.md
Vas Crabb 05e69b43e9
Added Zstandard support for zip archives and CHDs. (#11827)
* 3rdparty/zstd: Added Zstandard compression library version 1.5.5.
* util/unzip.cpp: Added support for Zstandard compression (method 93).
* util/chdcodec.cpp: Added support for Zstandard compression.
* 3rdparty/flac: Always define NDEBUG to avoid log spam.
2023-12-11 10:48:02 +11:00

75 lines
3.5 KiB
Markdown

# **3rdparty** #
asio - [Boost Software License](http://www.boost.org/LICENSE_1_0.txt)
asmjit - [zlib license](http://opensource.org/licenses/Zlib)
benchmark - [Apache License, Version 2.0](http://opensource.org/licenses/Apache-2.0) (used only for testing, not part of distribution)
bgfx - [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)
bimg - [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)
bx - [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)
catch - [Boost Software License](http://www.boost.org/LICENSE_1_0.txt)
compat - Wine headers missing in MinGW [The GNU Lesser General Public License, version 2.1 (LGPL-2.1)](http://opensource.org/licenses/LGPL-2.1)
**note that this one contain headers only and that real library/dll is dynamically loaded so use in commercial project is allowed, will be removed when becomes part of MinGW distribution**
dxsdk - [DirectX SDK EULA](https://github.com/mamedev/mame/blob/master/3rdparty/dxsdk/Documentation/License%20Agreements/DirectX%20SDK%20EULA.txt)
expat - [The MIT License (MIT)](http://opensource.org/licenses/MIT)
flac - [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) (codecs), [The GNU General Public License, version 2](https://opensource.org/licenses/GPL-2.0)
genie - [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause)
glm - [The MIT License (MIT)](http://opensource.org/licenses/MIT)
libjpeg - [Custom BSD-like](https://github.com/numenta/nupic/blob/master/external/licenses/LICENSE.libjpeg-6b.txt)
linenoise - [The BSD 2-Clause License](http://opensource.org/licenses/BSD-2-Clause)
lsqlite3 - [The MIT License (MIT)](http://opensource.org/licenses/MIT)
lua - [The MIT License (MIT)](http://opensource.org/licenses/MIT)
lua-linenoise - [The MIT License (MIT)](http://opensource.org/licenses/MIT)
lua-zlib - [The MIT License (MIT)](http://opensource.org/licenses/MIT)
luafilesystem - [The MIT License (MIT)](http://opensource.org/licenses/MIT)
lzma - Custom public domain license
minimp3 - [Creative Commons Zero v1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/)
nanosvg - [zlib license](http://opensource.org/licenses/Zlib)
portaudio - [The MIT License (MIT)](http://opensource.org/licenses/MIT) explanation at [their site](http://www.portaudio.com/license.html)
portmidi - [The MIT License (MIT)](http://opensource.org/licenses/MIT)
pugixml - [The MIT License (MIT)](http://opensource.org/licenses/MIT)
rapidjson - [The MIT License (MIT)](http://opensource.org/licenses/MIT), [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) (msinttypes), JSON license (JSON_checker)
softfloat - ["Softfloat 2b" U.C. Berkeley modified license](https://github.com/mamedev/mame/blob/master/3rdparty/softfloat/README.txt) MIT compatible
softfloat3 - [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause)
sol2 - [The MIT License (MIT)](http://opensource.org/licenses/MIT)
sqlite3 - Custom public domain license
tap-windows6.h - Dual-licensed [The GNU General Public License, version 2](https://opensource.org/licenses/GPL-2.0) and [The MIT License (MIT)](http://opensource.org/licenses/MIT)
utf8proc - [The MIT License (MIT)](http://opensource.org/licenses/MIT)
wdlfft - [zlib license](http://opensource.org/licenses/Zlib)
zlib - [zlib license](http://opensource.org/licenses/Zlib)
zstd - Dual-licensed [The BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause) and [The GNU General Public License, version 2](https://opensource.org/licenses/GPL-2.0)