comparison CHANGELOG @ 177:028a6691fbf9

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 05 Dec 2001 22:24:07 +0000
parents 865c17682d8f
children 993dd477eb4c
comparison
equal deleted inserted replaced
176:69922f6a5c74 177:028a6691fbf9
3 */ 3 */
4 4
5 12052001 - Put our names in a "--credits" option in playsound, and put the 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 6 standard GNU disclaimers in there too, for good measure. Renamed
7 LICENSE to COPYING to match GNU standards more closely (and 7 LICENSE to COPYING to match GNU standards more closely (and
8 end Max's torment. :) ) 8 end Max's torment. :) ) Tweaks to wav.c, and work on aiff.c to
9 make it easier to support multiple audio formats (for compression
10 handling later down the road).
9 11302001 - Torbjörn and I make Sound_DecodeAll() more robust: checks for 11 11302001 - Torbjörn and I make Sound_DecodeAll() more robust: checks for
10 previous decoding failures and sets an appropriate error, handles 12 previous decoding failures and sets an appropriate error, handles
11 decoders that change their buffers on the fly (such as the FLAC 13 decoders that change their buffers on the fly (such as the FLAC
12 decoder), and deals with out-of-memory conditions more gracefully. 14 decoder), and deals with out-of-memory conditions more gracefully.
13 11252001 - (With thanks to Andreas Umbach for pointing it out) Fixed some 15 11252001 - (With thanks to Andreas Umbach for pointing it out) Fixed some