comparison CHANGELOG @ 181:993dd477eb4c

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 17 Dec 2001 00:25:46 +0000
parents 028a6691fbf9
children 47cc2de2ae36
comparison
equal deleted inserted replaced
180:db3f0ee7aac0 181:993dd477eb4c
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 12162001 - FLAC decoder now checks for the magic number unless the file
6 extension is recognized. This was changed back because searching
7 for metadata, while probably more effective, is VERY expensive (and
8 useless) on non-FLAC streams.
5 12052001 - Put our names in a "--credits" option in playsound, and put the 9 12052001 - Put our names in a "--credits" option in playsound, and put the
6 standard GNU disclaimers in there too, for good measure. Renamed 10 standard GNU disclaimers in there too, for good measure. Renamed
7 LICENSE to COPYING to match GNU standards more closely (and 11 LICENSE to COPYING to match GNU standards more closely (and to
8 end Max's torment. :) ) Tweaks to wav.c, and work on aiff.c to 12 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 13 make it easier to support multiple audio formats (for compression
10 handling later down the road). 14 handling later down the road).
11 11302001 - Torbjörn and I make Sound_DecodeAll() more robust: checks for 15 11302001 - Torbjörn and I make Sound_DecodeAll() more robust: checks for
12 previous decoding failures and sets an appropriate error, handles 16 previous decoding failures and sets an appropriate error, handles