comparison CHANGELOG @ 282:464089180e49

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 15 Mar 2002 04:02:23 +0000
parents dfe4a46f88f7
children fd9af100eb74
comparison
equal deleted inserted replaced
281:ad4c8f34136a 282:464089180e49
1 /* 1 /*
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 03142002 - Changed configure script's --enable-vorbis to --enable-ogg. Removed 5 03142002 - Changed configure script's --enable-vorbis to --enable-ogg. Removed
6 global state variable from mpglib, so it should be reentrant now. 6 global state variable from mpglib, so it should be reentrant now
7 (patches sent to mpglib's actual maintainer). playsound can now
8 read from stdin.
7 03102002 - Added a FIXME note to decoders/mpglib.c. playsound now reports 9 03102002 - Added a FIXME note to decoders/mpglib.c. playsound now reports
8 errors in the thread where they occured, which also fixes a double 10 errors in the thread where they occured, which also fixes a double
9 report of errors during predecoding. Removed all calls to exit() in 11 report of errors during predecoding. Removed all calls to exit() in
10 mpglib. These calls now report errors correctly to SDL_sound, which 12 mpglib. These calls now report errors correctly to SDL_sound, which
11 passes them on to the application (patch also sent to mpglib's 13 passes them on to the application (patch also sent to mpglib's