raze-gles/polymer/eduke32/source/jaudiolib/src
hendricks266 4c7a460d6a Add some UNREFERENCED_PARAMETER for when Vorbis or FLAC are disabled.
git-svn-id: https://svn.eduke32.com/eduke32@5554 1a8010ca-5511-0410-912e-c29ae57300e0
2016-01-12 10:31:05 +00:00
..
_multivc.h Fix quite a few issues with casting away const and volatile qualifiers, found with -Wcast-qual. If we're going to use const everywhere, we should really mean it! 2016-01-11 05:05:38 +00:00
driver_directsound.c More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
driver_directsound.h More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
driver_nosound.c More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
driver_nosound.h More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
driver_sdl.c Remove NULL checks before calling free(): they are unnecessary as per the C standard. Other cleanup includes factoring code into DO_FREE_AND_NULL() macros. 2015-09-23 17:55:31 +00:00
driver_sdl.h More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
drivers.c More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
flac.c Add some UNREFERENCED_PARAMETER for when Vorbis or FLAC are disabled. 2016-01-12 10:31:05 +00:00
formats.c Fix quite a few issues with casting away const and volatile qualifiers, found with -Wcast-qual. If we're going to use const everywhere, we should really mean it! 2016-01-11 05:05:38 +00:00
fx_man.c Fix quite a few issues with casting away const and volatile qualifiers, found with -Wcast-qual. If we're going to use const everywhere, we should really mean it! 2016-01-11 05:05:38 +00:00
linklist.h Rework audiolib, interim commit before removing 8-bit output support. DONT_BUILD. 2015-07-08 03:33:56 +00:00
mix.c Fix quite a few issues with casting away const and volatile qualifiers, found with -Wcast-qual. If we're going to use const everywhere, we should really mean it! 2016-01-11 05:05:38 +00:00
mixst.c Fix quite a few issues with casting away const and volatile qualifiers, found with -Wcast-qual. If we're going to use const everywhere, we should really mean it! 2016-01-11 05:05:38 +00:00
multivoc.c Negligible change to OS string printed at startup. 2016-01-11 05:05:25 +00:00
multivoc.h More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
pitch.c Fix freeze on pitch 0 sound playback introduced in r4616. 2015-04-11 13:53:06 +00:00
pitch.h Part 1 of attempting to adhere to C standard section 7.1.3. It turns out it's illegal to use identifiers that begin with _ or have __ anywhere in them. DONT_BUILD. 2014-11-22 12:32:56 +00:00
vorbis.c Add some UNREFERENCED_PARAMETER for when Vorbis or FLAC are disabled. 2016-01-12 10:31:05 +00:00
xa.c Remove NULL checks before calling free(): they are unnecessary as per the C standard. Other cleanup includes factoring code into DO_FREE_AND_NULL() macros. 2015-09-23 17:55:31 +00:00