changeset 215:9bafd3e8276e

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 13 Jan 2002 19:50:55 +0000
parents e27b33a6d5fe
children 07d0939d40e7
files CHANGELOG TODO
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sun Jan 13 19:50:02 2002 +0000
+++ b/CHANGELOG	Sun Jan 13 19:50:55 2002 +0000
@@ -2,6 +2,10 @@
  * CHANGELOG.
  */
 
+01113002 - Mattias Engdegård sent in an .AU decoder. Nice! He also tweaked
+           playsound to try and wait until SDL has completed playing a given
+           sound before closing the audio device. Changed a macro in
+           decoders/shn.c to be more uniform with the other decoders.
 01112002 - Committed the rest of Torbjörn's MOD patches, to clean up file
            extension handling.
 01092002 - Torbjörn comes through with a ModPlug-based decoder, which should
--- a/TODO	Sun Jan 13 19:50:02 2002 +0000
+++ b/TODO	Sun Jan 13 19:50:55 2002 +0000
@@ -21,7 +21,6 @@
 
 Decoders to implement:
 - .CDA (Does this need specific decoding? Or is a RWops needed?)
-- .AU
 - An mpglib MP3 decoder? (or backend mpglib into SMPEG?)
 - ...and more...