comparison CHANGELOG @ 336:2d819d03c91e

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 20 May 2002 12:13:01 +0000
parents ed466b90dbcb
children e3ac0d41668c
comparison
equal deleted inserted replaced
335:f6475949cd59 336:2d819d03c91e
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 05202002 - Some .cvsignores from Max and me. 5 05202002 - Some .cvsignores from Max and me. Added a seek implementations for
6 04292002 - Darrell Walisser updated the Mac Classic and OS X project 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
8 lists: --seek "00:00:400" or whatnot. Corrected playsound's usage
9 text. Other au.c cleanups for extra robustness.
10 04292002 - Darrell Walisser updated the Mac Classic and OS X project
7 files, fixed some portability issues, and added an 11 files, fixed some portability issues, and added an
8 experimental decoder that uses Apple's QuickTime libraries 12 experimental decoder that uses Apple's QuickTime libraries
9 (see decoders/quicktime.c). I've included the Mac project files 13 (see decoders/quicktime.c). I've included the Mac project files
10 in CVS, now. Removed all use of alloca() from playsound. 14 in CVS, now. Removed all use of alloca() from playsound.
11 04242002 - Added --seek option and bugfixes to playsound.c. Torbjörn comes 15 04242002 - Added --seek option and bugfixes to playsound.c. Torbjörn comes