]> icculus.org git repositories - divverent/darkplaces.git/history - snd_ogg.c
fixed a couple potential crashes due to nodestack overflow, as suggested by Vic
[divverent/darkplaces.git] / snd_ogg.c
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-04-29 molivierFixed a bug in the Ogg Vorbis streaming code that can...
2004-04-15 molivierFixed streaming of sounds with a sample rate different...
2004-04-11 molivierAdded an error message when the sound mixer requests...
2004-04-08 molivier"soundlist" now tells you if a sound is streamed and...
2004-03-25 molivierMoved the WAV loading code out of "snd_mem.c". Removed...
2004-03-24 molivierFactorized some code in the shared library loaders
2004-03-23 molivierOgg vorbis streaming support; the code decides whether...
2004-03-23 molivierAdded a mempool parameter to FS_LoadFile
2004-03-15 molivierRenamed ogg.[ch] to snd_ogg.[ch]