# HG changeset patch # User Ryan C. Gordon # Date 1008548746 0 # Node ID 993dd477eb4c43f7ff047c729a030417d6aa63c5 # Parent db3f0ee7aac08ad5fa1e133c1ae5c611b6a925fd Updated. diff -r db3f0ee7aac0 -r 993dd477eb4c CHANGELOG --- a/CHANGELOG Fri Dec 07 20:31:20 2001 +0000 +++ b/CHANGELOG Mon Dec 17 00:25:46 2001 +0000 @@ -2,9 +2,13 @@ * CHANGELOG. */ +12162001 - FLAC decoder now checks for the magic number unless the file + extension is recognized. This was changed back because searching + for metadata, while probably more effective, is VERY expensive (and + useless) on non-FLAC streams. 12052001 - Put our names in a "--credits" option in playsound, and put the standard GNU disclaimers in there too, for good measure. Renamed - LICENSE to COPYING to match GNU standards more closely (and + LICENSE to COPYING to match GNU standards more closely (and to end Max's torment. :) ) Tweaks to wav.c, and work on aiff.c to make it easier to support multiple audio formats (for compression handling later down the road).