Mercurial > SDL_sound_CoreAudio
annotate CHANGELOG @ 319:4a2cd7d4aa06
Updated.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 29 Apr 2002 06:02:34 +0000 |
parents | aaf9142d5a9e |
children | ed466b90dbcb |
rev | line source |
---|---|
0 | 1 /* |
2 * CHANGELOG. | |
3 */ | |
4 | |
319 | 5 04292002 - Darrell Walisser updated the Mac Classic and OS X project |
6 files, fixed some portability issues, and added an | |
7 experimental decoder that uses Apple's QuickTime libraries | |
8 (see decoders/quicktime.c). I've included the Mac project files | |
9 in CVS, now. Removed all use of alloca() from playsound. | |
313 | 10 04242002 - Added --seek option and bugfixes to playsound.c. Torbjörn comes |
315 | 11 through with seek support for the FLAC, MIDI, and ModPlug |
12 decoders (and some stub code for MikMod), and a bugfix for sample | |
13 flag manipulation in the base library (and his own --seek code for | |
14 playsound, which unfortunately we're not using). | |
309 | 15 04232002 - Cleaned up the playsound command line handling. Most command line |
16 options (--rate, --format, --predecode, etc) are specified per-file | |
17 and reset to their defaults after each sample is played back. | |
18 --loop now takes a numeric argument: --loop 2 will playback the | |
19 sample three times (one playback and two loops). Added Darrell | |
20 to the playsound credits. | |
304 | 21 04212002 - Initial work to add a Sound_Seek() API. Removed the NEEDSEEK |
306
c97be6e1bd27
Added framework for Sound_Seek() support.
Ryan C. Gordon <icculus@icculus.org>
parents:
304
diff
changeset
|
22 sample flag (replaced it with CANSEEK). Hack to change the internal |
c97be6e1bd27
Added framework for Sound_Seek() support.
Ryan C. Gordon <icculus@icculus.org>
parents:
304
diff
changeset
|
23 Sound_SetError() function to __Sound_SetError(). Added internal |
c97be6e1bd27
Added framework for Sound_Seek() support.
Ryan C. Gordon <icculus@icculus.org>
parents:
304
diff
changeset
|
24 function __Sound_convertMsToBytePos(). |
303 | 25 04082002 - Cleaned up the archive support in playsound a little bit, and |
26 fixed a PhysicsFS bug in the process. | |
300 | 27 03252002 - Win32 patches and fixes from Tyler Montbriand: handled "inline" |
28 keyword, fixed SNDDBG macros in mpglib, and renamed a conflicting | |
29 file (decoders/mpglib/common.c to decoders/mpglib/mpglib_common.c). | |
289 | 30 03172002 - Removed an unneeded #include in mpglib that broke build on BeOS. |
291 | 31 mpglib seems to work find on BeOS. Reworked some of mpglib.c so we |
32 can determine the audio format when accepting the data stream. Some | |
33 other minor cleanups here and there. | |
289 | 34 03162002 - Tied the PhysicsFS code into the build system (code disabled if |
35 physfs not found or --disable-physfs passed to ./configure.) | |
284 | 36 03152002 - Added PhysicsFS support to playsound, so you can play sound files |
37 that are in ZIP files without unzipping them. Needs to be merged | |
38 into build system (I was just testing my PhysFS->RWops glue code). | |
278 | 39 03142002 - Changed configure script's --enable-vorbis to --enable-ogg. Removed |
282 | 40 global state variable from mpglib, so it should be reentrant now |
41 (patches sent to mpglib's actual maintainer). playsound can now | |
42 read from stdin. | |
275 | 43 03102002 - Added a FIXME note to decoders/mpglib.c. playsound now reports |
44 errors in the thread where they occured, which also fixes a double | |
45 report of errors during predecoding. Removed all calls to exit() in | |
46 mpglib. These calls now report errors correctly to SDL_sound, which | |
47 passes them on to the application (patch also sent to mpglib's | |
48 actual maintainer). Replaced all stderr chatter in mpglib with | |
49 Sound_SetError() calls. | |
267 | 50 03072002 - decoders/mpglib.c now disregards ID3 tags instead of passing them |
269 | 51 on as valid MP3 data to mpglib. Added some (buggy) example code for |
52 adjusting an audio stream's volume (via the new --volume command | |
53 line in playsound). | |
265 | 54 03032002 - Fixed mpglib's build configuration to include general build flags |
55 so that things like --enable-debug work as expected. | |
262 | 56 02212002 - Changed SMPEG's URL to point to the icculus.org site. Added an |
57 mpglib decoder (internal to SDL_sound; relies on no external libs) | |
58 and changes mp3.c to smpeg.c (and other associated things). | |
255 | 59 02112002 - Committed a patch from Torbjörn to fix incorrect memory accesses |
256 | 60 in the Timidity code. Changed the magic number in the AU decoder |
61 to be bigendian (seems appropriate). Updated README for | |
258 | 62 completeness, and TODO for accuracy. Darrell sent in updated |
63 MacOS X Project Builder files (on the website). | |
250 | 64 02072002 - Committed a patch Torbjörn sent in awhile ago for preventing |
65 confusion with Timidity++-specific stuff in the timidity.cfg file. | |
251
b9e090f89ef6
Tweaked comments, upped version to 0.1.5.
Ryan C. Gordon <icculus@icculus.org>
parents:
250
diff
changeset
|
66 Tyler Montbriand sent in an updated Visual C package. |
b9e090f89ef6
Tweaked comments, upped version to 0.1.5.
Ryan C. Gordon <icculus@icculus.org>
parents:
250
diff
changeset
|
67 Updated SDL_sound.h's comments a little. Upped version to 0.1.5. |
248 | 68 02052002 - Fixed a cleanup I broke last night. Added CWProject.sit to the |
69 EXTRA_DIST section of Makefile.am, and updated the README with | |
70 MacOS (9/X) install instructions. | |
243 | 71 02042002 - Darrell Walisser submitted some cleanups and CodeWarrior project |
72 files for MacOS 9. Sweet! | |
73 01232002 - Max fixed decoders/Makefile.am to work with seperate build | |
74 directories, and corrected some dates in this file. | |
240 | 75 01192002 - Torbjörn sent in patches implementing the rewind method for the |
234 | 76 rest of the decoders except shn.c, for which I added a kludged |
238 | 77 implementation. Added more info to the README. Hunted down the |
78 reason why SMPEG can't decode before calling SDL_OpenAudio(), and | |
79 it can't be fixed without a change to SMPEG (not MY fault! :) ). | |
80 Made ModPlug take priority over MikMod when selecting a decoder. | |
81 Mutex-protected the internal samples list, and fixed some bugs in | |
82 the management of that list. Changed some stuff to use uniform | |
83 coding conventions. | |
240 | 84 01182002 - SDL_sound/playsound builds and runs on BeOS now. Fixed an assertion |
225 | 85 bug I introduced yesterday. |
220 | 86 01172002 - Implemented Sound_Rewind(), and added a --loop command line to |
87 playsound for testing. Rewrote the audio callback to handle looping | |
88 with both predecoded and streamed samples. Most of the decoders | |
89 just have an assert(0) in their internal rewinding method at this | |
225 | 90 point. I implemented the WAV, VOC, AU, AIFF, and RAW ones, for now. |
91 (...and skeleton.c, for what that's worth.) A few tweaks in the | |
92 core API implementation to fix unlikely but possible leaks. | |
220 | 93 01112002 - Mattias Engdegård sent in an .AU decoder. Nice! He also tweaked |
215 | 94 playsound to try and wait until SDL has completed playing a given |
95 sound before closing the audio device. Changed a macro in | |
96 decoders/shn.c to be more uniform with the other decoders. | |
218 | 97 SDL_sound error messages are now maintained on a per-thread basis, |
98 and do not interfere with SDL_[GS]etError() anymore. | |
210 | 99 01112002 - Committed the rest of Torbjörn's MOD patches, to clean up file |
100 extension handling. | |
205 | 101 01092002 - Torbjörn comes through with a ModPlug-based decoder, which should |
102 work nicely for decoding multiple .MODs at once. Now we need to | |
103 figure out what to do with two decoders that can decode the same | |
104 file. For now, if you explicitly want either MikMod or ModPlug, you | |
105 should explicitly enable one decoder and disable the other on the | |
106 configure command line ("--enable-modplug --disable-mikmod", for | |
107 example), otherwise configure will try to sort out the best one for | |
108 your system. Choice is a wonderful thing. :) | |
109 01042002 - Forgot to bump playsound's version to match SDL_sound's. Fixed. | |
198 | 110 Added some notes to the top of COPYING about other libraries, etc. |
203 | 111 A real MIDI decoder (using a hacked version of the hacked version |
204
dfe83937103c
Credit where credit is due.
Ryan C. Gordon <icculus@icculus.org>
parents:
203
diff
changeset
|
112 of Timidity from SDL_mixer) is now in place and working well, |
dfe83937103c
Credit where credit is due.
Ryan C. Gordon <icculus@icculus.org>
parents:
203
diff
changeset
|
113 thanks to Torbjörn. |
205 | 114 01012002 - Happy New Year. Added some debug output to wav.c for future |
195 | 115 codecs (GSM comes to mind). Fixed the SMPEG decoder's URL to point |
116 to Loki's webpage. | |
190
aa0f8b5d2dac
Upped version to 0.1.4.
Ryan C. Gordon <icculus@icculus.org>
parents:
189
diff
changeset
|
117 12302001 - Upped version to 0.1.4. |
189 | 118 12272001 - Added --audiobuf and --decodebuf options to playsound to make |
119 tracking down a bug in the ADPCM decoder easier (plus, it could | |
120 help for benchmarking, etc later on...). Found a printf() bug in | |
121 playsound (extra comma in there...). ADPCM decoder appears to be | |
122 functional now. Tried to add ElectricFence support to | |
123 configure.in, and failed. All this libtool/autoconf stuff makes my | |
124 head hurt. | |
184
47cc2de2ae36
Changed reference to "LICENSE" file to "COPYING".
Ryan C. Gordon <icculus@icculus.org>
parents:
181
diff
changeset
|
125 12262001 - Changed remaining references to the "LICENSE" file into "COPYING". |
189 | 126 Work progresses on the ADPCM-compressed .wav decoder. Updates to |
127 the documentation in SDL_sound.h. Hhmm...find_chunk() in wav.c was | |
128 badly broken. Fixed. | |
181 | 129 12162001 - FLAC decoder now checks for the magic number unless the file |
130 extension is recognized. This was changed back because searching | |
131 for metadata, while probably more effective, is VERY expensive (and | |
132 useless) on non-FLAC streams. | |
175 | 133 12052001 - Put our names in a "--credits" option in playsound, and put the |
134 standard GNU disclaimers in there too, for good measure. Renamed | |
181 | 135 LICENSE to COPYING to match GNU standards more closely (and to |
177 | 136 end Max's torment. :) ) Tweaks to wav.c, and work on aiff.c to |
137 make it easier to support multiple audio formats (for compression | |
138 handling later down the road). | |
171 | 139 11302001 - Torbjörn and I make Sound_DecodeAll() more robust: checks for |
140 previous decoding failures and sets an appropriate error, handles | |
141 decoders that change their buffers on the fly (such as the FLAC | |
142 decoder), and deals with out-of-memory conditions more gracefully. | |
169 | 143 11252001 - (With thanks to Andreas Umbach for pointing it out) Fixed some |
144 problems with Sound_DecodeAll(). For local testing of this bug, | |
145 added a --predecode command line to playsound. Minor fixes to | |
146 theoretical bugs in Sound_FreeSample(). playsound no longer | |
147 buffers stdout and stderr. Updated Sound_DecodeAll()'s comments in | |
148 SDL_sound.h ... | |
149 11192001 - FLAC decoder cleanups from Torbjörn. | |
154
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
150 11092001 - Torbjörn fixes playsound's audio callback after I broke it, again. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
151 A bug in configure.in was preventing SMPEG from being used unless |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
152 --enable-debug was set; fixed. Changed this file to list latest |
158 | 153 changes first. Torbjörn submitted a FLAC decoder that utilizes |
154 libFLAC (http://flac.sf.net/). Cool. | |
154
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
155 11012001 - API COMPATIBILITY BREAKAGE: Decoders can now list multiple file |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
156 extensions each. Playsound has been updated to handle this. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
157 Playsound now registers a SIGINT handler, so you can skip tracks |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
158 and/or abort the way that mpg123 does. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
159 10232001 - Rewrote playsound.c's audio_callback() to no longer need the |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
160 overflow buffer hack, which streamlines it a little and trims the |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
161 memory requirements for playsound by about 16 kilobytes. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
162 10172001 - Torbjörn catches a problem with the overflow buffer in playsound's |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
163 audio callback. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
164 10152001 - Torbjörn sends in a default sample format for the MIDI decoder, |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
165 and the starts of the audio conversion funcitonality (ripped |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
166 from SDL). Officially released 0.1.3. Added LICENSE and |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
167 CHANGELOG to the distribution. (Again, from Torbjörn) added in |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
168 the start of a tweaked audio converter. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
169 10122001 - Torbjörn Andersson submitted command line enhancements to |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
170 playsound, and I cleaned up the --help output. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
171 10092001 - Patches to shn.c for Visual C compatibility. Visual C project files |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
172 available from the website. Changed Corona688 to Tyler Montbriand |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
173 in CREDITS. Upped version to 0.1.3. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
174 10082001 - Restructured decoders/wav.c to allow for multiple formats, and |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
175 put the start of a handler for the ADPCM format in place. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
176 10072001 - Changed the way decoders/mod.c handles samplerate so that it should |
191 | 177 work universally. This isn't an ideal solution, but it's probably |
154
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
178 the best we can do without rewriting mikmod. Made a change to ogg.c |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
179 for portability: changed an int64_t to ogg_int64_t. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
180 10062001 - Made a change to SDL_sound.c for compiling on non-GNU toolchains. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
181 10052001 - Removed #include "SDL_endian" from aiff.c. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
182 10042001 - Changed some #if (defined SOUND_SUPPORTS_*) lines to |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
183 #ifdef SOUND_SUPPORTS_* in voc.c and shn.c, for consistency with |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
184 the other decoders. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
185 10032001 - After hours of tracking down a bogus pointer, the SHN decoder works! |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
186 I can die happy. :) Max placated me with an --enable-debug option |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
187 so I could stop my whining. Other autoconf goodies (such as |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
188 reenabling -Werror for debug builds, etc). Torbjörn brings in a |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
189 MIDI decoder, which reads from a Timidity process through a pipe. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
190 Changed playsound to open the audio device to match the properties |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
191 of each sound file, which results in less conversion (and therefore, |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
192 more chance of correct playback). |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
193 10022001 - Changed a comment in mod.c to not refer to "the mikmod |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
194 directory" anymore. Committed Torbjörn's patch for MP3 detection. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
195 (better late than never). __Sound_strcasecmp() now handles NULL |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
196 strings gracefully, fixing the crash with "playsound bootstrap". |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
197 More work on the SHN decoder. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
198 10012001 - Fixed a memory leak that Torbjörn found in the MOD decoder. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
199 09252001 - More autoconf work. Gave Max Horn write access to the CVS |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
200 repository, so I don't drive him nuts tweaking this thing. :) |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
201 Fixed a const complaint and some other stuff needed for compilation |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
202 under Visual C++ 6.0 (no, it isn't ported yet). Put the SHN source |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
203 in CVS, even though it isn't ready (and doesn't even compile). Do |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
204 NOT enable it in your build! |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
205 09242001 - Thank goodness, Torbjörn came through with the MP3 fix. Apparently |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
206 SMPEG mixes each chunk of decoded data with whatever is already |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
207 in the buffer you give it. I hate that. I'm going to patch SMPEG |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
208 to let the programmer enable and disable that behaviour in a given |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
209 (SMPEG *), since it's just a CPU eater in this case. The _D(()) |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
210 macro is now SNDDBG(()), since _D is taken on MacOS X's version of |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
211 gcc (which was bound to happen on some platform sooner than later |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
212 anyhow). Renamed test_sdlsound to playsound, and made it more |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
213 robust in general: fixed potential overflow in audio_callback, |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
214 made it chatter less, made it take multiple files and some other |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
215 command lines. Initial autoconf support, thanks to Max Horn. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
216 09222001 - Torbjörn Andersson strikes again, with a collection of patches. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
217 First, some cosmetic tweaks for decoders/aiff.c. Next, a MOD player |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
218 based on MikMod. This inspired me to add two more methods to |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
219 Sound_DecoderFunctions: init() and quit(). Third, a fix to |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
220 decoders/mp3.c so that SMPEG won't claim every stream it sees, MP3 |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
221 or not. I removed the multiple-streams-per-rwops code, after |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
222 discussion on the mailing list. The init() and quit() methods |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
223 led to the possibility that certain decoders will flag themselves |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
224 as unavailable at runtime, and SDL_sound now handles this. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
225 Added [LIB|INC]PATH_[OGG|MOD]. Bigendian fixes; now works on |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
226 PowerPC Linux. MikMod tweaks. Changed version to 0.1.2. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
227 09202001 - Torbjörn Andersson submitted several patches: fixed a comment in |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
228 the .WAV decoder (whoops...screwed up my own search-and-replace. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
229 Hah.), made an attempt at putting multiple sound streams behind |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
230 one RWops (gotta think on that one first), and, most importantly, |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
231 added an AIFF decoder, which is very cool. |
23 | 232 09192001 - Added a skeleton decoder source file. Changed voc_read() to |
233 voc_read_waveform(), so it wouldn't be confused with VOC_read(). | |
234 Fixed a byte ordering bug in voc.c (reported as AUDIO_S16LSB, but | |
235 we were swapping byte order of data ourselves. Fixed). Added basic | |
236 .WAV support. Fixed Makefile so that -I. is always first; | |
237 otherwise, a previously installed header might get used for the | |
238 compiles, which is not good. SDL_sound.h now includes SDL_endian.h, | |
30 | 239 since SDL.h doesn't, for some reason. Moved version defines in |
240 SDL_sound.h to top of file so I can find them. :) | |
241 Changed version to 0.1.1. Committed patch from Tsuyoshi Iguchi to | |
242 fix a segfault (I forgot to put a NULL terminator at the end of | |
243 the available_decoders array), fixing the only bug preventing the | |
244 test program from running on FreeBSD 4.3. Sweet. Added Ogg Vorbis | |
245 decoder. Rewrote the test program's SDL audio callback to be more | |
33 | 246 robust (Ogg exposed a nasty bug in it). Fixed a byte-ordering issue |
38 | 247 in the VOC decoder. |
154
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
248 09182001 - Implemented MP3 support through SMPEG (not working yet, though) and |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
249 wrote the Reference Counting RWops wrapper. Added other little |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
250 things like the _D(()) macro. Added VOC support, which went up with |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
251 surprisingly little struggle, which means it MUST be leaking |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
252 memory. :) |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
253 09172001 - Changed some overlooked "voice" to "sound". Implemented base API. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
254 So...tired. Everything's different. :) |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
255 Also put in a RAW decoder and a simple test program. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
256 09142001 - Changed name to SDL_sound, added Sound_DecodeAll() to spec. |
feff6dab2278
Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents:
153
diff
changeset
|
257 09132001 - Initial spec proposed on SDL mailing list, under name "SDL_voice". |
0 | 258 |
259 --ryan. (icculus@clutteredmind.org) | |
260 | |
261 /* end of CHANGELOG ... */ | |
262 |