caudio/Source
Joshua Jones 849ba95609 Added an optional memory tracker (disabled by default) for detecting memory leaks and tracking allocations in the library. 2010-03-09 04:40:27 +00:00
..
Makefile Took out the linking to voribisenc that we did not use cutting the link size by half. 2010-03-08 04:29:30 +00:00
cAudioCapture.cpp Added custom memory manager. 2010-03-08 04:56:56 +00:00
cAudioEffects.cpp Added custom memory manager. 2010-03-08 04:56:56 +00:00
cAudioManager.cpp Added custom memory manager. 2010-03-08 04:56:56 +00:00
cAudioMemory.cpp Added custom memory manager. Actually added the darn files this time... 2010-03-08 05:27:02 +00:00
cAudioSleep.cpp Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cAudioSource.cpp Added custom memory manager. 2010-03-08 04:56:56 +00:00
cConsoleLogReceiver.cpp Added additional defines for more control of which components are compiled into the library (for embedded platforms like the IPhone). 2010-03-05 01:52:25 +00:00
cEffect.cpp Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
cFileLogReceiver.cpp Added additional defines for more control of which components are compiled into the library (for embedded platforms like the IPhone). 2010-03-05 01:52:25 +00:00
cFileSource.cpp Added additional defines for more control of which components are compiled into the library (for embedded platforms like the IPhone). 2010-03-05 01:52:25 +00:00
cFilter.cpp Changes to make sure undefining decoders and EFX actually removes all pieces of them. 2010-02-13 02:34:50 +00:00
cListener.cpp More documentation. 2010-02-18 04:22:59 +00:00
cLogger.cpp Added custom memory manager. 2010-03-08 04:56:56 +00:00
cMemorySource.cpp Added custom memory manager. Actually added the darn files this time... 2010-03-08 05:27:02 +00:00
cMemoryTracker.cpp Added an optional memory tracker (disabled by default) for detecting memory leaks and tracking allocations in the library. 2010-03-09 04:40:27 +00:00
cMutex.cpp Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cOggAudioDecoderFactory.cpp 2010-02-09 04:18:39 +00:00
cOggDecoder.cpp Added a vorbis close_func callback to prevent crashing on iphone devices using the tremor vorbis library. 2010-02-27 20:51:05 +00:00
cPluginManager.cpp Added custom memory manager. 2010-03-08 04:56:56 +00:00
cRawDecoder.cpp More documentation. 2010-02-18 04:22:59 +00:00
cStandardMemoryProvider.cpp Added an optional memory tracker (disabled by default) for detecting memory leaks and tracking allocations in the library. 2010-03-09 04:40:27 +00:00
cThread.cpp Added plugin manager and plugin system to cAudio. 2010-02-09 05:58:27 +00:00
cWavAudioDecoderFactory.cpp changed the IAudio objects and cAudio objects to IAudioSource and cAudioSource 2010-02-10 21:57:09 +00:00
cWavDecoder.cpp Final part of the rename to fix casing. 2010-02-20 04:11:58 +00:00