Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure SDL_sound was found before setting the includes | Chris Robinson | 2013-06-25 | 1 | -1/+1 |
| | |||||
* | Better handle the INCLUDE_DIRECTORIES property | Chris Robinson | 2013-06-25 | 1 | -1/+7 |
| | | | | | | Older cmake verions (prior to 2.8.8) don't have a per-target INCLUDE_DIRECTORIES property, so the directories have to be added using the INCLUDE_DIRECTORIES command. | ||||
* | Check for Qt4 earlier | Chris Robinson | 2013-06-24 | 1 | -3/+7 |
| | |||||
* | Use the COMPILE_DEFINITIONS property instead of DEFINE_SYMBOL | Chris Robinson | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | Better specify include directories and defines needed for various targets | Chris Robinson | 2013-06-24 | 1 | -10/+10 |
| | |||||
* | Move alsoft-config to a separate project file | Chris Robinson | 2013-06-24 | 1 | -26/+1 |
| | | | | | This to help avoid FindQt4.cmake from polluting the current project with defines and include directories, applying them to targets that don't use Qt. | ||||
* | Add a configuration UI application | Chris Robinson | 2013-06-23 | 1 | -1/+29 |
| | | | | | | | | | | | Not complete, but it's a decent start. Some problems: * Only some otions are handled (backend-specific options in particular aren't handled). * Does not warn when quitting with unsaved changes. * Some options are missing tooltips. | ||||
* | Check for MinGW in CMakeLists.txt instead of config.h | Chris Robinson | 2013-06-20 | 1 | -1/+5 |
| | |||||
* | Add a loopback extension example | Chris Robinson | 2013-06-16 | 1 | -1/+6 |
| | |||||
* | Use a static lib for the common example code | Chris Robinson | 2013-06-05 | 1 | -12/+10 |
| | |||||
* | Use SDL_sound for the other examples | Chris Robinson | 2013-06-05 | 1 | -23/+8 |
| | |||||
* | Use SDL_sound for the alstream example | Chris Robinson | 2013-06-05 | 1 | -5/+21 |
| | |||||
* | Use C99's inline instead of __inline | Chris Robinson | 2013-05-28 | 1 | -0/+12 |
| | |||||
* | Set cmake policy CMP0005 and avoid unnecessary escape sequences | Chris Robinson | 2013-05-24 | 1 | -2/+3 |
| | |||||
* | Add quotes around an ADD_DEFINITIONS parameter | Chris Robinson | 2013-05-24 | 1 | -1/+1 |
| | |||||
* | Check for __restrict in a way to make MSVC happy, hopefully | Chris Robinson | 2013-05-24 | 1 | -1/+5 |
| | |||||
* | Move remaining effects to the effects subdir | Chris Robinson | 2013-05-23 | 1 | -10/+10 |
| | |||||
* | Move reverb to the effects subdir | Chris Robinson | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | Move the AL_EFFECT_NULL state into a separate file | Chris Robinson | 2013-05-23 | 1 | -0/+1 |
| | |||||
* | Reword a couple cmake option names | Chris Robinson | 2013-05-23 | 1 | -4/+4 |
| | |||||
* | Don't explicitly check for fesetround | Chris Robinson | 2013-05-22 | 1 | -3/+0 |
| | | | | It's C99 standard with fenv.h, which we already check for. | ||||
* | Check for SSE2 and set the denormals-are-zero bit for mixing if available | Chris Robinson | 2013-05-22 | 1 | -2/+2 |
| | |||||
* | Use restrict instead of RESTRICT | Chris Robinson | 2013-05-22 | 1 | -5/+4 |
| | |||||
* | Remove an unnecessary check for vsnprintf | Chris Robinson | 2013-05-22 | 1 | -10/+0 |
| | |||||
* | Implement distortion and equalizer effects | Chris Robinson | 2013-05-18 | 1 | -0/+2 |
| | | | | Code provided by Mike Gorchak | ||||
* | QSA is always build-time linked | Chris Robinson | 2013-03-24 | 1 | -6/+2 |
| | |||||
* | Fix MMDevApi backend option text | Chris Robinson | 2013-03-19 | 1 | -4/+4 |
| | |||||
* | Add a QSA backend for QNX | Chris Robinson | 2013-03-14 | 1 | -0/+30 |
| | |||||
* | Add Chorus and Flanger effects | Chris Robinson | 2013-03-13 | 1 | -0/+2 |
| | | | | Code provided by Mike Gorchak | ||||
* | Use CHECK_SYMBOL_EXISTS to check for pthread_setschedparam | Chris Robinson | 2013-03-13 | 1 | -8/+8 |
| | |||||
* | Check the correct CMake CoreAudio option | Chris Robinson | 2013-02-03 | 1 | -1/+1 |
| | |||||
* | Look for /arch:SSE with MSVC for SSE | Chris Robinson | 2012-12-24 | 1 | -3/+11 |
| | |||||
* | Rename cmake options so GUIs order them better | Chris Robinson | 2012-12-24 | 1 | -70/+70 |
| | |||||
* | Release 1.15.1openal-soft-1.15.1 | Chris Robinson | 2012-12-11 | 1 | -2/+3 |
| | |||||
* | Release 1.15openal-soft.1.15 | Chris Robinson | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | Explicitly check for malloc.h | Chris Robinson | 2012-11-25 | 1 | -0/+1 |
| | |||||
* | Specify that the config file being installed is a sample | Chris Robinson | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | Install the config sample by default | Chris Robinson | 2012-11-05 | 1 | -2/+2 |
| | |||||
* | Install the config example into share/openal instead of /etc/openal | Chris Robinson | 2012-11-05 | 1 | -2/+1 |
| | | | | | /etc/openal/alsoft.conf is still used for configuration, only the sample's install placement is changed. | ||||
* | Add an example to get and show the source latency | Chris Robinson | 2012-10-31 | 1 | -1/+7 |
| | |||||
* | Add an example program showing how to apply reverb to a source | Chris Robinson | 2012-10-31 | 1 | -1/+8 |
| | |||||
* | Remove the float math wrapper functions | Chris Robinson | 2012-10-25 | 1 | -11/+0 |
| | |||||
* | Require an alignment declaration for SSE support | Chris Robinson | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | Move alhelpers and alffmpeg code to a common sub-directory | Chris Robinson | 2012-10-14 | 1 | -1/+3 |
| | |||||
* | Define RESTRICT in config.h instead of alMain.h | Chris Robinson | 2012-10-09 | 1 | -2/+10 |
| | |||||
* | Revert "Use __cpuid from intrin.h in Windows when available" | Chris Robinson | 2012-10-07 | 1 | -5/+0 |
| | | | | This reverts commit 6b870714a91c9607acc4501234a00c7c94fa2b85. | ||||
* | Use __cpuid from intrin.h in Windows when available | Chris Robinson | 2012-10-07 | 1 | -0/+5 |
| | |||||
* | Update some ffmpeg functions | Chris Robinson | 2012-10-03 | 1 | -1/+1 |
| | |||||
* | Use lrintf to fast convert floats to ints when possible | Chris Robinson | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | fpu_control.h is no longer used | Chris Robinson | 2012-09-18 | 1 | -1/+0 |
| |