Simple Directmedia Layer
Go to file
Wohlstand ff8c62f227 Fixed bug 4210 - SSE2-based converter makes junk result of S32 -> Float
At the HG state abdd17144682, 64-bit assemblies are using SSE2-based resampler, produces junk sound when converting the S32 -> Float32 -> S16 chain. The `NEED_SCALAR_CONVERTER_FALLBACKS` thing works perfectly.

If I will find a reason that caused this mistake, I'll send a patch by myself.
2018-07-02 03:53:57 +03:00
acinclude
android-project Added support for external mouse in Samsung DeX mode 2018-06-18 13:14:02 -07:00
android-project-ant
build-scripts
cmake wayland: Keep protocol XML files in-tree. 2018-06-25 09:37:25 -07:00
debian
docs audio: Added ARM NEON versions of audio converters. 2018-05-16 02:03:06 -04:00
include Added support for external mouse in Samsung DeX mode 2018-06-18 13:14:02 -07:00
src Fixed bug 4210 - SSE2-based converter makes junk result of S32 -> Float 2018-07-02 03:53:57 +03:00
test cpuinfo: Added SDL_HasAVX512F(). 2018-05-21 11:35:42 -04:00
VisualC ran 'chmod -x' on two files 2018-06-30 20:03:23 +03:00
VisualC-WinRT
visualtest ran 'chmod -x' on many files 2018-06-12 14:00:15 +03:00
wayland-protocols wayland: Keep protocol XML files in-tree. 2018-06-25 09:37:25 -07:00
Xcode ran 'chmod -x' on two files 2018-06-30 20:03:23 +03:00
Xcode-iOS ran 'chmod -x' on many files 2018-06-12 14:00:15 +03:00
.hgignore
Android.mk android: Android.mk should only preserve debug symbols in debug builds. 2018-06-24 15:21:01 -04:00
autogen.sh
BUGS.txt
cmake_uninstall.cmake.in
CMakeLists.txt make WASAPI configurable in autofoo and cmake (default is on.) 2018-07-01 17:01:04 +03:00
configure made the wasapi configury option consistent with others. 2018-07-01 19:50:00 +03:00
configure.in made the wasapi configury option consistent with others. 2018-07-01 19:50:00 +03:00
COPYING.txt
CREDITS.txt
INSTALL.txt
Makefile.in wayland: Keep protocol XML files in-tree. 2018-06-25 09:37:25 -07:00
Makefile.minimal
Makefile.pandora
Makefile.psp
Makefile.wiz
README-SDL.txt
README.txt
sdl2-config.cmake.in
sdl2-config.in
sdl2.m4
sdl2.pc.in
SDL2.spec.in
SDL2Config.cmake
TODO.txt
VisualC.html
WhatsNew.txt

                         Simple DirectMedia Layer

                                  (SDL)

                                Version 2.0

---
https://www.libsdl.org/

Simple DirectMedia Layer is a cross-platform development library designed
to provide low level access to audio, keyboard, mouse, joystick, and graphics
hardware via OpenGL and Direct3D. It is used by video playback software,
emulators, and popular games including Valve's award winning catalog
and many Humble Bundle games.

More extensive documentation is available in the docs directory, starting
with README.md

Enjoy!
	Sam Lantinga				(slouken@libsdl.org)