.. |
_multivc.h
|
More audiolib cleanup, remove 8-bit output support.
|
2015-07-08 03:34:09 +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
|
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 |
formats.c
|
Rework audiolib, interim commit before removing 8-bit output support. DONT_BUILD.
|
2015-07-08 03:33:56 +00:00 |
fx_man.c
|
More audiolib cleanup, remove 8-bit output support.
|
2015-07-08 03:34:09 +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
|
More audiolib cleanup, remove 8-bit output support.
|
2015-07-08 03:34:09 +00:00 |
mixst.c
|
More audiolib cleanup, remove 8-bit output support.
|
2015-07-08 03:34:09 +00:00 |
multivoc.c
|
Fix various, but not all warnings.
|
2015-07-25 17:23:17 +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
|
More audiolib cleanup, remove 8-bit output support.
|
2015-07-08 03:34:09 +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 |