log src/audio/SDL_audiocvt.c @ 5284:96a22141cf86 tip

age author description
Fri, 11 Feb 2011 22:37:15 -0800 Sam Lantinga Happy 2011! :)
Mon, 08 Dec 2008 00:25:42 +0000 Sam Lantinga Updated copyright date SDL-1.2
Sun, 24 Sep 2006 15:45:37 +0000 Sam Lantinga Fixed bug #292 SDL-1.2
Sat, 16 Sep 2006 09:14:25 +0000 Patrice Mandin Only convert endianness if both src and dest are 16bits SDL-1.2
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Wed, 25 Nov 2009 06:00:00 +0000 Sam Lantinga Add error messages for failure cases
Wed, 14 Jan 2009 04:25:32 +0000 Sam Lantinga indent
Mon, 12 Jan 2009 08:46:28 +0000 Sam Lantinga Fixed Visual C++ build
Sun, 11 Jan 2009 04:46:42 +0000 Ryan C. Gordon First shot at new audio resampling code.
Sat, 10 Jan 2009 18:32:24 +0000 Sam Lantinga Fixed Visual C++ release build for Visual C++ 2005
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.