SDL/src/audio
Ryan C. Gordon a164f89158 Workaround older libpulse that fails in pa_context_new() with a NULL appname.
Newer libpulses do sane defaults if you pass a NULL there. In lieu of a
proper way to specify this in SDL at the moment, this will do.

Fixes Bugzilla #1119.
2013-07-30 01:32:26 -04:00
..
alsa Minor ALSA tweaks (include-once macro name, len for memset() more clear). 2013-07-07 02:03:50 -04:00
android File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
arts File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
baudio File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
bsd File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
coreaudio Mac: Codify SDK and OS requirements, and clean up. 2013-07-23 17:38:59 -07:00
directsound Make winmm and directsound audio targets robust against unsupported formats. 2013-07-14 21:30:16 -04:00
disk Disk audio target was using this->hidden->mixlen before we set it. 2013-07-07 02:04:19 -04:00
dsp File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
dummy File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
esd File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
fusionsound File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
nas File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
paudio File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
psp File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
pulseaudio Workaround older libpulse that fails in pa_context_new() with a NULL appname. 2013-07-30 01:32:26 -04:00
qsa Changed audio subsystem's OpenDevice interface to return -1 on error. 2013-03-31 13:05:40 -04:00
sndio sndio dynamic loading fix. 2013-07-07 20:06:08 -04:00
sun File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
winmm Make winmm and directsound audio targets robust against unsupported formats. 2013-07-14 21:30:16 -04:00
xaudio2 Fixed compiling XAudio2 code with mingw64 2013-05-26 12:20:23 -07:00
SDL_audio_c.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_audio.c Fixed crash and garbled output when converting from F32 to S16 audio. 2013-07-25 18:11:09 -07:00
SDL_audiocvt.c Fixed off-by-one error in SDL_ConvertStereo(). 2013-07-12 01:26:43 -04:00
SDL_audiodev_c.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_audiodev.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_audiomem.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_audiotypecvt.c Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_mixer.c File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_sysaudio.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_wave.c Fixed bug 1913 - state->index may get negative in SDL_wave.c file. 2013-06-18 00:50:35 -07:00
SDL_wave.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
sdlgenaudiocvt.pl Happy New Year! 2013-02-15 08:47:44 -08:00