2016-10-09 21:36:17 +00:00
|
|
|
# Third party libraries
|
|
|
|
|
|
|
|
|
2016-10-10 17:50:51 +00:00
|
|
|
## enet
|
|
|
|
|
|
|
|
- Upstream: http://enet.bespin.org
|
|
|
|
- Version: 1.3.13
|
|
|
|
- License: MIT
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2016-10-14 16:58:24 +00:00
|
|
|
- all .c files in the main directory
|
2016-10-10 17:50:51 +00:00
|
|
|
- the include/enet/ folder as enet/
|
|
|
|
- LICENSE file
|
|
|
|
|
|
|
|
Important: Some files have been modified by Godot developers so that they work
|
|
|
|
for all platforms (especially WinRT). Check the diff with the 1.3.13 tarball
|
|
|
|
before the next update.
|
|
|
|
|
|
|
|
|
2016-10-14 06:27:59 +00:00
|
|
|
## glew
|
|
|
|
|
|
|
|
- Upstream: http://glew.sourceforge.net
|
|
|
|
- Version: 1.13.0
|
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2016-10-14 16:58:24 +00:00
|
|
|
- `src/glew.c`
|
2016-10-14 06:27:59 +00:00
|
|
|
- include/GL/ as GL/
|
|
|
|
- LICENSE.txt
|
|
|
|
|
|
|
|
|
2016-10-09 22:03:33 +00:00
|
|
|
## jpeg-compressor
|
|
|
|
|
|
|
|
- Upstream: https://github.com/richgel999/jpeg-compressor
|
|
|
|
- Version: 1.04
|
|
|
|
- License: Public domain
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2016-10-14 16:58:24 +00:00
|
|
|
- `jpgd.{c,h}`
|
2016-10-09 22:03:33 +00:00
|
|
|
|
|
|
|
|
2016-10-13 18:46:42 +00:00
|
|
|
## libmpcdec
|
|
|
|
|
|
|
|
- Upstream: https://www.musepack.net
|
|
|
|
- Version: SVN somewhere between SV7 and SV8 (r475)
|
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
- all .c and .h files in libmpcdec/
|
|
|
|
- include/mpc as mpc/
|
|
|
|
- COPYING from libmpcdec/
|
|
|
|
|
|
|
|
|
2016-10-12 18:37:38 +00:00
|
|
|
## libogg
|
|
|
|
|
|
|
|
- Upstream: https://www.xiph.org/ogg
|
|
|
|
- Version: 1.3.2
|
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2016-10-14 16:58:24 +00:00
|
|
|
- `src/*.c`
|
|
|
|
- `include/ogg/*.h` in ogg/
|
2016-10-12 18:37:38 +00:00
|
|
|
- COPYING
|
|
|
|
|
|
|
|
|
2016-10-09 21:36:17 +00:00
|
|
|
## libpng
|
|
|
|
|
|
|
|
- Upstream: http://libpng.org/pub/png/libpng.html
|
|
|
|
- Version: 1.6.23
|
|
|
|
- License: libpng/zlib
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2016-10-14 16:58:24 +00:00
|
|
|
- all .c and .h files of the main directory, except from
|
|
|
|
`example.c` and `pngtest.c`
|
2016-10-09 21:36:17 +00:00
|
|
|
- the arm/ folder
|
2016-10-14 16:58:24 +00:00
|
|
|
- `scripts/pnglibconf.h.prebuilt` as `pnglibconf.h`
|
2016-10-11 18:44:26 +00:00
|
|
|
|
|
|
|
|
2016-10-12 18:37:38 +00:00
|
|
|
## libvorbis
|
|
|
|
|
|
|
|
- Upstream: https://www.xiph.org/vorbis
|
|
|
|
- Version: 1.3.5
|
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2016-10-14 16:58:24 +00:00
|
|
|
- `src/*` except from: `lookups.pl`, `Makefile.*`
|
|
|
|
- `include/vorbis/*.h` as vorbis/
|
2016-10-12 18:37:38 +00:00
|
|
|
- COPYING
|
|
|
|
|
|
|
|
|
2016-10-11 21:35:58 +00:00
|
|
|
## libwebp
|
|
|
|
|
|
|
|
- Upstream: https://chromium.googlesource.com/webm/libwebp/
|
|
|
|
- Version: 0.5.1
|
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from the upstream source:
|
|
|
|
|
2016-10-14 16:58:24 +00:00
|
|
|
- `src/*` except from: .am and .in, files, extras/, `webp/extras.h`
|
2016-10-11 21:35:58 +00:00
|
|
|
- AUTHORS, COPYING, PATENTS
|
|
|
|
|
|
|
|
Important: The files `utils/bit_reader.{c,h}` have Godot-made
|
|
|
|
changes to ensure they build for Javascript/HTML5. Those
|
|
|
|
changes are marked with `// -- GODOT --` comments.
|
|
|
|
|
|
|
|
|
2016-10-12 21:06:17 +00:00
|
|
|
## openssl
|
|
|
|
|
|
|
|
- Upstream: https://www.openssl.org
|
|
|
|
- Version: 1.2.0h
|
|
|
|
- License: OpenSSL license / BSD-like
|
|
|
|
|
|
|
|
Files extracted from the upstream source:
|
|
|
|
|
|
|
|
TODO.
|
|
|
|
|
|
|
|
|
2016-10-12 18:37:38 +00:00
|
|
|
## opus
|
|
|
|
|
|
|
|
- Upstream: https://opus-codec.org
|
|
|
|
- Version: 1.1.2 (opus) and 0.7 (opusfile)
|
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
- all .c and .h files in src/ (both opus and opusfile),
|
2016-10-14 16:58:24 +00:00
|
|
|
except `opus_demo.c`
|
2016-10-12 18:37:38 +00:00
|
|
|
- all .h files in include/ (both opus and opusfile)
|
|
|
|
- COPYING
|
|
|
|
|
|
|
|
|
2016-10-11 18:44:26 +00:00
|
|
|
## pvrtccompressor
|
|
|
|
|
|
|
|
- Upstream: https://bitbucket.org/jthlim/pvrtccompressor
|
|
|
|
- Version: hg commit cf71777 - 2015-01-08
|
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2016-10-14 16:58:24 +00:00
|
|
|
- all .cpp and .h files apart from `main.cpp`
|
2016-10-11 18:44:26 +00:00
|
|
|
- LICENSE.TXT
|
|
|
|
|
|
|
|
|
|
|
|
## rg-etc1
|
|
|
|
|
|
|
|
- Upstream: https://github.com/richgel999/rg-etc1
|
|
|
|
- Version: 1.04
|
|
|
|
- License: zlib
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2016-10-14 16:58:24 +00:00
|
|
|
- `rg_etc1.{cpp,h}`
|
2016-10-13 17:40:40 +00:00
|
|
|
|
|
|
|
|
2016-10-13 18:58:40 +00:00
|
|
|
## rtaudio
|
|
|
|
|
|
|
|
- Upstream: http://www.music.mcgill.ca/~gary/rtaudio/
|
|
|
|
- Version: 4.1.2
|
|
|
|
- License: MIT-like
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
2016-10-14 16:58:24 +00:00
|
|
|
- `RtAudio.{cpp,h}`
|
2016-10-13 18:58:40 +00:00
|
|
|
|
|
|
|
|
2016-10-13 19:48:06 +00:00
|
|
|
## squish
|
|
|
|
|
2016-10-13 19:52:16 +00:00
|
|
|
- Upstream: https://sourceforge.net/projects/libsquish
|
|
|
|
- Version: 1.14
|
2016-10-13 19:48:06 +00:00
|
|
|
- License: MIT
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
- all .cpp, .h and .inl files
|
|
|
|
|
|
|
|
|
2016-10-13 17:40:40 +00:00
|
|
|
## theora
|
|
|
|
|
|
|
|
- Upstream: https://www.theora.org
|
|
|
|
- Version: 1.1.1
|
|
|
|
- License: BSD-3-Clause
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
- all .c, .h in lib/
|
|
|
|
- all .h files in include/theora/ as theora/
|
|
|
|
- COPYING and LICENSE
|
2016-10-14 16:58:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
## zlib
|
|
|
|
|
|
|
|
- Upstream: http://www.zlib.net/
|
|
|
|
- Version: 1.2.8
|
|
|
|
- License: zlib
|
|
|
|
|
|
|
|
Files extracted from upstream source:
|
|
|
|
|
|
|
|
- all .c and .h files apart from `gz*`
|