# HG changeset patch # User Ryan C. Gordon # Date 1022059859 0 # Node ID d5d281337ee0566ecd266a5412b68ef55780e9f1 # Parent 03f47480200f945ad22dc23d9ec483276ddb9970 Updated. diff -r 03f47480200f -r d5d281337ee0 CHANGELOG --- a/CHANGELOG Wed May 22 09:30:52 2002 +0000 +++ b/CHANGELOG Wed May 22 09:30:59 2002 +0000 @@ -2,6 +2,9 @@ * CHANGELOG. */ +05222002 - Torbjörn sent in some initial cleanups and fixes for altcvt, and + fixed a bug in playsound when not all three of --rate, --channels + and --format are specified. 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 diff -r 03f47480200f -r d5d281337ee0 TODO --- a/TODO Wed May 22 09:30:52 2002 +0000 +++ b/TODO Wed May 22 09:30:59 2002 +0000 @@ -6,8 +6,6 @@ - Fix the crappy rewind implementation in shn.c's SHN_rewind(). - Finish implementing seek() method in decoders, see below. - Add a sdlsound-config script? -- playsound is a little wonky when specifying only --rate (or only --channel - or only --format? Look into this.). Decoders still needing seek() method: (If decoder can't seek, clean up the stub and report an error.)