# HG changeset patch # User Ryan C. Gordon # Date 1009494593 0 # Node ID 92eae705e0d17d611a523841755542cead651bb0 # Parent 8df5aff6ce125f542bf5cab9a2afe778b3c31e9d Updated. diff -r 8df5aff6ce12 -r 92eae705e0d1 CHANGELOG --- a/CHANGELOG Thu Dec 27 23:08:44 2001 +0000 +++ b/CHANGELOG Thu Dec 27 23:09:53 2001 +0000 @@ -2,8 +2,17 @@ * CHANGELOG. */ +12272001 - Added --audiobuf and --decodebuf options to playsound to make + tracking down a bug in the ADPCM decoder easier (plus, it could + help for benchmarking, etc later on...). Found a printf() bug in + playsound (extra comma in there...). ADPCM decoder appears to be + functional now. Tried to add ElectricFence support to + configure.in, and failed. All this libtool/autoconf stuff makes my + head hurt. 12262001 - Changed remaining references to the "LICENSE" file into "COPYING". - Work progresses on the ADPCM-compressed .wav decoder. + Work progresses on the ADPCM-compressed .wav decoder. Updates to + the documentation in SDL_sound.h. Hhmm...find_chunk() in wav.c was + badly broken. Fixed. 12162001 - FLAC decoder now checks for the magic number unless the file extension is recognized. This was changed back because searching for metadata, while probably more effective, is VERY expensive (and diff -r 8df5aff6ce12 -r 92eae705e0d1 TODO --- a/TODO Thu Dec 27 23:08:44 2001 +0000 +++ b/TODO Thu Dec 27 23:09:53 2001 +0000 @@ -19,6 +19,7 @@ - Shrink buffer in Sound_DecodeAll to fit exact size of sample after decoding. - Make Sound_SetError() and Sound_GetError() use their own buffers, so they don't piddle over SDL errors, and vice-versa. +- Run through ElectricFence, dmalloc, etc... Decoders to implement: - .MID