Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 339:e3ac0d41668c
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 20 May 2002 16:21:20 +0000 |
parents | 2d819d03c91e |
children | d5d281337ee0 |
comparison
equal
deleted
inserted
replaced
338:7b9a0f3f030e | 339:e3ac0d41668c |
---|---|
4 | 4 |
5 05202002 - Some .cvsignores from Max and me. Added a seek implementations for | 5 05202002 - Some .cvsignores from Max and me. Added a seek implementations for |
6 the SMPEG, ogg, aiff, wav-adpcm, voc, and au decoders. Added a seek | 6 the SMPEG, ogg, aiff, wav-adpcm, voc, and au decoders. Added a seek |
7 stub to quicktime.c. playsound now takes milliseconds in the seek | 7 stub to quicktime.c. playsound now takes milliseconds in the seek |
8 lists: --seek "00:00:400" or whatnot. Corrected playsound's usage | 8 lists: --seek "00:00:400" or whatnot. Corrected playsound's usage |
9 text. Other au.c cleanups for extra robustness. | 9 text. Other au.c cleanups for extra robustness. Added an |
10 experimental audio converter that Frank Ranostaj sent to the SDL | |
11 mailing list about a month ago: enable it with --enable-altcvt at | |
12 configure time, but be warned that it doesn't work very well right | |
13 now. | |
10 04292002 - Darrell Walisser updated the Mac Classic and OS X project | 14 04292002 - Darrell Walisser updated the Mac Classic and OS X project |
11 files, fixed some portability issues, and added an | 15 files, fixed some portability issues, and added an |
12 experimental decoder that uses Apple's QuickTime libraries | 16 experimental decoder that uses Apple's QuickTime libraries |
13 (see decoders/quicktime.c). I've included the Mac project files | 17 (see decoders/quicktime.c). I've included the Mac project files |
14 in CVS, now. Removed all use of alloca() from playsound. | 18 in CVS, now. Removed all use of alloca() from playsound. |