log SDL_sound.c @ 432:ddce7101673e

age author description
Tue, 10 Dec 2002 02:15:32 +0000 Ryan C. Gordon Call SDL_InitSubSystem instead of SDL_Init, to prevent unwanted initialization
Thu, 11 Jul 2002 05:28:52 +0000 Ryan C. Gordon FIXME cleanups.
Fri, 05 Jul 2002 23:11:51 +0000 Ryan C. Gordon Changed all the Sound_SetError() calls to __Sound_SetError (or BAIL*_MACRO)
Wed, 03 Jul 2002 04:44:46 +0000 Ryan C. Gordon Sync'd with latest altcvt.
Tue, 02 Jul 2002 03:58:24 +0000 Ryan C. Gordon WinCE (PocketPC) patches from Tyler.
Wed, 22 May 2002 09:27:12 +0000 Ryan C. Gordon Removed a FIXME.
Mon, 20 May 2002 16:21:58 +0000 Ryan C. Gordon Added optional, experimental audio conversion routines by Frank Ranostaj.
Mon, 29 Apr 2002 06:12:47 +0000 Ryan C. Gordon MacOS fixes.
Wed, 24 Apr 2002 20:46:39 +0000 Ryan C. Gordon Logic fixes from Torbj�rn.
Sun, 21 Apr 2002 18:39:47 +0000 Ryan C. Gordon Added framework for Sound_Seek() support.
Thu, 21 Feb 2002 19:46:55 +0000 Ryan C. Gordon mpglib support.
Sat, 19 Jan 2002 23:31:19 +0000 Ryan C. Gordon Increased ModPlug decoder's priority to be above MikMod. Fixed some coding
Sat, 19 Jan 2002 01:53:30 +0000 Ryan C. Gordon Fixed an incorrect assertion.
Thu, 17 Jan 2002 20:55:46 +0000 Ryan C. Gordon Sound_Rewind() support code.
Sun, 13 Jan 2002 21:51:57 +0000 Ryan C. Gordon Error message management now keeps state per-thread, and does not use
Sun, 13 Jan 2002 19:51:14 +0000 Ryan C. Gordon Support for .AU files added.