comparison CHANGELOG @ 171:697fabe1453e

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 01 Dec 2001 01:12:40 +0000
parents a1255c02bab1
children 865c17682d8f
comparison
equal deleted inserted replaced
170:e91fb8d5bd62 171:697fabe1453e
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 11302001 - Torbjörn and I make Sound_DecodeAll() more robust: checks for
6 previous decoding failures and sets an appropriate error, handles
7 decoders that change their buffers on the fly (such as the FLAC
8 decoder), and deals with out-of-memory conditions more gracefully.
5 11252001 - (With thanks to Andreas Umbach for pointing it out) Fixed some 9 11252001 - (With thanks to Andreas Umbach for pointing it out) Fixed some
6 problems with Sound_DecodeAll(). For local testing of this bug, 10 problems with Sound_DecodeAll(). For local testing of this bug,
7 added a --predecode command line to playsound. Minor fixes to 11 added a --predecode command line to playsound. Minor fixes to
8 theoretical bugs in Sound_FreeSample(). playsound no longer 12 theoretical bugs in Sound_FreeSample(). playsound no longer
9 buffers stdout and stderr. Updated Sound_DecodeAll()'s comments in 13 buffers stdout and stderr. Updated Sound_DecodeAll()'s comments in