godot/modules
Rémi Verschelde d16f5a57c1
stb_vorbis: Increase max alloc buffer size for big Vorbis comments
The previous max worked OK for audio data, but stb_vorbis recently gained support
for Vorbis comments, which can embed up to 2^32-1 bytes of data (e.g. cover art
encoded as base64).

We use 2^30 as max which should be sufficient for most files.

Fixes #41913.
2020-09-09 20:50:41 +02:00
..
arkit Fix header guards in modules: 2020-09-06 16:13:59 +01:00
assimp Fix regression in FBX import caused by Skeleton3D 2020-08-25 01:17:39 -07:00
basis_universal Fix header guards in modules: 2020-09-06 16:13:59 +01:00
bmp Add more error explanations in the BMP image loader 2020-08-18 19:41:40 +02:00
bullet
camera Fix header guards in modules: 2020-09-06 16:13:59 +01:00
csg Merge pull request #40993 from Calinou/doc-collision-layer-mask 2020-08-31 15:32:44 +02:00
cvtt Ensure header guards enclose entire header. 2020-09-03 11:29:42 +01:00
dds
denoise Fix header guards in modules: 2020-09-06 16:13:59 +01:00
enet Add link titles for all links in the class reference 2020-08-31 14:22:07 +02:00
etc
freetype
gdnative [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
gdnavigation
gdscript GDScript: Fix MutexLock usage, fixes Clang 6 compat 2020-09-09 14:56:57 +02:00
glslang
gridmap Merge pull request #40993 from Calinou/doc-collision-layer-mask 2020-08-31 15:32:44 +02:00
hdr
jpg
jsonrpc
lightmapper_rd
mbedtls
mobile_vr Port ClassDB tests to use doctest 2020-08-16 16:41:02 +03:00
mono Change inequality comparison operators to use exact equality 2020-09-08 18:10:58 -04:00
ogg
opensimplex
opus
pvr
regex [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
squish
stb_vorbis stb_vorbis: Increase max alloc buffer size for big Vorbis comments 2020-09-09 20:50:41 +02:00
svg
tga
theora
tinyexr
upnp
vhacd
visual_script [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
vorbis
webm
webp
webrtc Merge pull request #41875 from nekomatata/webrtc-doc-turn-server 2020-09-08 13:37:23 +02:00
websocket
xatlas_unwrap
modules_builders.py
register_module_types.h
SCsub