# HG changeset patch # User Ryan C. Gordon # Date 1021896781 0 # Node ID 2d819d03c91ec741b7f2d0ba9f2279811f1261fa # Parent f6475949cd590af3cc01ae5f86ce6722991c9e9d Updated. diff -r f6475949cd59 -r 2d819d03c91e CHANGELOG --- 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 diff -r f6475949cd59 -r 2d819d03c91e TODO --- 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