Wed, 30 Oct 2019 15:13:55 +0100 |
Readability: remove redundant cast to the same type
|
file | diff | annotate |
Mon, 19 Aug 2019 21:23:47 +0200 |
Fix audio conversion U16_to_F32_SSE2 (bug 4186)
|
file | diff | annotate |
Mon, 19 Aug 2019 20:35:02 +0200 |
Fixed bug 4186 - ARM/NEON audio converters cause strange clicking noises
|
file | diff | annotate |
Mon, 19 Aug 2019 16:57:15 +0200 |
Fixed bug 4186 - ARM/NEON audio converters cause strange clicking noises
|
file | diff | annotate |
Tue, 18 Jun 2019 14:24:24 -0700 |
Fixed compiler warning
|
file | diff | annotate |
Fri, 14 Jun 2019 16:52:42 -0400 |
audio: Attempt to fix build on ARM versions of Visual Studio.
|
file | diff | annotate |
Fri, 14 Jun 2019 15:52:48 -0400 |
audio: Fix ARM NEON audio converter bugs.
|
file | diff | annotate |
Fri, 14 Jun 2019 15:47:32 -0400 |
audio: patched to compile.
|
file | diff | annotate |
Fri, 14 Jun 2019 09:51:22 -0400 |
Check src alignment for S32_to_F32 conversions
|
file | diff | annotate |
Fri, 04 Jan 2019 22:01:14 -0800 |
Updated copyright for 2019
|
file | diff | annotate |
Tue, 04 Dec 2018 12:34:45 +0100 |
android: use __ARM_NEON instead of __ARM_NEON__ to include <arm_neon.h>
|
file | diff | annotate |
Sat, 29 Sep 2018 16:48:15 -0400 |
audio: disable NEON converters for now.
|
file | diff | annotate |
Mon, 02 Jul 2018 03:53:57 +0300 |
Fixed bug 4210 - SSE2-based converter makes junk result of S32 -> Float
|
file | diff | annotate |
Mon, 21 May 2018 12:05:17 -0400 |
audio: Needed to fix two more instances for Visual Studio.
|
file | diff | annotate |
Mon, 21 May 2018 11:54:09 -0400 |
audio: Patched to compile on Visual Studio.
|
file | diff | annotate |
Wed, 16 May 2018 02:03:06 -0400 |
audio: Added ARM NEON versions of audio converters.
|
file | diff | annotate |
Tue, 15 May 2018 02:29:35 -0400 |
audio: SSE2 float-to-int converters should clamp input.
|
file | diff | annotate |
Tue, 15 May 2018 01:40:05 -0400 |
audio: Fix range on float-to-int data clamping.
|
file | diff | annotate |
Tue, 15 May 2018 01:35:53 -0400 |
audio: float to int converters should clamp inclusively.
|
file | diff | annotate |
Tue, 15 May 2018 01:04:11 -0400 |
audio: converting int32 to/from float shouldn't use doubles.
|
file | diff | annotate |
Mon, 12 Feb 2018 10:47:00 +0300 |
fix building SDL_audiotypecvt.c with gcc < 4.0
|
file | diff | annotate |
Wed, 03 Jan 2018 10:03:25 -0800 |
Updated copyright for 2018
|
file | diff | annotate |
Wed, 18 Oct 2017 19:30:47 -0700 |
Fixed bug 3876 - Resampling of certain sounds adds heavy distortion
|
file | diff | annotate |
Mon, 28 Aug 2017 21:42:39 -0700 |
Fixed bug 3662 - Error message when using the audio conversion setup without an initialized audio subsystem is a bit vague
|
file | diff | annotate |
Tue, 29 Aug 2017 00:02:04 -0400 |
audio: Converting audio samples from int to float was using wrong equation.
|
file | diff | annotate |
Mon, 23 Jan 2017 12:14:28 -0500 |
audio: Fixed copy/paste bug in float32->sint16/SSE2 scalar leftover code.
|
file | diff | annotate |
Mon, 23 Jan 2017 12:06:10 -0500 |
audio: Fix same bug as last commit, but for _mm_bslli_si128 vs _mm_slli_si128.
|
file | diff | annotate |
Mon, 23 Jan 2017 12:02:02 -0500 |
audio: use _mm_srli_si128 instead of _mm_bsrli_si128.
|
file | diff | annotate |
Mon, 23 Jan 2017 01:05:44 -0500 |
audio: Wired up new SSE code to build system.
|
file | diff | annotate |
Mon, 16 Jan 2017 00:58:28 -0500 |
audio: Implemented SIMD support for audio data type converters.
|
file | diff | annotate |
Sun, 15 Jan 2017 05:01:59 -0500 |
audio: Some fixes to the audio data type converter code.
|
file | diff | annotate |
Mon, 09 Jan 2017 06:00:58 -0500 |
audio: Replaced older resamplers in SDL_AudioCVT with the new ones.
|
file | diff | annotate |
Thu, 05 Jan 2017 19:12:20 -0500 |
audio: More effort to improve and simplify audio resamplers.
|
file | diff | annotate |
Sun, 01 Jan 2017 18:33:28 -0800 |
Updated copyright for 2017
|
file | diff | annotate |
Sun, 18 Dec 2016 20:17:33 -0500 |
audio: fixed one more incorrectly-hardcoded value in the resamplers.
|
file | diff | annotate |
Sat, 17 Dec 2016 16:15:24 -0500 |
audio: fixed arbitrary upsampling (thanks, Sylvain!).
|
file | diff | annotate |
Sun, 13 Nov 2016 00:09:02 -0800 |
Fixed bug 3488 - Random crashes (because Memory overlap in audio converters detected by Valgrind)
|
file | diff | annotate |
Sat, 05 Nov 2016 02:34:38 -0400 |
Reworked audio converter code.
|
file | diff | annotate |
Sat, 02 Jan 2016 10:10:34 -0800 |
Updated copyright to 2016
|
file | diff | annotate |
Tue, 26 May 2015 06:27:46 -0700 |
Updated the copyright year to 2015
|
file | diff | annotate |
Tue, 10 Jun 2014 19:39:33 -0400 |
Regenerated SDL_audiotypecvt.c with updated perl script.
|
file | diff | annotate |
Sun, 02 Feb 2014 00:53:27 -0800 |
Fixed bug 2374 - Update copyright for 2014...
|
file | diff | annotate |
Sun, 24 Nov 2013 23:56:17 -0500 |
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
|
file | diff | annotate |
Fri, 15 Feb 2013 08:47:44 -0800 |
Happy New Year!
|
file | diff | annotate |
Thu, 12 Jan 2012 22:54:09 -0500 |
Better interpolation for the x4 upsampling case
|
file | diff | annotate |
Sun, 08 Jan 2012 17:31:11 -0500 |
Fixed memory corruption in the upsampling code, caught by valgrind
|
file | diff | annotate |
Sun, 08 Jan 2012 17:10:57 -0500 |
Fixed bug 1014 - SDL_ConvertAudio crashes
|
file | diff | annotate |
Sat, 31 Dec 2011 09:28:07 -0500 |
Happy New Year!
|
file | diff | annotate |
Tue, 11 Oct 2011 22:42:54 -0400 |
Commit updated generated C code.
|
file | diff | annotate |
Fri, 08 Apr 2011 13:03:26 -0700 |
SDL 1.3 is now under the zlib license.
|
file | diff | annotate |
Fri, 11 Feb 2011 22:37:15 -0800 |
Happy 2011! :)
|
file | diff | annotate |
Sat, 18 Sep 2010 18:15:08 -0700 |
Fixed crashing loading 48KHz audio, contributed by Terry Welsh
|
file | diff | annotate |
Sun, 24 Jan 2010 21:10:53 +0000 |
Fixed bug #926
|
file | diff | annotate |
Mon, 28 Dec 2009 08:28:24 +0000 |
Fixed buffer overflows in resamplers.
|
file | diff | annotate |
Mon, 12 Jan 2009 08:46:28 +0000 |
Fixed Visual C++ build
|
file | diff | annotate |
Sun, 11 Jan 2009 04:46:42 +0000 |
First shot at new audio resampling code.
|
file | diff | annotate |
Fri, 02 Jan 2009 08:12:14 +0000 |
Fixed off-by-one in audio converters, when growing a data type's size.
|
file | diff | annotate |
Fri, 02 Jan 2009 07:34:01 +0000 |
Avoid unnecessary assignment in generated audio type converters.
|
file | diff | annotate |
Mon, 08 Dec 2008 00:27:32 +0000 |
Updated copyright date
|
file | diff | annotate |
Fri, 01 Sep 2006 18:07:41 +0000 |
Fixed broken audio conversions between float and unsigned datatypes.
|
file | diff | annotate |