Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 240:ff6e66f54ece
fixed decoders/Makefile.am
author | fingolfin |
---|---|
date | Wed, 23 Jan 2002 20:00:51 +0000 |
parents | d8247b97b010 |
children | 4a8d627a2326 |
comparison
equal
deleted
inserted
replaced
239:30e21a90f3b1 | 240:ff6e66f54ece |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 01192001 - Torbjörn sent in patches implementing the rewind method for the | 5 01232002 - Fixed decoders/Makefile.am to work with seperate build directories. |
6 Corrected some dates in this file. | |
7 01192002 - Torbjörn sent in patches implementing the rewind method for the | |
6 rest of the decoders except shn.c, for which I added a kludged | 8 rest of the decoders except shn.c, for which I added a kludged |
7 implementation. Added more info to the README. Hunted down the | 9 implementation. Added more info to the README. Hunted down the |
8 reason why SMPEG can't decode before calling SDL_OpenAudio(), and | 10 reason why SMPEG can't decode before calling SDL_OpenAudio(), and |
9 it can't be fixed without a change to SMPEG (not MY fault! :) ). | 11 it can't be fixed without a change to SMPEG (not MY fault! :) ). |
10 Made ModPlug take priority over MikMod when selecting a decoder. | 12 Made ModPlug take priority over MikMod when selecting a decoder. |
11 Mutex-protected the internal samples list, and fixed some bugs in | 13 Mutex-protected the internal samples list, and fixed some bugs in |
12 the management of that list. Changed some stuff to use uniform | 14 the management of that list. Changed some stuff to use uniform |
13 coding conventions. | 15 coding conventions. |
14 01182001 - SDL_sound/playsound builds and runs on BeOS now. Fixed an assertion | 16 01182002 - SDL_sound/playsound builds and runs on BeOS now. Fixed an assertion |
15 bug I introduced yesterday. | 17 bug I introduced yesterday. |
16 01172002 - Implemented Sound_Rewind(), and added a --loop command line to | 18 01172002 - Implemented Sound_Rewind(), and added a --loop command line to |
17 playsound for testing. Rewrote the audio callback to handle looping | 19 playsound for testing. Rewrote the audio callback to handle looping |
18 with both predecoded and streamed samples. Most of the decoders | 20 with both predecoded and streamed samples. Most of the decoders |
19 just have an assert(0) in their internal rewinding method at this | 21 just have an assert(0) in their internal rewinding method at this |