Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 205:2cae459bc47e
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 10 Jan 2002 01:15:11 +0000 |
parents | dfe83937103c |
children | 4861069841b9 |
comparison
equal
deleted
inserted
replaced
204:dfe83937103c | 205:2cae459bc47e |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 01042001 - Forgot to bump playsound's version to match SDL_sound's. Fixed. | 5 01092002 - Torbjörn comes through with a ModPlug-based decoder, which should |
6 work nicely for decoding multiple .MODs at once. Now we need to | |
7 figure out what to do with two decoders that can decode the same | |
8 file. For now, if you explicitly want either MikMod or ModPlug, you | |
9 should explicitly enable one decoder and disable the other on the | |
10 configure command line ("--enable-modplug --disable-mikmod", for | |
11 example), otherwise configure will try to sort out the best one for | |
12 your system. Choice is a wonderful thing. :) | |
13 01042002 - Forgot to bump playsound's version to match SDL_sound's. Fixed. | |
6 Added some notes to the top of COPYING about other libraries, etc. | 14 Added some notes to the top of COPYING about other libraries, etc. |
7 A real MIDI decoder (using a hacked version of the hacked version | 15 A real MIDI decoder (using a hacked version of the hacked version |
8 of Timidity from SDL_mixer) is now in place and working well, | 16 of Timidity from SDL_mixer) is now in place and working well, |
9 thanks to Torbjörn. | 17 thanks to Torbjörn. |
10 01012001 - Happy New Year. Added some debug output to wav.c for future | 18 01012002 - Happy New Year. Added some debug output to wav.c for future |
11 codecs (GSM comes to mind). Fixed the SMPEG decoder's URL to point | 19 codecs (GSM comes to mind). Fixed the SMPEG decoder's URL to point |
12 to Loki's webpage. | 20 to Loki's webpage. |
13 12302001 - Upped version to 0.1.4. | 21 12302001 - Upped version to 0.1.4. |
14 12272001 - Added --audiobuf and --decodebuf options to playsound to make | 22 12272001 - Added --audiobuf and --decodebuf options to playsound to make |
15 tracking down a bug in the ADPCM decoder easier (plus, it could | 23 tracking down a bug in the ADPCM decoder easier (plus, it could |