# HG changeset patch # User Ryan C. Gordon # Date 1010951455 0 # Node ID 9bafd3e8276e903181b2c7e58d017fa57f593323 # Parent e27b33a6d5fe5315d0987b4d2e918980caef612f Updated. diff -r e27b33a6d5fe -r 9bafd3e8276e CHANGELOG --- 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 diff -r e27b33a6d5fe -r 9bafd3e8276e TODO --- 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...