comparison CHANGELOG @ 125:7d033b28b5d2

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 08 Oct 2001 19:14:26 +0000
parents 4996bb1ae449
children e139a7a6855b
comparison
equal deleted inserted replaced
124:e46e31fdecfd 125:7d033b28b5d2
82 10062001 - Made a change to SDL_sound.c for compiling on non-GNU toolchains. 82 10062001 - Made a change to SDL_sound.c for compiling on non-GNU toolchains.
83 10072001 - Changed the way decoders/mod.c handles samplerate so that it should 83 10072001 - Changed the way decoders/mod.c handles samplerate so that it should
84 work universally. This isn't an idea solution, but it's probably 84 work universally. This isn't an idea solution, but it's probably
85 the best we can do without rewriting mikmod. Made a change to ogg.c 85 the best we can do without rewriting mikmod. Made a change to ogg.c
86 for portability: changed an int64_t to ogg_int64_t. 86 for portability: changed an int64_t to ogg_int64_t.
87 10082001 - Restructured decoders/wav.c to allow for multiple formats, and
88 put the start of a handler for the ADPCM format in place.
87 89
88 --ryan. (icculus@clutteredmind.org) 90 --ryan. (icculus@clutteredmind.org)
89 91
90 /* end of CHANGELOG ... */ 92 /* end of CHANGELOG ... */
91 93