changeset 336:2d819d03c91e

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 20 May 2002 12:13:01 +0000
parents f6475949cd59
children 83233d8a5929
files CHANGELOG TODO
diffstat 2 files changed, 6 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Mon May 20 12:11:55 2002 +0000
+++ b/CHANGELOG	Mon May 20 12:13:01 2002 +0000
@@ -2,8 +2,12 @@
  * CHANGELOG.
  */
 
-05202002 - Some .cvsignores from Max and me.
-04292002 - Darrell Walisser updated the Mac Classic and OS X project 
+05202002 - Some .cvsignores from Max and me. Added a seek implementations for
+           the SMPEG, ogg, aiff, wav-adpcm, voc, and au decoders. Added a seek
+           stub to quicktime.c. playsound now takes milliseconds in the seek
+           lists: --seek "00:00:400" or whatnot. Corrected playsound's usage
+           text. Other au.c cleanups for extra robustness.
+04292002 - Darrell Walisser updated the Mac Classic and OS X project
            files, fixed some portability issues, and added an
            experimental decoder that uses Apple's QuickTime libraries 
            (see decoders/quicktime.c). I've included the Mac project files 
--- a/TODO	Mon May 20 12:11:55 2002 +0000
+++ b/TODO	Mon May 20 12:13:01 2002 +0000
@@ -11,13 +11,7 @@
   (If decoder can't seek, clean up the stub and report an error.)
 - mikmod.c
 - shn.c
-- wav.c (adpcm compression; uncompressed is implemented.)
-- voc.c
 - mpglib.c
-- smpeg.c
-- aiff.c
-- au.c
-- ogg.c
 - quicktime.c