log playsound/playsound.c @ 572:7815c90ba552

age author description
Sun, 24 Jan 2010 13:45:18 -0500 Ryan C. Gordon Don't force quit in signal handler, since we might double-free things.
Sun, 24 Jan 2010 13:29:27 -0500 Ryan C. Gordon Fixed compiler warning.
Fri, 30 Jan 2009 02:45:38 -0500 Ryan C. Gordon I think we can call playsound a 1.0 release by now. :)
Tue, 09 Sep 2008 16:28:11 -0400 Ryan C. Gordon Replaced references to COPYING with references to LICENSE.txt ...
Thu, 17 Apr 2008 18:06:53 +0000 Ryan C. Gordon Converted all text encoding from ISO-8859-1 to UTF-8. stable-1.0
Mon, 06 Aug 2007 09:44:02 +0000 Ryan C. Gordon Updated my email address. stable-1.0
Mon, 29 Jul 2002 22:36:21 +0000 Ryan C. Gordon Valgrind cleanups.
Sun, 21 Jul 2002 15:18:40 +0000 Ryan C. Gordon Reset done_flag between files so everything plays correctly.
Wed, 10 Jul 2002 21:45:39 +0000 Ryan C. Gordon Fixed looping and other settings that were being reinitialized incorrectly.
Fri, 05 Jul 2002 20:05:03 +0000 Ryan C. Gordon Cleanups, FIXME removals, and better command line handling.
Tue, 02 Jul 2002 03:58:24 +0000 Ryan C. Gordon WinCE (PocketPC) patches from Tyler.
Wed, 22 May 2002 09:30:52 +0000 Ryan C. Gordon Now works correctly when specifying not all three of the --rate, --channels,
Mon, 20 May 2002 11:20:39 +0000 Ryan C. Gordon --seek argument now specifies minutes, seconds, and milliseconds.
Mon, 29 Apr 2002 06:03:03 +0000 Ryan C. Gordon Mac fixes, and removed all alloca() calls.
Wed, 24 Apr 2002 20:01:20 +0000 Ryan C. Gordon Seek support added.
Wed, 24 Apr 2002 07:56:52 +0000 Ryan C. Gordon Command line updates, added Darrell to the credits, and cleaned up other
Mon, 08 Apr 2002 13:31:15 +0000 Ryan C. Gordon Cleaned up archive support. Fixes segfault when playing non-archived
Sat, 16 Mar 2002 08:48:00 +0000 Ryan C. Gordon PhysicsFS support tied into build system.
Sat, 16 Mar 2002 03:49:09 +0000 Ryan C. Gordon Disabled physfs code.
Sat, 16 Mar 2002 03:47:41 +0000 Ryan C. Gordon Added PhysicsFS support.
Thu, 14 Mar 2002 21:11:52 +0000 Ryan C. Gordon Can now read from stdin.
Sun, 10 Mar 2002 19:03:56 +0000 Ryan C. Gordon Corrected error reporting to respect Sound_GetError()'s new thread
Thu, 07 Mar 2002 09:38:51 +0000 Ryan C. Gordon --volume control.
Fri, 08 Feb 2002 01:42:00 +0000 Ryan C. Gordon Upped version to 0.1.5.
Sat, 19 Jan 2002 23:27:42 +0000 Ryan C. Gordon Fixed some tabs.
Thu, 17 Jan 2002 20:54:46 +0000 Ryan C. Gordon Support for looping sounds via a new --loop command line. Rewritten (again!)
Sun, 13 Jan 2002 19:50:02 +0000 Ryan C. Gordon Now attempts to wait for SDL to finish playing the end of the buffered
Fri, 04 Jan 2002 06:26:32 +0000 Ryan C. Gordon Sync version number to that of libSDL_sound.
Thu, 27 Dec 2001 23:07:26 +0000 Ryan C. Gordon printf() fix (extra comma was in there), and --decodebuf/--audiobuf
Wed, 26 Dec 2001 10:40:25 +0000 Ryan C. Gordon Changed reference to "LICENSE" file to "COPYING".
Wed, 05 Dec 2001 10:05:09 +0000 Ryan C. Gordon Added GNU disclaimers and a --credits option with our names.
Mon, 26 Nov 2001 04:33:50 +0000 Ryan C. Gordon Added --predecode functionality.
Fri, 09 Nov 2001 08:06:28 +0000 Ryan C. Gordon Commenting and fixes for the audio callback.
Thu, 01 Nov 2001 19:12:36 +0000 Ryan C. Gordon Support for multiple file extensions in the decoders, and a SIGINT catcher.
Tue, 23 Oct 2001 18:27:31 +0000 Ryan C. Gordon Cleaned up the overflow buffer hack.
Wed, 17 Oct 2001 06:51:29 +0000 Ryan C. Gordon Fix for properly streaming from the overflow buffer.
Fri, 12 Oct 2001 17:31:46 +0000 Ryan C. Gordon Removed an experiment.
Fri, 12 Oct 2001 16:54:35 +0000 Ryan C. Gordon Added Torbj�rn Andersson's command lines, and cleaned up the usage output.
Thu, 04 Oct 2001 00:59:12 +0000 Ryan C. Gordon Made more robust; fixes most sample rate, etc incompatibilities.
Tue, 25 Sep 2001 21:02:20 +0000 Ryan C. Gordon Fixes some Visual C++ 6.0 compiler complaints.
Mon, 24 Sep 2001 15:28:32 +0000 Ryan C. Gordon Renamed from test/test_sdlsound.c ... lots of other updates, too.