Mon, 01 Sep 2008 16:04:20 +0000 |
Fixed a bunch of compile warnings on Mac OS X
|
file | diff | annotate |
Tue, 26 Aug 2008 07:34:49 +0000 |
Fixed Visual Studio compilation problems
|
file | diff | annotate |
Mon, 25 Aug 2008 15:08:59 +0000 |
Final merge of Google Summer of Code 2008 work...
|
file | diff | annotate |
Tue, 12 Aug 2008 00:24:42 +0000 |
General cleanup and fixed a buffer overrun bug. It may be necessary to normalize filter gain differently or something.
|
file | diff | annotate |
Thu, 10 Jul 2008 07:02:18 +0000 |
Made a very significant optimization to the FIR filter which I believe I can take a little further. Right now the FIR filter size is 768 and I get some free() bugs, so this is something I need to debug.
|
file | diff | annotate |
Wed, 02 Jul 2008 08:04:50 +0000 |
The windowed sinc filter generation code seems to be working fine. The FIR filtering code is also now working reasonably well. Occasionally the FIR filter will pop, but setting the normalization factor lower seems to help this. I suspect the problem is in the fixed point multiply/add. I also have a hunch the zero stuffing/sample discarding code is not correct, and I'll look at that soon to get it sorted out.
|
file | diff | annotate |
Wed, 02 Jul 2008 07:25:02 +0000 |
Cleaned up some bugs, but the FIR filter is still distorting.
|
file | diff | annotate |
Sun, 22 Jun 2008 00:36:35 +0000 |
Fixed lots of bugs in FIR filtering. Fixed point code is closer to working, but there seems to be overflow in the FIR filter resulting in distortion.
|
file | diff | annotate |
Thu, 19 Jun 2008 20:11:06 +0000 |
IIR filtering now seems to work fine. Fixed point code also seems to be good.
|
file | diff | annotate |
Wed, 18 Jun 2008 22:42:27 +0000 |
Implemented a lot of fixed point code for the filters. The SDL_FixMpy functions currently don't work properly -- there are some issues with signed vs unsigned.
|
file | diff | annotate |
Wed, 18 Jun 2008 18:55:50 +0000 |
Began implementing IIR and FIR filters, and got zero stuffing and sample discarding working.
|
file | diff | annotate |
Wed, 18 Jun 2008 04:51:10 +0000 |
Added beginnings of resampling code.
|
file | diff | annotate |
Tue, 19 Jun 2007 05:53:56 +0000 |
Fixes for compiling with Visual C++ 8.0 Express Edition
|
file | diff | annotate |
Wed, 29 Nov 2006 10:38:07 +0000 |
Apparently it's possible that MSVC will want to call a built-in function to
|
file | diff | annotate |
Tue, 17 Oct 2006 09:15:21 +0000 |
Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
|
file | diff | annotate |
Sun, 24 Sep 2006 15:56:36 +0000 |
Fixed bug #292
|
file | diff | annotate |
Fri, 01 Sep 2006 19:29:49 +0000 |
Replaced unions with calls to SDL_SwapFloat...
|
file | diff | annotate |
Mon, 28 Aug 2006 03:17:39 +0000 |
Added source color and alpha modulation support.
|
file | diff | annotate |
Thu, 24 Aug 2006 12:10:46 +0000 |
First shot at new audio data types (int32 and float32).
|
file | diff | annotate |
Mon, 10 Jul 2006 21:04:37 +0000 |
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
|
file | diff | annotate |
Mon, 29 May 2006 04:04:35 +0000 |
more tweaking indent options
|
file | diff | annotate |
Sun, 28 May 2006 13:04:16 +0000 |
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
|
file | diff | annotate |
Wed, 17 May 2006 08:18:28 +0000 |
Merge trunk-1.3-3
|
file | diff | annotate |
Fri, 24 Feb 2006 18:24:57 +0000 |
Update for Visual C++ 6.0
|
file | diff | annotate |
Tue, 21 Feb 2006 08:46:50 +0000 |
Use consistent identifiers for the various platforms we support.
|
file | diff | annotate |
Fri, 10 Feb 2006 06:48:43 +0000 |
More header massaging... works great on Windows. ;-)
|
file | diff | annotate |
Mon, 06 Feb 2006 08:28:51 +0000 |
It's now possible to build SDL without any C runtime at all on Windows,
|
file | diff | annotate |
Wed, 01 Feb 2006 06:32:25 +0000 |
Updated copyright information and removed rcs id lines (problematic in branch merges)
|
file | diff | annotate |
Mon, 13 Dec 2004 08:49:17 +0000 |
*** empty log message ***
|
file | diff | annotate |
Sat, 21 Aug 2004 12:27:02 +0000 |
Here are patches for SDL12 and SDL_mixer for 4 or 6 channel
|
file | diff | annotate |
Sun, 04 Jan 2004 16:49:27 +0000 |
Updated copyright information for 2004 (Happy New Year!)
|
file | diff | annotate |
Wed, 06 Mar 2002 11:23:08 +0000 |
Updated copyright information for 2002
|
file | diff | annotate |
Fri, 14 Dec 2001 12:38:15 +0000 |
Updated the source with the correct e-mail address
|
file | diff | annotate |
Thu, 26 Apr 2001 16:45:43 +0000 |
Initial revision
|
file | diff | annotate |