log decoders/aiff.c @ 536:8a814bbbedfa

age author description
Thu, 17 Apr 2008 18:08:02 +0000 Ryan C. Gordon Merged r544:545 from branches/stable-1.0: converted to UTF-8 encoding.
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
Wed, 12 May 2004 02:15:00 +0000 Ryan C. Gordon Fixed binary compatibility, added Sound_GetDuration().
Sat, 08 May 2004 08:19:50 +0000 Ryan C. Gordon Most decoders now report total sample play time, now. Technically, this
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)
Tue, 02 Jul 2002 03:58:24 +0000 Ryan C. Gordon WinCE (PocketPC) patches from Tyler.
Mon, 24 Jun 2002 23:12:55 +0000 Ryan C. Gordon Fixed to handle stereo AIFF files.
Mon, 20 May 2002 09:41:38 +0000 Ryan C. Gordon seek method implementation.
Sun, 21 Apr 2002 18:39:47 +0000 Ryan C. Gordon Added framework for Sound_Seek() support.
Thu, 17 Jan 2002 20:53:53 +0000 Ryan C. Gordon Initial implementation or stubs for rewind method. Other cleanups.
Wed, 26 Dec 2001 10:40:25 +0000 Ryan C. Gordon Changed reference to "LICENSE" file to "COPYING".
Fri, 07 Dec 2001 20:31:20 +0000 Ryan C. Gordon Modified to more easily allow for different compression types.
Thu, 01 Nov 2001 19:13:17 +0000 Ryan C. Gordon Decoders can now list multiple file extensions.
Fri, 05 Oct 2001 14:04:19 +0000 Ryan C. Gordon Removed SDL_endian.h include.
Wed, 03 Oct 2001 18:29:32 +0000 Ryan C. Gordon Changing my include structure to do this right.
Wed, 03 Oct 2001 18:15:52 +0000 Ryan C. Gordon Updated to fix build system problem.
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 23:33:19 +0000 Ryan C. Gordon Changes in preparation of autoconf support.
Mon, 24 Sep 2001 15:31:25 +0000 Ryan C. Gordon Changed _D macro to DBGSND.
Sat, 22 Sep 2001 14:41:38 +0000 Ryan C. Gordon Added init() and quit() methods.
Sat, 22 Sep 2001 12:28:58 +0000 Ryan C. Gordon Cleanups from Torbj�rn Andersson.
Thu, 20 Sep 2001 07:51:42 +0000 Ryan C. Gordon Initial add. Thanks, Torbj�rn!