comparison CHANGELOG @ 23:06a009a1ec9e

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 19 Sep 2001 08:32:05 +0000
parents f58a664c1557
children 66ff8562eec0
comparison
equal deleted inserted replaced
22:f6e679afe88b 23:06a009a1ec9e
2 * CHANGELOG. 2 * CHANGELOG.
3 */ 3 */
4 4
5 09132001 - Initial spec proposed on SDL mailing list, under name "SDL_voice". 5 09132001 - Initial spec proposed on SDL mailing list, under name "SDL_voice".
6 09142001 - Changed name to SDL_sound, added Sound_DecodeAll() to spec. 6 09142001 - Changed name to SDL_sound, added Sound_DecodeAll() to spec.
7 09172001 - Changed some overlooked "voice" to "sound". 7 09172001 - Changed some overlooked "voice" to "sound". Implemented base API.
8 09182001 - Implemented base API. So...tired. Everything's different. :) 8 So...tired. Everything's different. :)
9 Also put in a RAW decoder and a simple test program. 9 Also put in a RAW decoder and a simple test program.
10 09182001 - Implemented MP3 support through SMPEG (not working yet, though) and
11 wrote the Reference Counting RWops wrapper. Added other little
12 things like the _D(()) macro. Added VOC support, which went up with
13 surprisingly little struggle, which means it MUST be leaking
14 memory. :)
15 09192001 - Added a skeleton decoder source file. Changed voc_read() to
16 voc_read_waveform(), so it wouldn't be confused with VOC_read().
17 Fixed a byte ordering bug in voc.c (reported as AUDIO_S16LSB, but
18 we were swapping byte order of data ourselves. Fixed). Added basic
19 .WAV support. Fixed Makefile so that -I. is always first;
20 otherwise, a previously installed header might get used for the
21 compiles, which is not good. SDL_sound.h now includes SDL_endian.h,
22 since SDL.h doesn't, for some reason.
10 23
11 --ryan. (icculus@clutteredmind.org) 24 --ryan. (icculus@clutteredmind.org)
12 25
13 /* end of CHANGELOG ... */ 26 /* end of CHANGELOG ... */
14 27