Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 189:92eae705e0d1 release-0.1.4
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 27 Dec 2001 23:09:53 +0000 |
parents | 47cc2de2ae36 |
children | aa0f8b5d2dac |
comparison
equal
deleted
inserted
replaced
188:8df5aff6ce12 | 189:92eae705e0d1 |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 12272001 - Added --audiobuf and --decodebuf options to playsound to make | |
6 tracking down a bug in the ADPCM decoder easier (plus, it could | |
7 help for benchmarking, etc later on...). Found a printf() bug in | |
8 playsound (extra comma in there...). ADPCM decoder appears to be | |
9 functional now. Tried to add ElectricFence support to | |
10 configure.in, and failed. All this libtool/autoconf stuff makes my | |
11 head hurt. | |
5 12262001 - Changed remaining references to the "LICENSE" file into "COPYING". | 12 12262001 - Changed remaining references to the "LICENSE" file into "COPYING". |
6 Work progresses on the ADPCM-compressed .wav decoder. | 13 Work progresses on the ADPCM-compressed .wav decoder. Updates to |
14 the documentation in SDL_sound.h. Hhmm...find_chunk() in wav.c was | |
15 badly broken. Fixed. | |
7 12162001 - FLAC decoder now checks for the magic number unless the file | 16 12162001 - FLAC decoder now checks for the magic number unless the file |
8 extension is recognized. This was changed back because searching | 17 extension is recognized. This was changed back because searching |
9 for metadata, while probably more effective, is VERY expensive (and | 18 for metadata, while probably more effective, is VERY expensive (and |
10 useless) on non-FLAC streams. | 19 useless) on non-FLAC streams. |
11 12052001 - Put our names in a "--credits" option in playsound, and put the | 20 12052001 - Put our names in a "--credits" option in playsound, and put the |