warzone2100/lib/sound
Giel van Schijndel ed73e62898 Leave the memory management up to the memory management functions!
That is:
 * Don't use a custom memory heap implementation anymore
 * Remove all usages of HEAP code and replace it with malloc/free

NOTE: MacOSX projectfile probably requires an update

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1820 4a71c877-e1ca-e34f-864e-861f7616d084
2007-06-05 11:46:00 +00:00
..
Makefile.am * move OggVorbis decoding functionality to oggvorbis.[ch] 2007-04-30 17:58:27 +00:00
Makefile.raw * move OggVorbis decoding functionality to oggvorbis.[ch] 2007-04-30 17:58:27 +00:00
aud.h Removed unused "cluster" functions from the sound code. I suppose 2007-04-09 10:56:26 +00:00
audio.c Leave the memory management up to the memory management functions! 2007-06-05 11:46:00 +00:00
audio.h * some const correctness (char* -> const char*) 2007-04-16 14:53:09 +00:00
audio_id.c * document audio_SetTrackVals (doxygen) 2007-04-05 18:14:18 +00:00
audio_id.h * move audio_id.[ch] to lib/sound (because the soundlib depends on it, and libraries shouldn't depend on the main source, i.e. src/) 2007-03-27 18:59:03 +00:00
cdaudio.c * Use a forward declaration of `struct OggVorbisDecoderState` instead of a dual typedef (one typedef as void for external functions, one as the struct for the implementation file), only to allow us to take pointers to it 2007-05-25 14:56:18 +00:00
cdaudio.h * Utilize OggVorbis decoding function from oggvorbis.[ch] instead of own implementation 2007-05-01 01:08:48 +00:00
mixer.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
oggvorbis.c _ISOC99_SOURCE is a libc macro, we now use WZ_C99 instead (which gets defined via __STDC_VERSION__) 2007-05-29 14:55:24 +00:00
oggvorbis.h _ISOC99_SOURCE is a libc macro, we now use WZ_C99 instead (which gets defined via __STDC_VERSION__) 2007-05-29 14:55:24 +00:00
openal_track.c * Fix wrongly triggered error messages about OpenAL audio contexts 2007-06-04 10:01:52 +00:00
playlist.c Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
playlist.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
track.c * remove assert in sound code (iSample != SAMPLE_NOT_ALLOCATED), this assertion is triggered much too oftenly, probably because we request OpenAl sources but never release them anymore, which is the result from depending too much on client code to be nice and tell the soundlib to release it 2007-04-26 17:51:17 +00:00
track.h * remove assert in sound code (iSample != SAMPLE_NOT_ALLOCATED), this assertion is triggered much too oftenly, probably because we request OpenAl sources but never release them anymore, which is the result from depending too much on client code to be nice and tell the soundlib to release it 2007-04-26 17:51:17 +00:00
tracklib.h * remove the (unused) ability to decode tracks from memory buffers 2007-04-09 12:16:31 +00:00