From da842a381dbcdff77e251db4d338944ac7d846d5 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 27 Dec 2001 23:09:53 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 11 ++++++++++- TODO | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index a1a8fcc..53faf5b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 --git a/TODO b/TODO index 9d249d3..b016fc0 100644 --- a/TODO +++ b/TODO @@ -19,6 +19,7 @@ More immediate: - 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