SDL/src
Ryan C. Gordon 0265d3af9b coreaudio: Move from AudioUnits to AudioQueues.
AudioQueues are available in Mac OS X 10.5 and later (and iOS 2.0 and later).
Their API is much more clear (and if you don't mind the threading tapdance
to get its own CFRunLoop) much easier to use in general for our purposes.

As an added benefit: they seemlessly deal with format conversion in ways
AudioUnits don't: for example, my MacBook Pro's built-in microphone won't
capture at 8000Hz and the AudioUnit version wouldn't resample to hide this
fact; the AudioQueue version, however, can handle this.
2016-09-04 01:23:55 -04:00
..
atomic Updated copyright to 2016 2016-01-02 10:10:34 -08:00
audio coreaudio: Move from AudioUnits to AudioQueues. 2016-09-04 01:23:55 -04:00
core Android: Fixed misleading warning in log output (thanks, Sylvain!). 2016-08-30 21:15:18 +02:00
cpuinfo Updated copyright to 2016 2016-01-02 10:10:34 -08:00
dynapi audio: Implemented buffer queueing for capture devices (SDL_DequeueAudio()). 2016-08-06 02:47:27 -04:00
events Fixed comment in gesture source. 2016-03-27 22:22:13 +02:00
file Updated copyright to 2016 2016-01-02 10:10:34 -08:00
filesystem Fixed compiling if filesystem is disabled (thanks, Elias!). 2016-08-30 21:14:13 +02:00
haptic Linux: Fixed memory leak in haptic implementation (thanks, Martin!). 2016-07-20 21:01:14 +02:00
joystick Fixed sorting and name of XBox wireless controller entry 2016-08-16 12:02:22 -07:00
libm Updated copyright to 2016 2016-01-02 10:10:34 -08:00
loadso Updated copyright to 2016 2016-01-02 10:10:34 -08:00
main Android: Fixed compile warning about a missing prototype (thanks, Sylvain!). 2016-07-17 21:42:53 +02:00
power Updated copyright to 2016 2016-01-02 10:10:34 -08:00
render Fixed Bug 3147 - Windows: Crash when resizing Window since hg 1f9d57965528 2016-06-24 22:17:56 -04:00
stdlib Quick fix for qsort off-by-one error. 2016-03-11 08:30:18 -08:00
test Fixed compile warnings in test library about formats strings not being literals. 2016-06-25 19:40:44 +02:00
thread PSP: Fixed compile error. 2016-04-14 21:09:45 +02:00
timer threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
video wayland: Add support for relative mouse mode, by Jonas ?dahl <jadahl@gmail.com> 2016-09-01 01:26:56 -07:00
SDL.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_assert.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_assert_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_error.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_error_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_hints.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_internal.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_log.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00