log src/audio/macosx/SDL_coreaudio.c @ 5135:5f09cb749d75

age author description
Wed, 01 Dec 2010 12:23:16 -0800 Sam Lantinga Removed support for 10.3.9
Sat, 12 Sep 2009 15:04:32 +0000 Ryan C. Gordon Fixed CoreAudio to compile with Mac OS X 10.6 SDK and 64-bit targets. SDL-1.2
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Fri, 28 Dec 2007 18:15:43 +0000 Sam Lantinga Date: Wed, 14 Nov 2007 22:20:27 -0500 SDL-1.2
Tue, 17 Oct 2006 09:09:21 +0000 Ryan C. Gordon Removed distinction between "available" and "init" in audio backends, since SDL-ryan-multiple-audio-device
Sat, 07 Oct 2006 19:56:47 +0000 Ryan C. Gordon Fixed some things to use SDL C runtime functions. SDL-ryan-multiple-audio-device
Fri, 06 Oct 2006 04:46:58 +0000 Ryan C. Gordon Moved AudioBootstrap section in converted drivers to bottom of source, so I SDL-ryan-multiple-audio-device
Wed, 04 Oct 2006 22:42:26 +0000 Ryan C. Gordon Removed some FIXMEs that'll probably never actually need fixing. SDL-ryan-multiple-audio-device
Wed, 04 Oct 2006 21:39:33 +0000 Ryan C. Gordon Fixed CoreAudio specific device open. SDL-ryan-multiple-audio-device
Wed, 04 Oct 2006 21:27:53 +0000 Ryan C. Gordon Audio bootstraps can now specify that a driver is only to be used if SDL-ryan-multiple-audio-device
Wed, 04 Oct 2006 19:54:23 +0000 Ryan C. Gordon Bunch of 1.3 audio cleanups to remove FIXMEs, get driver specific crap out of SDL-ryan-multiple-audio-device
Wed, 04 Oct 2006 06:00:10 +0000 Ryan C. Gordon More 1.3 audio work...moved dsp and dma drivers over to new model. Untested! SDL-ryan-multiple-audio-device
Tue, 03 Oct 2006 22:17:59 +0000 Ryan C. Gordon Changed some 1.3 audio symbol names. SDL-ryan-multiple-audio-device
Tue, 03 Oct 2006 20:07:50 +0000 Ryan C. Gordon Added audio device enumeration for 1.3. SDL-ryan-multiple-audio-device
Tue, 03 Oct 2006 18:32:34 +0000 Ryan C. Gordon More work on the 1.3 CoreAudio code. SDL-ryan-multiple-audio-device
Tue, 03 Oct 2006 16:26:42 +0000 Ryan C. Gordon Added deinitialize hook. SDL-ryan-multiple-audio-device
Tue, 03 Oct 2006 16:02:08 +0000 Ryan C. Gordon High level now lets user select a specific audio device with an environment SDL-ryan-multiple-audio-device
Tue, 03 Oct 2006 05:58:44 +0000 Ryan C. Gordon Ton of work on CoreAudio driver for new 1.3 features...most of the SDL-ryan-multiple-audio-device
Sun, 01 Oct 2006 05:24:03 +0000 Ryan C. Gordon First batch of heavy lifting on supporting multiple audio devices at once. SDL-ryan-multiple-audio-device
Tue, 26 Jan 2010 06:01:33 +0000 Ryan C. Gordon Removed test for "driver is valid, but doesn't see any audio devices."
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Mon, 11 Jan 2010 07:45:34 +0000 Ryan C. Gordon Since we're not using the CoreAudio HAL now, we don't need to use EnableIO.
Mon, 11 Jan 2010 07:33:56 +0000 Ryan C. Gordon Patched to compile.
Wed, 06 Jan 2010 20:31:21 +0000 Ryan C. Gordon Merged r4713:4714 from branches/SDL-1.2: CoreAudio 64-bit & Snow Leopard fixes.
Sat, 05 Sep 2009 09:03:35 +0000 Sam Lantinga Bye bye SoundManager, you are officially obsolete...
Thu, 01 Jan 2009 07:54:58 +0000 Ryan C. Gordon Adjusted default choice of audio driver.
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Mon, 01 Sep 2008 16:04:20 +0000 Sam Lantinga Fixed a bunch of compile warnings on Mac OS X
Fri, 28 Dec 2007 18:16:42 +0000 Sam Lantinga Date: Wed, 14 Nov 2007 22:20:27 -0500
Thu, 31 May 2007 14:46:01 +0000 Sam Lantinga Fixed build issues on Mac OS X