log src/audio/SDL_audiocvt.c @ 2883:11626a53e7bc

age author description
Sat, 20 Dec 2008 08:41:05 +0000 Sam Lantinga indent
Fri, 19 Dec 2008 09:15:59 +0000 Ryan C. Gordon More resampling fixes.
Fri, 19 Dec 2008 08:30:26 +0000 Ryan C. Gordon Allocate SDL_AudioCVT::coeff before using it.
Fri, 19 Dec 2008 06:43:41 +0000 Ryan C. Gordon Use SDL_zerop instead of SDL_memset.
Fri, 19 Dec 2008 06:01:03 +0000 Ryan C. Gordon Zero out SDL_AudioCVT struct before using it, to ensure it's all initialized.
Mon, 08 Dec 2008 00:27:32 +0000 Sam Lantinga Updated copyright date
Sun, 12 Oct 2008 16:21:36 +0000 Sam Lantinga Don't include <math.h> when HAVE_MATH_H isn't defined
Sat, 04 Oct 2008 06:46:59 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Mon, 15 Sep 2008 07:34:36 +0000 Sam Lantinga Updated Visual C++ build
Mon, 01 Sep 2008 16:04:20 +0000 Sam Lantinga Fixed a bunch of compile warnings on Mac OS X
Tue, 26 Aug 2008 07:34:49 +0000 Sam Lantinga Fixed Visual Studio compilation problems
Mon, 25 Aug 2008 15:08:59 +0000 Sam Lantinga Final merge of Google Summer of Code 2008 work...
Tue, 12 Aug 2008 00:24:42 +0000 Aaron Wishnick General cleanup and fixed a buffer overrun bug. It may be necessary to normalize filter gain differently or something. gsoc2008_audio_resampling
Thu, 10 Jul 2008 07:02:18 +0000 Aaron Wishnick 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. gsoc2008_audio_resampling