Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 191:fbb6101ea4b4
Fixed a small typo.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 30 Dec 2001 23:18:33 +0000 |
parents | aa0f8b5d2dac |
children | 05bb0259cd2a |
comparison
equal
deleted
inserted
replaced
190:aa0f8b5d2dac | 191:fbb6101ea4b4 |
---|---|
60 available from the website. Changed Corona688 to Tyler Montbriand | 60 available from the website. Changed Corona688 to Tyler Montbriand |
61 in CREDITS. Upped version to 0.1.3. | 61 in CREDITS. Upped version to 0.1.3. |
62 10082001 - Restructured decoders/wav.c to allow for multiple formats, and | 62 10082001 - Restructured decoders/wav.c to allow for multiple formats, and |
63 put the start of a handler for the ADPCM format in place. | 63 put the start of a handler for the ADPCM format in place. |
64 10072001 - Changed the way decoders/mod.c handles samplerate so that it should | 64 10072001 - Changed the way decoders/mod.c handles samplerate so that it should |
65 work universally. This isn't an idea solution, but it's probably | 65 work universally. This isn't an ideal solution, but it's probably |
66 the best we can do without rewriting mikmod. Made a change to ogg.c | 66 the best we can do without rewriting mikmod. Made a change to ogg.c |
67 for portability: changed an int64_t to ogg_int64_t. | 67 for portability: changed an int64_t to ogg_int64_t. |
68 10062001 - Made a change to SDL_sound.c for compiling on non-GNU toolchains. | 68 10062001 - Made a change to SDL_sound.c for compiling on non-GNU toolchains. |
69 10052001 - Removed #include "SDL_endian" from aiff.c. | 69 10052001 - Removed #include "SDL_endian" from aiff.c. |
70 10042001 - Changed some #if (defined SOUND_SUPPORTS_*) lines to | 70 10042001 - Changed some #if (defined SOUND_SUPPORTS_*) lines to |