log src/audio/dsp/SDL_dspaudio.c @ 5267:b530ef003506

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Sun, 12 Nov 2006 21:23:57 +0000 Ryan C. Gordon Block fruity channel values in dspaudio, or the fragment size won't be a 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 07:53:26 +0000 Ryan C. Gordon Minor fixes in dsp driver. SDL-ryan-multiple-audio-device
Sat, 07 Oct 2006 05:36:36 +0000 Ryan C. Gordon Moved more audio drivers to 1.3 API (all 5 MiNT backends, BSD, IRIX...), and SDL-ryan-multiple-audio-device
Fri, 06 Oct 2006 04:49:48 +0000 Ryan C. Gordon Patched to compile. 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
Thu, 05 Oct 2006 04:47:13 +0000 Ryan C. Gordon Multiple audio device code is now working for dsp and dma targets. 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 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, 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
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, 13 Nov 2006 00:38:13 +0000 Ryan C. Gordon Merged r2906:2907 from 1.2 branch to trunk: power of two channels in dsp backend.
Sat, 28 Oct 2006 16:48:03 +0000 Sam Lantinga indent is evil
Tue, 17 Oct 2006 09:15:21 +0000 Ryan C. Gordon Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
Thu, 24 Aug 2006 12:10:46 +0000 Ryan C. Gordon First shot at new audio data types (int32 and float32).
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 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
Fri, 24 Mar 2006 06:10:24 +0000 Sam Lantinga Fixed some ultra-pedantic gcc warnings
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.
Thu, 16 Feb 2006 10:11:48 +0000 Sam Lantinga New configure-based build system. Still work in progress, but much improved
Fri, 10 Feb 2006 06:48:43 +0000 Sam Lantinga More header massaging... works great on Windows. ;-)
Tue, 07 Feb 2006 12:11:33 +0000 Sam Lantinga Configure dynamically generates SDL_config.h
Tue, 07 Feb 2006 09:29:18 +0000 Sam Lantinga Removed uses of stdlib.h and string.h
Tue, 07 Feb 2006 06:59:48 +0000 Sam Lantinga Use SDL_ prefixed versions of C library functions.
Wed, 01 Feb 2006 06:32:25 +0000 Sam Lantinga Updated copyright information and removed rcs id lines (problematic in branch merges)
Sun, 29 Jan 2006 06:40:13 +0000 Sam Lantinga *** empty log message ***
Sat, 12 Feb 2005 19:39:08 +0000 Sam Lantinga Date: Tue, 01 Feb 2005 17:53:07 -0800
Fri, 12 Nov 2004 21:39:04 +0000 Sam Lantinga Date: Mon, 11 Oct 2004 15:17:27 +0300 (EEST)
Sat, 09 Oct 2004 22:11:45 +0000 Sam Lantinga Date: Sat, 9 Oct 2004 02:46:18 +0300 (EEST)
Sun, 04 Jan 2004 16:49:27 +0000 Sam Lantinga Updated copyright information for 2004 (Happy New Year!)
Mon, 15 Apr 2002 07:38:54 +0000 Sam Lantinga Updated ALSA audio support for ALSA 0.9
Wed, 06 Mar 2002 11:23:08 +0000 Sam Lantinga Updated copyright information for 2002
Fri, 14 Dec 2001 12:38:15 +0000 Sam Lantinga Updated the source with the correct e-mail address
Thu, 06 Dec 2001 01:20:22 +0000 Sam Lantinga Reset the device before closing it - fixes a hang with some audio drivers
Mon, 09 Jul 2001 15:47:40 +0000 Sam Lantinga Revert to old non-blocking writes (if it ain't broke, don't fix it)
Mon, 09 Jul 2001 15:46:41 +0000 Sam Lantinga Fixed blocking open bug when using blocking audio writes
Sun, 08 Jul 2001 09:00:06 +0000 Sam Lantinga Cleaned up the OpenBSD port, thanks to Peter Valchev
Sat, 07 Jul 2001 23:27:29 +0000 Sam Lantinga Applied Hannu's fix and switched to blocking writes .. seems to work?
Wed, 23 May 2001 00:36:17 +0000 Sam Lantinga Added detection of Open Sound System on Solaris x86
Thu, 26 Apr 2001 16:50:19 +0000 Sam Lantinga Changes since SDL 1.2.0 release
Thu, 26 Apr 2001 16:45:43 +0000 Sam Lantinga Initial revision