log SDL_sound_internal.h @ 550:fd3f109c5caf

age author description
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, 27 Feb 2005 19:53:25 +0000 Ryan C. Gordon Added Sound_NewSampleFromMem(), and implementation of RWops pooling.
Sun, 27 Feb 2005 19:50:01 +0000 Ryan C. Gordon Removed altcvt.
Wed, 12 May 2004 02:15:00 +0000 Ryan C. Gordon Fixed binary compatibility, added Sound_GetDuration().
Fri, 31 Jan 2003 01:53:12 +0000 Ryan C. Gordon Patches to make SDL_sound more Visual C happy.
Fri, 12 Jul 2002 23:16:24 +0000 Ryan C. Gordon Fixed "inline" keyword to compile.
Fri, 05 Jul 2002 23:11:51 +0000 Ryan C. Gordon Changed all the Sound_SetError() calls to __Sound_SetError (or BAIL*_MACRO)
Tue, 02 Jul 2002 03:58:24 +0000 Ryan C. Gordon WinCE (PocketPC) patches from Tyler.
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.
Sun, 21 Apr 2002 18:39:47 +0000 Ryan C. Gordon Added framework for Sound_Seek() support.
Mon, 25 Mar 2002 20:54:07 +0000 Ryan C. Gordon Visual C fixes.
Thu, 17 Jan 2002 20:55:46 +0000 Ryan C. Gordon Sound_Rewind() support code.
Wed, 26 Dec 2001 10:40:25 +0000 Ryan C. Gordon Changed reference to "LICENSE" file to "COPYING".
Mon, 15 Oct 2001 21:21:11 +0000 Ryan C. Gordon Start of audio converter work.
Wed, 03 Oct 2001 18:29:58 +0000 Ryan C. Gordon config.h management updates.
Wed, 03 Oct 2001 12:25:34 +0000 fingolfin added config.h, added --enable-debug flag, various other changes to the build system
Mon, 24 Sep 2001 15:31:25 +0000 Ryan C. Gordon Changed _D macro to DBGSND.
Sat, 22 Sep 2001 14:29:17 +0000 Ryan C. Gordon Removed MULTIPLE_STREAMS_PER_RWOPS and added init() and quit() methods to
Thu, 20 Sep 2001 07:57:29 +0000 Ryan C. Gordon Temporary addition of multiple-streams-in-one-RWops support.
Tue, 18 Sep 2001 11:00:31 +0000 Ryan C. Gordon Added _D(()) macro, decoder_private field, and changed read() method from
Mon, 17 Sep 2001 18:12:03 +0000 Ryan C. Gordon Initial add.