Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Dec 27, 2001
1 parent d1db57c commit da842a3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions TODO
Expand Up @@ -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
Expand Down

0 comments on commit da842a3

Please sign in to comment.