# HG changeset patch # User Ryan C. Gordon # Date 1019681282 0 # Node ID 028f00df53aebab31ce26894875d3d84bcccbcf6 # Parent 498240aa76f1ff6bfb5e2052f280920a711ab9ee Updated. diff -r 498240aa76f1 -r 028f00df53ae CHANGELOG --- a/CHANGELOG Wed Apr 24 20:47:21 2002 +0000 +++ b/CHANGELOG Wed Apr 24 20:48:02 2002 +0000 @@ -2,6 +2,11 @@ * CHANGELOG. */ +04242002 - Added --seek option and bugfixes to playsound.c. Torbjörn comes + through with seek support for the FLAC, MIDI, Mikmod, and ModPlug + decoders, and a bugfix for sample flag manipulation in the base + library (and his own --seek code for playsound, which unfortunately + we're not using). 04232002 - Cleaned up the playsound command line handling. Most command line options (--rate, --format, --predecode, etc) are specified per-file and reset to their defaults after each sample is played back.