raylib/src/external
Chris ccb083af52
[raudio] Fix load and unload issues with Music (#1588)
* Add MUSIC_AUDIO_NONE to MusicContextType and format fixes
- Useful to check the context type to see if the format is recognized. Defaulting to wav causes issues where formats are assumed to
be wav.

* Fix memory issues with LoadMusicStream and UnloadMusicStream
- Set ctxType and ctxData even if the format fails to load.
- Set ctxData to NULL if it fails and check for null inside UnloadMusicStream.
- Change RL_MALLOC when loading formats to RL_CALLOC to prevent undefined behavior.
- Add NULL check when unloading xm file.
2021-02-14 17:37:34 +01:00
..
glfw Update mappings.h in glfw using GenerateMappings.cmake (#1505) 2021-01-02 21:46:39 +01:00
cgltf.h Update cgltf.h 2020-11-15 14:06:39 +01:00
dirent.h Review module to fit raylib conventions 2020-01-19 12:29:21 +01:00
dr_flac.h Update audio libraries #1423 2020-11-15 14:04:28 +01:00
dr_mp3.h Update audio libraries #1423 2020-11-15 14:04:28 +01:00
dr_wav.h Update audio libraries #1423 2020-11-15 14:04:28 +01:00
glad.h Support custom allocator 2020-01-19 13:05:21 +01:00
jar_mod.h Support custom memory allocators 2020-01-19 11:42:16 +01:00
jar_xm.h [raudio] Fix load and unload issues with Music (#1588) 2021-02-14 17:37:34 +01:00
miniaudio.h Update miniaudio to v0.10.32 #1562 2021-02-05 19:18:44 +01:00
msf_gif.h REPLACED: rgif.h by msf_gif.h 2020-11-20 00:34:18 +01:00
par_shapes.h Commented unnecessary printf()/puts() calls 2020-01-15 13:14:06 +01:00
sdefl.h REDESIGN: Compresion API 2021-01-12 21:15:11 +01:00
sinfl.h REDESIGN: Compresion API 2021-01-12 21:15:11 +01:00
stb_image_resize.h Update external libraries 2020-02-06 16:29:57 +01:00
stb_image_write.h Updated stb_image v2.26 and stb_image_write v1.15 2020-11-15 14:11:36 +01:00
stb_image.h Updated stb_image v2.26 and stb_image_write v1.15 2020-11-15 14:11:36 +01:00
stb_perlin.h Update external libraries 2020-02-06 16:29:57 +01:00
stb_rect_pack.h Update external libraries 2020-02-06 16:29:57 +01:00
stb_truetype.h Update external libraries 2020-02-06 16:29:57 +01:00
stb_vorbis.h Use stb_vorbis.h as header only 2018-12-21 00:17:44 +01:00
tinyobj_loader_c.h Reverted to previous working version #1434 2020-11-21 14:14:25 +01:00