comparison CHANGELOG @ 195:05bb0259cd2a

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 02 Jan 2002 01:12:03 +0000
parents fbb6101ea4b4
children f9a752f41ab6
comparison
equal deleted inserted replaced
194:e2cb8bfe8051 195:05bb0259cd2a
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 01012001 - Happy New Year. Added some debug output to wav.c for future
6 codecs (GSM comes to mind). Fixed the SMPEG decoder's URL to point
7 to Loki's webpage.
5 12302001 - Upped version to 0.1.4. 8 12302001 - Upped version to 0.1.4.
6 12272001 - Added --audiobuf and --decodebuf options to playsound to make 9 12272001 - Added --audiobuf and --decodebuf options to playsound to make
7 tracking down a bug in the ADPCM decoder easier (plus, it could 10 tracking down a bug in the ADPCM decoder easier (plus, it could
8 help for benchmarking, etc later on...). Found a printf() bug in 11 help for benchmarking, etc later on...). Found a printf() bug in
9 playsound (extra comma in there...). ADPCM decoder appears to be 12 playsound (extra comma in there...). ADPCM decoder appears to be