log decoders/wav.c @ 453:b9856ba6fb4e

age author description
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.
Thu, 13 Jun 2002 23:15:37 +0000 Ryan C. Gordon Fix to handle strange WAV fmt chunks.
Thu, 06 Jun 2002 19:12:13 +0000 Ryan C. Gordon FIXME cleanup.
Mon, 20 May 2002 11:19:50 +0000 Ryan C. Gordon Implemented seek support for ADPCM-compressed WAVs.
Sun, 21 Apr 2002 21:34:59 +0000 Ryan C. Gordon Added seek support for uncompressed WAVs.
Sun, 21 Apr 2002 18:39:47 +0000 Ryan C. Gordon Added framework for Sound_Seek() support.
Tue, 05 Feb 2002 19:00:39 +0000 Ryan C. Gordon Cast to prevent pointer arithmatic on a (void *).
Mon, 04 Feb 2002 13:57:26 +0000 Ryan C. Gordon Fixed compiler warnings (thanks, Darrell!)
Thu, 17 Jan 2002 20:53:53 +0000 Ryan C. Gordon Initial implementation or stubs for rewind method. Other cleanups.
Wed, 02 Jan 2002 01:09:02 +0000 Ryan C. Gordon Added some debugging output in preparation for future codecs (gsm, maybe?)
Thu, 27 Dec 2001 23:05:05 +0000 Ryan C. Gordon ADPCM decoder seems to be complete, other fixes too...
Wed, 26 Dec 2001 10:39:16 +0000 Ryan C. Gordon Updated comments to reflect change from LICENSE to COPYING file, and put a
Wed, 05 Dec 2001 22:24:28 +0000 Ryan C. Gordon Minor tweaks and such.