log SDL_sound.c @ 554:e9a6286d9243

age author description
Tue, 27 Jan 2009 13:55:36 -0500 Ryan C. Gordon Tidy up the decoder list code.
Thu, 11 Sep 2008 05:29:12 -0400 Ryan C. Gordon Fixed compilation on pre-C99 compilers (gcc2, msvc, etc).
Tue, 09 Sep 2008 16:28:11 -0400 Ryan C. Gordon Replaced references to COPYING with references to LICENSE.txt ...
Mon, 06 Aug 2007 09:44:02 +0000 Ryan C. Gordon Updated my email address.
Mon, 06 Aug 2007 09:44:02 +0000 Ryan C. Gordon Updated my email address. stable-1.0
Sun, 03 Jul 2005 21:44:34 +0000 Ryan C. Gordon Patched compile error.
Sun, 27 Feb 2005 19:53:25 +0000 Ryan C. Gordon Added Sound_NewSampleFromMem(), and implementation of RWops pooling.
Wed, 12 May 2004 02:15:00 +0000 Ryan C. Gordon Fixed binary compatibility, added Sound_GetDuration().
Sat, 13 Sep 2003 20:28:39 +0000 Ryan C. Gordon Added Speex decoder.
Mon, 10 Mar 2003 22:43:58 +0000 Ryan C. Gordon Never actually created samplelist_mutex (doh!) ... Thanks, Glenn Maynard!
Fri, 31 Jan 2003 01:53:12 +0000 Ryan C. Gordon Patches to make SDL_sound more Visual C happy.
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.
Thu, 10 Jan 2002 01:18:54 +0000 Ryan C. Gordon Added ModPlug support.
Wed, 26 Dec 2001 10:40:25 +0000 Ryan C. Gordon Changed reference to "LICENSE" file to "COPYING".
Sat, 01 Dec 2001 01:12:58 +0000 Ryan C. Gordon Sound_DecodeAll() is now more robust.
Mon, 26 Nov 2001 04:33:31 +0000 Ryan C. Gordon Fixed Sound_DecodeAll(), and made Sound_FreeSample() a little more robust.
Mon, 19 Nov 2001 16:44:10 +0000 Ryan C. Gordon Whoops; I should read the code before I change it next time; regressing
Mon, 19 Nov 2001 16:37:22 +0000 Ryan C. Gordon Moved MIDI decoder to end of array. Fixed Sound_SetError() so that it
Fri, 09 Nov 2001 21:43:49 +0000 Ryan C. Gordon FLAC decoder added.
Thu, 01 Nov 2001 19:13:17 +0000 Ryan C. Gordon Decoders can now list multiple file extensions.
Mon, 15 Oct 2001 21:21:11 +0000 Ryan C. Gordon Start of audio converter work.
Sat, 06 Oct 2001 22:09:57 +0000 Ryan C. Gordon Fixed for win32 compile.
Wed, 03 Oct 2001 20:17:48 +0000 Ryan C. Gordon Added Midi decoder.
Wed, 03 Oct 2001 18:29:58 +0000 Ryan C. Gordon config.h management updates.
Wed, 03 Oct 2001 18:01:15 +0000 Ryan C. Gordon Added SHN entry.
Tue, 02 Oct 2001 17:53:23 +0000 Ryan C. Gordon Changed __Sound_strcasecmp() to handle NULL strings gracefully.
Tue, 25 Sep 2001 20:02:40 +0000 Ryan C. Gordon Fixed a const complaint from Visual C++ 6.0.
Mon, 24 Sep 2001 15:31:25 +0000 Ryan C. Gordon Changed _D macro to DBGSND.
Sat, 22 Sep 2001 14:46:44 +0000 Ryan C. Gordon Individual decoders are now initialized during Sound_Init(), and deinitialized
Thu, 20 Sep 2001 07:56:24 +0000 Ryan C. Gordon Added AIFF entry, and (for now) some multiple-streams-in-one-rwops support.
Wed, 19 Sep 2001 14:33:06 +0000 Ryan C. Gordon Bugfix (thanks Tsuyoshi Iguchi!), and Ogg Vorbis decoder entry.
Wed, 19 Sep 2001 08:30:14 +0000 Ryan C. Gordon Added WAV entries.
Tue, 18 Sep 2001 10:58:03 +0000 Ryan C. Gordon Some debugging output, and MP3 and VOC entries, added.
Mon, 17 Sep 2001 18:12:03 +0000 Ryan C. Gordon Initial add.