log src/audio/macosx/SDL_coreaudio.c @ 4983:b49d3869ebd2

age author description
2010-12-01 Sam Lantinga Removed support for 10.3.9
2009-09-12 Ryan C. Gordon Fixed CoreAudio to compile with Mac OS X 10.6 SDK and 64-bit targets. SDL-1.2
2008-12-08 Sam Lantinga Updated copyright date SDL-1.2
2007-12-28 Sam Lantinga Date: Wed, 14 Nov 2007 22:20:27 -0500 SDL-1.2
2006-10-17 Ryan C. Gordon Removed distinction between "available" and "init" in audio backends, since SDL-ryan-multiple-audio-device
2006-10-07 Ryan C. Gordon Fixed some things to use SDL C runtime functions. SDL-ryan-multiple-audio-device
2006-10-06 Ryan C. Gordon Moved AudioBootstrap section in converted drivers to bottom of source, so I SDL-ryan-multiple-audio-device
2006-10-04 Ryan C. Gordon Removed some FIXMEs that'll probably never actually need fixing. SDL-ryan-multiple-audio-device
2006-10-04 Ryan C. Gordon Fixed CoreAudio specific device open. SDL-ryan-multiple-audio-device
2006-10-04 Ryan C. Gordon Audio bootstraps can now specify that a driver is only to be used if SDL-ryan-multiple-audio-device
2006-10-04 Ryan C. Gordon Bunch of 1.3 audio cleanups to remove FIXMEs, get driver specific crap out of SDL-ryan-multiple-audio-device
2006-10-04 Ryan C. Gordon More 1.3 audio work...moved dsp and dma drivers over to new model. Untested! SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon Changed some 1.3 audio symbol names. SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon Added audio device enumeration for 1.3. SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon More work on the 1.3 CoreAudio code. SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon Added deinitialize hook. SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon High level now lets user select a specific audio device with an environment SDL-ryan-multiple-audio-device
2006-10-03 Ryan C. Gordon Ton of work on CoreAudio driver for new 1.3 features...most of the SDL-ryan-multiple-audio-device
2006-10-01 Ryan C. Gordon First batch of heavy lifting on supporting multiple audio devices at once. SDL-ryan-multiple-audio-device
2010-01-26 Ryan C. Gordon Removed test for "driver is valid, but doesn't see any audio devices."
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-11 Ryan C. Gordon Since we're not using the CoreAudio HAL now, we don't need to use EnableIO.
2010-01-11 Ryan C. Gordon Patched to compile.
2010-01-06 Ryan C. Gordon Merged r4713:4714 from branches/SDL-1.2: CoreAudio 64-bit & Snow Leopard fixes.
2009-09-05 Sam Lantinga Bye bye SoundManager, you are officially obsolete...
2009-01-01 Ryan C. Gordon Adjusted default choice of audio driver.
2008-12-08 Sam Lantinga Updated copyright date
2008-09-01 Sam Lantinga Fixed a bunch of compile warnings on Mac OS X
2007-12-28 Sam Lantinga Date: Wed, 14 Nov 2007 22:20:27 -0500
2007-05-31 Sam Lantinga Fixed build issues on Mac OS X
2006-10-28 Sam Lantinga indent is evil
2006-10-28 Ryan C. Gordon Oh for crying out loud...
2006-10-28 Ryan C. Gordon Fix potential memory leaks if CoreAudio initialization fails.
2006-10-17 Ryan C. Gordon Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
2006-09-24 Sam Lantinga Formatting update
2006-09-02 Ryan C. Gordon Fixed macosx audio initialization (passed wrong struct to CoreAudio).
2006-09-02 Ryan C. Gordon Compile fixes.
2006-09-01 Ryan C. Gordon Mac OS X audio backend now supports int32/float32.
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
2006-03-09 Sam Lantinga Cleaning up warnings on MacOS X
2006-02-21 Sam Lantinga Use consistent identifiers for the various platforms we support.
2006-02-16 Sam Lantinga New configure-based build system. Still work in progress, but much improved
2006-02-10 Sam Lantinga More header massaging... works great on Windows. ;-)
2006-02-07 Sam Lantinga Removed uses of stdlib.h and string.h
2006-02-07 Sam Lantinga Use SDL_ prefixed versions of C library functions.
2006-02-01 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
2004-08-21 Sam Lantinga CoreAudio driver works on Mac OSX 10.1
2004-08-21 Sam Lantinga Audio improvements from Max Horn, including a new CoreAudio driver for MacOSX