Mercurial > SDL_sound_CoreAudio
comparison CHANGELOG @ 175:865c17682d8f
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 05 Dec 2001 10:04:48 +0000 |
parents | 697fabe1453e |
children | 028a6691fbf9 |
comparison
equal
deleted
inserted
replaced
174:c72093874af4 | 175:865c17682d8f |
---|---|
1 /* | 1 /* |
2 * CHANGELOG. | 2 * CHANGELOG. |
3 */ | 3 */ |
4 | 4 |
5 12052001 - Put our names in a "--credits" option in playsound, and put the | |
6 standard GNU disclaimers in there too, for good measure. Renamed | |
7 LICENSE to COPYING to match GNU standards more closely (and | |
8 end Max's torment. :) ) | |
5 11302001 - Torbjörn and I make Sound_DecodeAll() more robust: checks for | 9 11302001 - Torbjörn and I make Sound_DecodeAll() more robust: checks for |
6 previous decoding failures and sets an appropriate error, handles | 10 previous decoding failures and sets an appropriate error, handles |
7 decoders that change their buffers on the fly (such as the FLAC | 11 decoders that change their buffers on the fly (such as the FLAC |
8 decoder), and deals with out-of-memory conditions more gracefully. | 12 decoder), and deals with out-of-memory conditions more gracefully. |
9 11252001 - (With thanks to Andreas Umbach for pointing it out) Fixed some | 13 11252001 - (With thanks to Andreas Umbach for pointing it out) Fixed some |