SDL_sound_CoreAudio

log

age author description
12 months ago Eric Wing Introduced new Ogg Tremor decoder, based on the existing Ogg Vorbis decoder.default tip
12 months ago Eric Wing merged
13 months ago Ryan C. Gordon Disable reverb flag in modplug decoder...it's producing trash in some cases.stable-1.0
13 months ago Ryan C. Gordon Disable reverb flag in modplug decoder...it's producing trash in some cases.
2009-04-27 Ryan C. Gordon Removed Makefile.in (shouldn't be in revision control).
12 months ago Eric Wing merged
12 months ago Eric Wing Minor changes to mpg123.c to compile with Visual Studio and modern mpg123.c instead of bundled version.
18 months ago Ryan C. Gordon Automated merge with http://hg.assembla.com/SDL_sound_CoreAudio
18 months ago Ryan C. Gordon Removed quicktime.c (use coreaudio.c instead).
17 months ago Eric Wing merged
17 months ago Eric Wing Added more file extension variations for CoreAudio.
18 months ago Eric Wing Bug fix for CoreAudio seeking. Comments inline in code.
18 months ago Eric Wing Fixed 48-byte memory leak.
19 months ago Eric Wing Minor cleanups. Ready to release.
19 months ago Eric Wing Added new Core Audio backend.
2010-01-24 Ryan C. Gordon Don't force quit in signal handler, since we might double-free things.stable-1.0
2010-01-24 Ryan C. Gordon Fixed compiler warning.stable-1.0
2010-01-24 Ryan C. Gordon Set a WM caption, which the PulseAudio target can use for display purposes.
2010-01-24 Ryan C. Gordon Don't force quit in signal handler, since we might double-free things.
2010-01-24 Ryan C. Gordon Fixed compiler warning.
2010-01-05 Ryan C. Gordon Removed public attribute from some internal Timidity symbols.
2010-01-05 Ryan C. Gordon Clean up symbol visibility in the stable-1.0 branch.stable-1.0
2010-01-05 Ryan C. Gordon Cleaned up gcc4 visibility check.
2009-01-30 Ryan C. Gordon This file shouldn't be here.
2009-01-30 Ryan C. Gordon Moved SNDDBG output a little later.
2009-01-30 Ryan C. Gordon Capitalized some lowercase extensions, to match all the others.
2009-01-30 Ryan C. Gordon Fixed SNDDBG output.
2009-01-30 Ryan C. Gordon I think we can call playsound a 1.0 release by now. :)
2009-01-30 Ryan C. Gordon MP3 decoder upgrade work.
2009-01-30 Ryan C. Gordon Fixed spacing on Speex --help text in configure script.
2009-01-28 Ryan C. Gordon Removed check for efence...you should use valgrind or something instead.
2009-01-27 Ryan C. Gordon Tagging 1.0.3 release.
2009-01-27 Ryan C. Gordon Tagging 1.0.2 release.
2009-01-27 Ryan C. Gordon Abandoning CHANGELOG.txt ...
2009-01-27 Ryan C. Gordon Abandoning CHANGELOG.stable-1.0
2009-01-27 Ryan C. Gordon Backport from head: clean up decoder list #ifdefs.stable-1.0
2009-01-27 Ryan C. Gordon Tidy up the decoder list code.
2008-09-11 Ryan C. Gordon Fixed compilation on pre-C99 compilers (gcc2, msvc, etc).
2008-09-09 Ryan C. Gordon Replaced references to COPYING with references to LICENSE.txt ...
2008-09-09 Ryan C. Gordon Renamed a bunch of FILENAME to FILENAME.txt
2008-06-30 convert-repo update tags
2008-04-20 Ryan C. Gordon Upped version to 1.0.3.stable-1.0 release-1.0.3
2008-04-20 Ryan C. Gordon Yet-another attempt to properly fix soname.stable-1.0
2008-04-19 Ryan C. Gordon Reset MICRO_VERSION in configure.in to restore binary compatibility withstable-1.0
2008-04-17 Ryan C. Gordon Merged r553:555 from branches/stable-1.0: math.h in shn.c
2008-04-17 Ryan C. Gordon Updated.stable-1.0
2008-04-17 Ryan C. Gordon SHN decoder uses functions from math.h ...stable-1.0
2008-04-17 Ryan C. Gordon Upped version to 1.0.2.stable-1.0 release-1.0.2
2008-04-17 Ryan C. Gordon Merged r549:551 from branches/stable-1.0: Added Speex to README.
2008-04-17 Ryan C. Gordon Updated.stable-1.0
2008-04-17 Ryan C. Gordon Added Speex to the README.stable-1.0
2008-04-17 Ryan C. Gordon Merged r546:548 from branches/stable-1.0: "make dist" svn fix.
2008-04-17 Ryan C. Gordon Updated.stable-1.0
2008-04-17 Ryan C. Gordon "make dist" should clean out .svn dirs now, not CVS dirs.stable-1.0
2008-04-17 Ryan C. Gordon Merged r544:545 from branches/stable-1.0: converted to UTF-8 encoding.
2008-04-17 Ryan C. Gordon Converted all text encoding from ISO-8859-1 to UTF-8.stable-1.0
2008-04-17 Ryan C. Gordon Merged r541:543 from branches/stable-1.0: Speex include directory fix.
2008-04-17 Ryan C. Gordon Updated.stable-1.0
2008-04-17 Ryan C. Gordon Newer versions of Speex moved to a new include directory.stable-1.0
2008-04-17 Ryan C. Gordon Updated TODO.