log decoders/au.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
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 09:40:59 +0000 Ryan C. Gordon Fixed seek implementation.
Mon, 20 May 2002 09:22:42 +0000 Ryan C. Gordon Cleanups for robustness, potentially buggy seek method implementation.
Sun, 21 Apr 2002 18:39:47 +0000 Ryan C. Gordon Added framework for Sound_Seek() support.
Sun, 17 Mar 2002 21:17:23 +0000 Ryan C. Gordon Minor cleanups.
Mon, 11 Feb 2002 08:30:23 +0000 Ryan C. Gordon Changed magic number to be bigendian.
Thu, 17 Jan 2002 20:53:53 +0000 Ryan C. Gordon Initial implementation or stubs for rewind method. Other cleanups.
Sun, 13 Jan 2002 21:34:46 +0000 Ryan C. Gordon Fixed memory leak I introduced, mangled coding style some more. :)
Sun, 13 Jan 2002 19:48:16 +0000 Ryan C. Gordon Initial add.