warzone2100/lib/sound
Giel van Schijndel 3880422cbe copied some code from branches/sound/lib/sound/decoding.cpp
This allows files to be decoded by OggVorbis directly through PHYSFS. Previously PHYSFS was used to read the entire file into memory and then to decode it from that memory buffer.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1138 4a71c877-e1ca-e34f-864e-861f7616d084
2007-02-18 22:16:55 +00:00
..
Makefile.am Use some more advanced Automake techniques like noinst_HEADERS. Changes partly autogenerated by KDevelop, so this should be compatible with Automake 1.6. 2007-02-16 14:36:03 +00:00
Makefile.raw removed lib/sound/mixer_stub.c and all function calls to it (or more precisely the calls to its empty functions) 2007-01-10 21:55:39 +00:00
aud.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
audio.c Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
audio.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
cdaudio.c Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
cdaudio.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
mixer.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
openal_track.c copied some code from branches/sound/lib/sound/decoding.cpp 2007-02-18 22:16:55 +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 * improve code readability (e.g. only keeping the `if (malloc(...) == NULL) handleError;` part, so as not to wrap all the rest of the code in a big (recursive) else block 2007-02-18 21:30:51 +00:00
track.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
tracklib.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00