annotate CHANGELOG @ 543:989a46bb88d2 stable-1.0 release-1.0.2

Upped version to 1.0.2.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 17 Apr 2008 18:25:38 +0000
parents 1f0a57a2483f
children 4bfcf71c4fa1
rev   line source
0
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
1 /*
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
2 * CHANGELOG.
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
3 */
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
4
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
5 04172008 - Look for Speex includes in new directory. Converted all text
538
ce9890593001 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 535
diff changeset
6 encoding from ISO-8859-1 to UTF-8. Fixed "make dist" script for
541
1f0a57a2483f Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 538
diff changeset
7 dealing with Subversion instead of CVS. Added Speex to the README.
543
989a46bb88d2 Upped version to 1.0.2.
Ryan C. Gordon <icculus@icculus.org>
parents: 541
diff changeset
8 Upped version to 1.0.2.
528
61a317171ef0 Merge r536:537 from trunk: Speex bogus data check.
Ryan C. Gordon <icculus@icculus.org>
parents: 525
diff changeset
9 04112008 - Check if Speex header has bogus data (CVE-2008-1686).
525
50bb9a6cebfe Updated my email address.
Ryan C. Gordon <icculus@icculus.org>
parents: 521
diff changeset
10 08062007 - Updated my email address.
521
f33471c47efe Minor correction in Timidity resampling code (Thanks, Sam!).
Ryan C. Gordon <icculus@icculus.org>
parents: 519
diff changeset
11 07152007 - Minor correction in Timidity resampling code (Thanks, Sam!).
519
72efeb4643b6 Fixed uninitialized buffer in mpglib. (Thanks, Phil!).
Ryan C. Gordon <icculus@icculus.org>
parents: 517
diff changeset
12 07062007 - Fixed uninitialized buffer in mpglib. (Thanks, Phil!).
529
4546fd3f664a Fixed typo in CHANGELOG.
Ryan C. Gordon <icculus@icculus.org>
parents: 528
diff changeset
13 10292006 - Fixed bogus memory dereference when SMPEG fails init (thanks, Chris!)
515
c5f184b4b2cd Updated to libFLAC 1.1.3 API.
Ryan C. Gordon <icculus@icculus.org>
parents: 512
diff changeset
14 10272006 - FLAC 1.1.3 breaks their API _again_, so we try to do the right
c5f184b4b2cd Updated to libFLAC 1.1.3 API.
Ryan C. Gordon <icculus@icculus.org>
parents: 512
diff changeset
15 thing at build time. (Thanks, Josh!).
c5f184b4b2cd Updated to libFLAC 1.1.3 API.
Ryan C. Gordon <icculus@icculus.org>
parents: 512
diff changeset
16 05122006 - Patched to get mpglib compiling again (thanks, Sam!).
505
a9676c2865f9 Backport from devbranch: gcc4 cleanup.
Ryan C. Gordon <icculus@icculus.org>
parents: 499
diff changeset
17 12172005 - Fixed gcc4 whining in playsound_simple.c.
499
b4e9fb8ef9f6 Backport from devbranch:
Ryan C. Gordon <icculus@icculus.org>
parents: 495
diff changeset
18 12062005 - Trimmed a bunch of junk out of the build system, and now it works
b4e9fb8ef9f6 Backport from devbranch:
Ryan C. Gordon <icculus@icculus.org>
parents: 495
diff changeset
19 on Mac OS X again.
495
d0d381a6f2bb Look for modplug headers in both include path and include path + "libmodplug".
Ryan C. Gordon <icculus@icculus.org>
parents: 493
diff changeset
20 10122005 - Check for libmodplug headers in two possible places (thanks, Tyler!)
493
38b656ccd029 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 488
diff changeset
21 10012005 - Added playsound_simple.c.
488
b8f694c12010 Backport from devtree: Fixed automake nonsense.
Ryan C. Gordon <icculus@icculus.org>
parents: 481
diff changeset
22 05302005 - Backport from devtree: Fixed automake nonsense.
481
3f03af31e246 Backported .voc fix.
Ryan C. Gordon <icculus@icculus.org>
parents: 476
diff changeset
23 11122004 - Backport from devtree: fix .voc decoder crash on file open.
476
365c3adc99c1 Fixed "bootstrap" script to work with MacOS X.
Ryan C. Gordon <icculus@icculus.org>
parents: 472
diff changeset
24 05082004 - Fixed "bootstrap" to work with MacOSX.
470
be0ffe96c931 Some subversion changes.
Ryan C. Gordon <icculus@icculus.org>
parents: 469
diff changeset
25 05072004 - Backed out some commits, converted repository to Subversion, and
472
3bd3d8da45c2 Changed mikmod URL.
Ryan C. Gordon <icculus@icculus.org>
parents: 470
diff changeset
26 branched off to a 1.1.0 development tree. Changed MikMod URL...old
3bd3d8da45c2 Changed mikmod URL.
Ryan C. Gordon <icculus@icculus.org>
parents: 470
diff changeset
27 one is now a porn site. :(
469
3176f266655b Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 467
diff changeset
28 10252003 - VOC decoder was broken. Now it isn't.
467
ea1eaab18df9 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 464
diff changeset
29 10142003 - Build system fix: acinclude.m4 had some word wrapping badness.
464
182533748715 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 462
diff changeset
30 10122003 - Fixed "make dist" behaviour to not packaged generated docs, and
182533748715 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 462
diff changeset
31 made sure other files are always packaged, regardless of config.
182533748715 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 462
diff changeset
32 Upped version to 1.0.1.
460
270dd56ced16 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 457
diff changeset
33 10102003 - Changed some SDL_Error()s to __Sound_SetError() in new DLS code
270dd56ced16 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 457
diff changeset
34 to fix linking issues.
461
3112fac4abfe Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 460
diff changeset
35 10052003 - Fixed memory corruption when freeing DLS instruments,
3112fac4abfe Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 460
diff changeset
36 and bug when timidity is initialized multiple times (Thanks, Sam!).
457
9c12dc86d482 Fixed typo in CHANGELOG
hercules
parents: 456
diff changeset
37 09252003 - Sam Lantinga added support for DLS instruments to the MIDI decoder.
452
6c95cbd55d16 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 448
diff changeset
38 09132003 - Happy September. Added Speex (.spx) decoder.
448
139cb6ef0491 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 446
diff changeset
39 08052003 - Fixed MIDI decoder on bigendian systems.
446
ce8937e44e7a Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 444
diff changeset
40 03102003 - Never actually created samplelist_mutex (Thanks, Glenn Maynard!).
ce8937e44e7a Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 444
diff changeset
41 01302003 - Patches to make SDL_sound more Visual C happy (Thanks, Eric!).
439
48b56888964d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 437
diff changeset
42 01122003 - Fix to smpeg.c's rewinding code (Thanks, Eric). Put Visual C 6
48b56888964d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 437
diff changeset
43 project files in CVS, without external binaries (Thanks, Eric).
435
63a75d588043 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 431
diff changeset
44 12212002 - Fixed ogg.c to decode a full buffer at a time instead of one ogg
63a75d588043 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 431
diff changeset
45 packet per call, and mikmod has a check during initialization to
63a75d588043 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 431
diff changeset
46 prevent a clash with SDL_mixer (Thanks, Eric).
431
54a68e39fa7c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 429
diff changeset
47 12092002 - Changed Sound_Init()'s call to SDL_Init() to SDL_InitSubSystem(),
54a68e39fa7c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 429
diff changeset
48 to prevent unwanted use of the SDL parachute (thanks, Glenn).
429
df1839d62fd0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 426
diff changeset
49 10092002 - Fixed a "make dist" issue and upped version to 1.0.0! Woohoo!
423
c1db690b79ed Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 419
diff changeset
50 09302002 - libFLAC broke their API (again!) for version 1.0.4. That was the
c1db690b79ed Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 419
diff changeset
51 last straw. I ripped the version detection and obsolete FLAC
c1db690b79ed Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 419
diff changeset
52 support out, so you need libFLAC 1.0.4 for that decoder now (and
c1db690b79ed Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 419
diff changeset
53 they'll probably break the API again for 1.0.5. Argh).
418
e6fa92dc21eb Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 413
diff changeset
54 09262002 - Happy September. Fixed SDLCALL issues in SDL_sound.h, so it should
419
25a8f66112fd Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 418
diff changeset
55 work with Win32/WinCE builds again. I hope. Merged latest altcvt
25a8f66112fd Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 418
diff changeset
56 from Frank into CVS.
413
4a0829038968 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 412
diff changeset
57 08222002 - Borland project files in CVS, thanks to Dominique Louis. There are
4a0829038968 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 412
diff changeset
58 project files for C++ Builder 6 (Windows), C++ Builder for Linux
4a0829038968 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 412
diff changeset
59 (aka Kylix 3) and Borland's C++ Command line compiler.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
60 08172002 - Timidity memory leak cleanup by Torbjörn.
410
ede9429ea6f5 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 407
diff changeset
61 07292002 - Valgrind cleanups; memory leak patches, etc.
407
1c7ed7097a9c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 404
diff changeset
62 07212002 - done_flag was not being reset between files in playsound, so the
1c7ed7097a9c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 404
diff changeset
63 first file would playback, and then any following tracks in a given
1c7ed7097a9c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 404
diff changeset
64 run would "finish" immediately. Fixed.
404
456e38cca681 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 402
diff changeset
65 07132002 - More altcvt fixes from Frank Ranostaj.
402
7ced6c44b827 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 399
diff changeset
66 07122002 - Changed inline keyword to compile universally.
394
b495d05a88b3 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 392
diff changeset
67 07102002 - Fixed a bug in command line handling in playsound.c. Fixes from
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
68 Torbjörn and myself to get flac.c friendly between versions of
396
8cff79634bc5 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 394
diff changeset
69 libFLAC. Mutex'd a potential race condition in decoders/modplug.c.
399
e435bdcad552 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 398
diff changeset
70 FIXME cleanups here and there.
390
951574013896 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 388
diff changeset
71 07092002 - Fixed typo in documentation (SDL_sound.h).
384
fd44db5a5c08 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 381
diff changeset
72 07052002 - Cleaned up some stuff in playsound.c, removing some FIXMEs.
426
72383155bfac Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 423
diff changeset
73 Commandline validation is improved, too. FIXME removal in
387
fb519e6028e3 Changed all the Sound_SetError() calls to __Sound_SetError (or BAIL*_MACRO)
Ryan C. Gordon <icculus@icculus.org>
parents: 384
diff changeset
74 voc.c; should report i/o errors correctly now. Changed DECLSPEC
fb519e6028e3 Changed all the Sound_SetError() calls to __Sound_SetError (or BAIL*_MACRO)
Ryan C. Gordon <icculus@icculus.org>
parents: 384
diff changeset
75 to SNDDECLSPEC to prevent SDL conflict, and added SDLCALL support.
388
43249ebb82e3 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 387
diff changeset
76 Removed all instances of Sound_SetError()...now they are either
43249ebb82e3 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 387
diff changeset
77 __Sound_SetError or BAIL*_MACRO.
379
7e49f4901ceb Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 377
diff changeset
78 07022002 - Added WinCE support pack to website, updated INSTALL with CE info.
381
ef30365ac717 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 379
diff changeset
79 More altcvt fixes from Frank Ranostaj.
377
cbb15ecf423a WinCE (PocketPC) patches from Tyler.
Ryan C. Gordon <icculus@icculus.org>
parents: 374
diff changeset
80 07012002 - Fixed configure.in to work around bug in older autoconfs. Started
cbb15ecf423a WinCE (PocketPC) patches from Tyler.
Ryan C. Gordon <icculus@icculus.org>
parents: 374
diff changeset
81 merging Tyler's WinCE (PocketPC) port. Added checks for assert.h
cbb15ecf423a WinCE (PocketPC) patches from Tyler.
Ryan C. Gordon <icculus@icculus.org>
parents: 374
diff changeset
82 and signal.h to configure.in/config.h.in, and #if HAVE_*_H checks
cbb15ecf423a WinCE (PocketPC) patches from Tyler.
Ryan C. Gordon <icculus@icculus.org>
parents: 374
diff changeset
83 where appropriate in the code. Moved #include <assert.h> (along
cbb15ecf423a WinCE (PocketPC) patches from Tyler.
Ryan C. Gordon <icculus@icculus.org>
parents: 374
diff changeset
84 with the HAVE_ASSERT_H check) to SDL_sound_internal.h, and removed
cbb15ecf423a WinCE (PocketPC) patches from Tyler.
Ryan C. Gordon <icculus@icculus.org>
parents: 374
diff changeset
85 unnecessary #includes from the individual source files. Added
cbb15ecf423a WinCE (PocketPC) patches from Tyler.
Ryan C. Gordon <icculus@icculus.org>
parents: 374
diff changeset
86 "md_reverb = 1;" to MIKMOD_init(). Modplug got some WinCE-specific
379
7e49f4901ceb Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 377
diff changeset
87 setting tweaks, and some settings maintanance code. configure.in
7e49f4901ceb Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 377
diff changeset
88 checks if setbuf() is available.
381
ef30365ac717 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 379
diff changeset
89 06292002 - More altcvt fixes from Frank Ranostaj...mostly working now?
372
ee0678efd4a3 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 370
diff changeset
90 06252002 - More altcvt fixes from Frank Ranostaj.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
91 06132002 - Patch from Torbjörn to fix stereo AIFF files.
367
ae8d3fb4ae0b Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 363
diff changeset
92 06212002 - More altcvt fixes from Frank Ranostaj.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
93 06132002 - Patch from Torbjörn to make the WAV decoder more tolerant.
361
473e6217fdfa Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 359
diff changeset
94 06122002 - Committed some altcvt enhancements from Frank Ranostaj.
359
2b7969823778 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 356
diff changeset
95 06112002 - Fixed some debug messages in smpeg.c and mpglib.c.
356
ea5c61aeb891 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 352
diff changeset
96 06072002 - Manpages! Finally installed Doxygen and scratched together a
ea5c61aeb891 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 352
diff changeset
97 Doxyfile. After some revision to physfs.h, we've got a rather
ea5c61aeb891 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 352
diff changeset
98 nice API reference.
350
cafdbcae733d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 348
diff changeset
99 06062002 - Added URLs for official and unofficial versions of ModPlug in
352
f0eb99670fa8 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 350
diff changeset
100 decoders/modplug.c. Cleaned up some FIXMEs.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
101 05222002 - Torbjörn sent in some more fixes for altcvt: mono to stereo
346
b6341f628568 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 344
diff changeset
102 conversion works, now.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
103 05222002 - Torbjörn sent in some initial cleanups and fixes for altcvt, and
344
d5d281337ee0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 339
diff changeset
104 fixed a bug in playsound when not all three of --rate, --channels
d5d281337ee0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 339
diff changeset
105 and --format are specified.
336
2d819d03c91e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 325
diff changeset
106 05202002 - Some .cvsignores from Max and me. Added a seek implementations for
2d819d03c91e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 325
diff changeset
107 the SMPEG, ogg, aiff, wav-adpcm, voc, and au decoders. Added a seek
2d819d03c91e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 325
diff changeset
108 stub to quicktime.c. playsound now takes milliseconds in the seek
2d819d03c91e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 325
diff changeset
109 lists: --seek "00:00:400" or whatnot. Corrected playsound's usage
339
e3ac0d41668c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 336
diff changeset
110 text. Other au.c cleanups for extra robustness. Added an
e3ac0d41668c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 336
diff changeset
111 experimental audio converter that Frank Ranostaj sent to the SDL
e3ac0d41668c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 336
diff changeset
112 mailing list about a month ago: enable it with --enable-altcvt at
e3ac0d41668c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 336
diff changeset
113 configure time, but be warned that it doesn't work very well right
e3ac0d41668c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 336
diff changeset
114 now.
336
2d819d03c91e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 325
diff changeset
115 04292002 - Darrell Walisser updated the Mac Classic and OS X project
319
4a2cd7d4aa06 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 315
diff changeset
116 files, fixed some portability issues, and added an
426
72383155bfac Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 423
diff changeset
117 experimental decoder that uses Apple's QuickTime libraries
72383155bfac Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 423
diff changeset
118 (see decoders/quicktime.c). I've included the Mac project files
319
4a2cd7d4aa06 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 315
diff changeset
119 in CVS, now. Removed all use of alloca() from playsound.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
120 04242002 - Added --seek option and bugfixes to playsound.c. Torbjörn comes
315
aaf9142d5a9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 313
diff changeset
121 through with seek support for the FLAC, MIDI, and ModPlug
aaf9142d5a9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 313
diff changeset
122 decoders (and some stub code for MikMod), and a bugfix for sample
aaf9142d5a9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 313
diff changeset
123 flag manipulation in the base library (and his own --seek code for
aaf9142d5a9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 313
diff changeset
124 playsound, which unfortunately we're not using).
309
20e443fc4b7b Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 306
diff changeset
125 04232002 - Cleaned up the playsound command line handling. Most command line
20e443fc4b7b Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 306
diff changeset
126 options (--rate, --format, --predecode, etc) are specified per-file
20e443fc4b7b Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 306
diff changeset
127 and reset to their defaults after each sample is played back.
20e443fc4b7b Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 306
diff changeset
128 --loop now takes a numeric argument: --loop 2 will playback the
20e443fc4b7b Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 306
diff changeset
129 sample three times (one playback and two loops). Added Darrell
20e443fc4b7b Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 306
diff changeset
130 to the playsound credits.
304
0cf2b2e4a259 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 303
diff changeset
131 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
132 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
133 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
134 function __Sound_convertMsToBytePos().
426
72383155bfac Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 423
diff changeset
135 04082002 - Cleaned up the archive support in playsound a little bit, and
303
5c3d526cee21 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 300
diff changeset
136 fixed a PhysicsFS bug in the process.
300
338cd6c101e3 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 291
diff changeset
137 03252002 - Win32 patches and fixes from Tyler Montbriand: handled "inline"
338cd6c101e3 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 291
diff changeset
138 keyword, fixed SNDDBG macros in mpglib, and renamed a conflicting
338cd6c101e3 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 291
diff changeset
139 file (decoders/mpglib/common.c to decoders/mpglib/mpglib_common.c).
289
fdf50bded850 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 287
diff changeset
140 03172002 - Removed an unneeded #include in mpglib that broke build on BeOS.
291
a48e886d456f Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 289
diff changeset
141 mpglib seems to work find on BeOS. Reworked some of mpglib.c so we
a48e886d456f Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 289
diff changeset
142 can determine the audio format when accepting the data stream. Some
a48e886d456f Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 289
diff changeset
143 other minor cleanups here and there.
289
fdf50bded850 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 287
diff changeset
144 03162002 - Tied the PhysicsFS code into the build system (code disabled if
fdf50bded850 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 287
diff changeset
145 physfs not found or --disable-physfs passed to ./configure.)
284
fd9af100eb74 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 282
diff changeset
146 03152002 - Added PhysicsFS support to playsound, so you can play sound files
fd9af100eb74 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 282
diff changeset
147 that are in ZIP files without unzipping them. Needs to be merged
fd9af100eb74 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 282
diff changeset
148 into build system (I was just testing my PhysFS->RWops glue code).
278
dfe4a46f88f7 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 277
diff changeset
149 03142002 - Changed configure script's --enable-vorbis to --enable-ogg. Removed
282
464089180e49 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 278
diff changeset
150 global state variable from mpglib, so it should be reentrant now
464089180e49 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 278
diff changeset
151 (patches sent to mpglib's actual maintainer). playsound can now
464089180e49 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 278
diff changeset
152 read from stdin.
275
da9c762c55e4 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 269
diff changeset
153 03102002 - Added a FIXME note to decoders/mpglib.c. playsound now reports
da9c762c55e4 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 269
diff changeset
154 errors in the thread where they occured, which also fixes a double
da9c762c55e4 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 269
diff changeset
155 report of errors during predecoding. Removed all calls to exit() in
da9c762c55e4 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 269
diff changeset
156 mpglib. These calls now report errors correctly to SDL_sound, which
da9c762c55e4 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 269
diff changeset
157 passes them on to the application (patch also sent to mpglib's
da9c762c55e4 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 269
diff changeset
158 actual maintainer). Replaced all stderr chatter in mpglib with
da9c762c55e4 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 269
diff changeset
159 Sound_SetError() calls.
267
9810e6794301 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 265
diff changeset
160 03072002 - decoders/mpglib.c now disregards ID3 tags instead of passing them
269
e11b87a3ec91 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 267
diff changeset
161 on as valid MP3 data to mpglib. Added some (buggy) example code for
e11b87a3ec91 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 267
diff changeset
162 adjusting an audio stream's volume (via the new --volume command
e11b87a3ec91 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 267
diff changeset
163 line in playsound).
265
87ef8f3e9484 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 262
diff changeset
164 03032002 - Fixed mpglib's build configuration to include general build flags
87ef8f3e9484 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 262
diff changeset
165 so that things like --enable-debug work as expected.
262
6fe6de401b63 mpglib support.
Ryan C. Gordon <icculus@icculus.org>
parents: 258
diff changeset
166 02212002 - Changed SMPEG's URL to point to the icculus.org site. Added an
6fe6de401b63 mpglib support.
Ryan C. Gordon <icculus@icculus.org>
parents: 258
diff changeset
167 mpglib decoder (internal to SDL_sound; relies on no external libs)
6fe6de401b63 mpglib support.
Ryan C. Gordon <icculus@icculus.org>
parents: 258
diff changeset
168 and changes mp3.c to smpeg.c (and other associated things).
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
169 02112002 - Committed a patch from Torbjörn to fix incorrect memory accesses
256
c6b7f7999a0e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 255
diff changeset
170 in the Timidity code. Changed the magic number in the AU decoder
c6b7f7999a0e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 255
diff changeset
171 to be bigendian (seems appropriate). Updated README for
258
8fa2a9b2642e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
172 completeness, and TODO for accuracy. Darrell sent in updated
8fa2a9b2642e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 256
diff changeset
173 MacOS X Project Builder files (on the website).
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
174 02072002 - Committed a patch Torbjörn sent in awhile ago for preventing
250
649a7592e1c9 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 248
diff changeset
175 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
176 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
177 Updated SDL_sound.h's comments a little. Upped version to 0.1.5.
248
effbf695ba58 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 243
diff changeset
178 02052002 - Fixed a cleanup I broke last night. Added CWProject.sit to the
effbf695ba58 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 243
diff changeset
179 EXTRA_DIST section of Makefile.am, and updated the README with
effbf695ba58 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 243
diff changeset
180 MacOS (9/X) install instructions.
243
4a8d627a2326 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 240
diff changeset
181 02042002 - Darrell Walisser submitted some cleanups and CodeWarrior project
4a8d627a2326 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 240
diff changeset
182 files for MacOS 9. Sweet!
4a8d627a2326 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 240
diff changeset
183 01232002 - Max fixed decoders/Makefile.am to work with seperate build
4a8d627a2326 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 240
diff changeset
184 directories, and corrected some dates in this file.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
185 01192002 - Torbjörn sent in patches implementing the rewind method for the
234
156df33fd7fc Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 225
diff changeset
186 rest of the decoders except shn.c, for which I added a kludged
238
d8247b97b010 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 234
diff changeset
187 implementation. Added more info to the README. Hunted down the
d8247b97b010 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 234
diff changeset
188 reason why SMPEG can't decode before calling SDL_OpenAudio(), and
d8247b97b010 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 234
diff changeset
189 it can't be fixed without a change to SMPEG (not MY fault! :) ).
d8247b97b010 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 234
diff changeset
190 Made ModPlug take priority over MikMod when selecting a decoder.
d8247b97b010 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 234
diff changeset
191 Mutex-protected the internal samples list, and fixed some bugs in
d8247b97b010 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 234
diff changeset
192 the management of that list. Changed some stuff to use uniform
d8247b97b010 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 234
diff changeset
193 coding conventions.
240
ff6e66f54ece fixed decoders/Makefile.am
fingolfin
parents: 238
diff changeset
194 01182002 - SDL_sound/playsound builds and runs on BeOS now. Fixed an assertion
225
3b4415a39466 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 220
diff changeset
195 bug I introduced yesterday.
220
ef72f3c490e7 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 218
diff changeset
196 01172002 - Implemented Sound_Rewind(), and added a --loop command line to
ef72f3c490e7 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 218
diff changeset
197 playsound for testing. Rewrote the audio callback to handle looping
ef72f3c490e7 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 218
diff changeset
198 with both predecoded and streamed samples. Most of the decoders
ef72f3c490e7 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 218
diff changeset
199 just have an assert(0) in their internal rewinding method at this
225
3b4415a39466 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 220
diff changeset
200 point. I implemented the WAV, VOC, AU, AIFF, and RAW ones, for now.
3b4415a39466 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 220
diff changeset
201 (...and skeleton.c, for what that's worth.) A few tweaks in the
3b4415a39466 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 220
diff changeset
202 core API implementation to fix unlikely but possible leaks.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
203 01112002 - Mattias Engdegård sent in an .AU decoder. Nice! He also tweaked
215
9bafd3e8276e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 210
diff changeset
204 playsound to try and wait until SDL has completed playing a given
9bafd3e8276e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 210
diff changeset
205 sound before closing the audio device. Changed a macro in
9bafd3e8276e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 210
diff changeset
206 decoders/shn.c to be more uniform with the other decoders.
218
cbd5e308f12d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 215
diff changeset
207 SDL_sound error messages are now maintained on a per-thread basis,
cbd5e308f12d Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 215
diff changeset
208 and do not interfere with SDL_[GS]etError() anymore.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
209 01112002 - Committed the rest of Torbjörn's MOD patches, to clean up file
210
4861069841b9 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 205
diff changeset
210 extension handling.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
211 01092002 - Torbjörn comes through with a ModPlug-based decoder, which should
205
2cae459bc47e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 204
diff changeset
212 work nicely for decoding multiple .MODs at once. Now we need to
2cae459bc47e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 204
diff changeset
213 figure out what to do with two decoders that can decode the same
2cae459bc47e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 204
diff changeset
214 file. For now, if you explicitly want either MikMod or ModPlug, you
2cae459bc47e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 204
diff changeset
215 should explicitly enable one decoder and disable the other on the
2cae459bc47e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 204
diff changeset
216 configure command line ("--enable-modplug --disable-mikmod", for
2cae459bc47e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 204
diff changeset
217 example), otherwise configure will try to sort out the best one for
2cae459bc47e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 204
diff changeset
218 your system. Choice is a wonderful thing. :)
2cae459bc47e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 204
diff changeset
219 01042002 - Forgot to bump playsound's version to match SDL_sound's. Fixed.
198
f9a752f41ab6 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 195
diff changeset
220 Added some notes to the top of COPYING about other libraries, etc.
203
ce6f870ed446 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 198
diff changeset
221 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
222 of Timidity from SDL_mixer) is now in place and working well,
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
223 thanks to Torbjörn.
205
2cae459bc47e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 204
diff changeset
224 01012002 - Happy New Year. Added some debug output to wav.c for future
195
05bb0259cd2a Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 191
diff changeset
225 codecs (GSM comes to mind). Fixed the SMPEG decoder's URL to point
05bb0259cd2a Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 191
diff changeset
226 to Loki's webpage.
190
aa0f8b5d2dac Upped version to 0.1.4.
Ryan C. Gordon <icculus@icculus.org>
parents: 189
diff changeset
227 12302001 - Upped version to 0.1.4.
189
92eae705e0d1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 184
diff changeset
228 12272001 - Added --audiobuf and --decodebuf options to playsound to make
92eae705e0d1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 184
diff changeset
229 tracking down a bug in the ADPCM decoder easier (plus, it could
92eae705e0d1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 184
diff changeset
230 help for benchmarking, etc later on...). Found a printf() bug in
92eae705e0d1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 184
diff changeset
231 playsound (extra comma in there...). ADPCM decoder appears to be
92eae705e0d1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 184
diff changeset
232 functional now. Tried to add ElectricFence support to
92eae705e0d1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 184
diff changeset
233 configure.in, and failed. All this libtool/autoconf stuff makes my
92eae705e0d1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 184
diff changeset
234 head hurt.
184
47cc2de2ae36 Changed reference to "LICENSE" file to "COPYING".
Ryan C. Gordon <icculus@icculus.org>
parents: 181
diff changeset
235 12262001 - Changed remaining references to the "LICENSE" file into "COPYING".
189
92eae705e0d1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 184
diff changeset
236 Work progresses on the ADPCM-compressed .wav decoder. Updates to
92eae705e0d1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 184
diff changeset
237 the documentation in SDL_sound.h. Hhmm...find_chunk() in wav.c was
92eae705e0d1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 184
diff changeset
238 badly broken. Fixed.
181
993dd477eb4c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 177
diff changeset
239 12162001 - FLAC decoder now checks for the magic number unless the file
993dd477eb4c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 177
diff changeset
240 extension is recognized. This was changed back because searching
993dd477eb4c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 177
diff changeset
241 for metadata, while probably more effective, is VERY expensive (and
993dd477eb4c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 177
diff changeset
242 useless) on non-FLAC streams.
175
865c17682d8f Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 171
diff changeset
243 12052001 - Put our names in a "--credits" option in playsound, and put the
865c17682d8f Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 171
diff changeset
244 standard GNU disclaimers in there too, for good measure. Renamed
181
993dd477eb4c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 177
diff changeset
245 LICENSE to COPYING to match GNU standards more closely (and to
177
028a6691fbf9 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 175
diff changeset
246 end Max's torment. :) ) Tweaks to wav.c, and work on aiff.c to
028a6691fbf9 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 175
diff changeset
247 make it easier to support multiple audio formats (for compression
028a6691fbf9 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 175
diff changeset
248 handling later down the road).
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
249 11302001 - Torbjörn and I make Sound_DecodeAll() more robust: checks for
171
697fabe1453e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 169
diff changeset
250 previous decoding failures and sets an appropriate error, handles
697fabe1453e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 169
diff changeset
251 decoders that change their buffers on the fly (such as the FLAC
697fabe1453e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 169
diff changeset
252 decoder), and deals with out-of-memory conditions more gracefully.
169
a1255c02bab1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 158
diff changeset
253 11252001 - (With thanks to Andreas Umbach for pointing it out) Fixed some
a1255c02bab1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 158
diff changeset
254 problems with Sound_DecodeAll(). For local testing of this bug,
a1255c02bab1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 158
diff changeset
255 added a --predecode command line to playsound. Minor fixes to
a1255c02bab1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 158
diff changeset
256 theoretical bugs in Sound_FreeSample(). playsound no longer
a1255c02bab1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 158
diff changeset
257 buffers stdout and stderr. Updated Sound_DecodeAll()'s comments in
a1255c02bab1 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 158
diff changeset
258 SDL_sound.h ...
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
259 11192001 - FLAC decoder cleanups from Torbjörn.
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
260 11092001 - Torbjörn fixes playsound's audio callback after I broke it, again.
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
261 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
262 --enable-debug was set; fixed. Changed this file to list latest
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
263 changes first. Torbjörn submitted a FLAC decoder that utilizes
158
f7d65df4383a Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 154
diff changeset
264 libFLAC (http://flac.sf.net/). Cool.
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
265 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
266 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
267 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
268 and/or abort the way that mpg123 does.
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
269 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
270 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
271 memory requirements for playsound by about 16 kilobytes.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
272 10172001 - Torbjörn catches a problem with the overflow buffer in playsound's
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
273 audio callback.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
274 10152001 - Torbjörn sends in a default sample format for the MIDI decoder,
426
72383155bfac Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 423
diff changeset
275 and the starts of the audio conversion funcitonality (ripped
72383155bfac Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 423
diff changeset
276 from SDL). Officially released 0.1.3. Added LICENSE and
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
277 CHANGELOG to the distribution. (Again, from Torbjörn) added in
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
278 the start of a tweaked audio converter.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
279 10122001 - Torbjörn Andersson submitted command line enhancements to
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
280 playsound, and I cleaned up the --help output.
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
281 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
282 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
283 in CREDITS. Upped version to 0.1.3.
426
72383155bfac Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 423
diff changeset
284 10082001 - Restructured decoders/wav.c to allow for multiple formats, and
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
285 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
286 10072001 - Changed the way decoders/mod.c handles samplerate so that it should
191
fbb6101ea4b4 Fixed a small typo.
Ryan C. Gordon <icculus@icculus.org>
parents: 190
diff changeset
287 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
288 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
289 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
290 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
291 10052001 - Removed #include "SDL_endian" from aiff.c.
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
292 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
293 #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
294 the other decoders.
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
295 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
296 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
297 so I could stop my whining. Other autoconf goodies (such as
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
298 reenabling -Werror for debug builds, etc). Torbjörn brings in a
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
299 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
300 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
301 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
302 more chance of correct playback).
426
72383155bfac Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 423
diff changeset
303 10022001 - Changed a comment in mod.c to not refer to "the mikmod
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
304 directory" anymore. Committed Torbjörn's patch for MP3 detection.
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
305 (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
306 strings gracefully, fixing the crash with "playsound bootstrap".
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
307 More work on the SHN decoder.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
308 10012001 - Fixed a memory leak that Torbjörn found in the MOD decoder.
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
309 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
310 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
311 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
312 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
313 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
314 NOT enable it in your build!
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
315 09242001 - Thank goodness, Torbjörn came through with the MP3 fix. Apparently
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
316 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
317 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
318 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
319 (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
320 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
321 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
322 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
323 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
324 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
325 command lines. Initial autoconf support, thanks to Max Horn.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
326 09222001 - Torbjörn Andersson strikes again, with a collection of patches.
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
327 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
328 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
329 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
330 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
331 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
332 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
333 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
334 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
335 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
336 PowerPC Linux. MikMod tweaks. Changed version to 0.1.2.
535
45ee760a6f5a Converted all text encoding from ISO-8859-1 to UTF-8.
Ryan C. Gordon <icculus@icculus.org>
parents: 533
diff changeset
337 09202001 - Torbjörn Andersson submitted several patches: fixed a comment in
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
338 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
339 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
340 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
341 added an AIFF decoder, which is very cool.
23
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 2
diff changeset
342 09192001 - Added a skeleton decoder source file. Changed voc_read() to
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 2
diff changeset
343 voc_read_waveform(), so it wouldn't be confused with VOC_read().
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 2
diff changeset
344 Fixed a byte ordering bug in voc.c (reported as AUDIO_S16LSB, but
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 2
diff changeset
345 we were swapping byte order of data ourselves. Fixed). Added basic
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 2
diff changeset
346 .WAV support. Fixed Makefile so that -I. is always first;
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 2
diff changeset
347 otherwise, a previously installed header might get used for the
06a009a1ec9e Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 2
diff changeset
348 compiles, which is not good. SDL_sound.h now includes SDL_endian.h,
30
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 23
diff changeset
349 since SDL.h doesn't, for some reason. Moved version defines in
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 23
diff changeset
350 SDL_sound.h to top of file so I can find them. :)
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 23
diff changeset
351 Changed version to 0.1.1. Committed patch from Tsuyoshi Iguchi to
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 23
diff changeset
352 fix a segfault (I forgot to put a NULL terminator at the end of
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 23
diff changeset
353 the available_decoders array), fixing the only bug preventing the
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 23
diff changeset
354 test program from running on FreeBSD 4.3. Sweet. Added Ogg Vorbis
66ff8562eec0 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 23
diff changeset
355 decoder. Rewrote the test program's SDL audio callback to be more
33
662bacccfd2c Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 30
diff changeset
356 robust (Ogg exposed a nasty bug in it). Fixed a byte-ordering issue
38
9950943545c4 Updated.
Ryan C. Gordon <icculus@icculus.org>
parents: 33
diff changeset
357 in the VOC decoder.
154
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
358 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
359 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
360 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
361 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
362 memory. :)
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
363 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
364 So...tired. Everything's different. :)
feff6dab2278 Now lists latests entry first.
Ryan C. Gordon <icculus@icculus.org>
parents: 153
diff changeset
365 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
366 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
367 09132001 - Initial spec proposed on SDL mailing list, under name "SDL_voice".
0
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
368
525
50bb9a6cebfe Updated my email address.
Ryan C. Gordon <icculus@icculus.org>
parents: 521
diff changeset
369 --ryan. (icculus@icculus.org)
0
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
370
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
371 /* end of CHANGELOG ... */
1078b3528e6f Initial revision
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
372