aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add a QSA backend for QNXChris Robinson2013-03-141-0/+30
|
* Add Chorus and Flanger effectsChris Robinson2013-03-131-0/+2
| | | | Code provided by Mike Gorchak
* Use CHECK_SYMBOL_EXISTS to check for pthread_setschedparamChris Robinson2013-03-131-8/+8
|
* Check the correct CMake CoreAudio optionChris Robinson2013-02-031-1/+1
|
* Look for /arch:SSE with MSVC for SSEChris Robinson2012-12-241-3/+11
|
* Rename cmake options so GUIs order them betterChris Robinson2012-12-241-70/+70
|
* Release 1.15.1openal-soft-1.15.1Chris Robinson2012-12-111-2/+3
|
* Release 1.15openal-soft.1.15Chris Robinson2012-12-041-1/+1
|
* Explicitly check for malloc.hChris Robinson2012-11-251-0/+1
|
* Specify that the config file being installed is a sampleChris Robinson2012-11-061-1/+1
|
* Install the config sample by defaultChris Robinson2012-11-051-2/+2
|
* Install the config example into share/openal instead of /etc/openalChris Robinson2012-11-051-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 latencyChris Robinson2012-10-311-1/+7
|
* Add an example program showing how to apply reverb to a sourceChris Robinson2012-10-311-1/+8
|
* Remove the float math wrapper functionsChris Robinson2012-10-251-11/+0
|
* Require an alignment declaration for SSE supportChris Robinson2012-10-151-1/+1
|
* Move alhelpers and alffmpeg code to a common sub-directoryChris Robinson2012-10-141-1/+3
|
* Define RESTRICT in config.h instead of alMain.hChris Robinson2012-10-091-2/+10
|
* Revert "Use __cpuid from intrin.h in Windows when available"Chris Robinson2012-10-071-5/+0
| | | | This reverts commit 6b870714a91c9607acc4501234a00c7c94fa2b85.
* Use __cpuid from intrin.h in Windows when availableChris Robinson2012-10-071-0/+5
|
* Update some ffmpeg functionsChris Robinson2012-10-031-1/+1
|
* Use lrintf to fast convert floats to ints when possibleChris Robinson2012-09-281-1/+1
|
* fpu_control.h is no longer usedChris Robinson2012-09-181-1/+0
|
* Use __control87_2 when availableChris Robinson2012-09-161-0/+1
|
* Remove a hack for MinGWChris Robinson2012-09-101-2/+3
|
* Remove extra parenthesis used in the aligned attribute declarationChris Robinson2012-08-161-2/+2
|
* MSVC wants __declspec(align), not __declspec(aligned)Chris Robinson2012-08-161-1/+1
|
* Avoid dynamic handling of libsndioChris Robinson2012-08-161-7/+3
| | | | This makes it safer and easier to handle as OpenBSD updates it
* Add wrapper methods to ensure aligned allocationsChris Robinson2012-08-151-0/+4
|
* Make sure the working coefficients are aligned for the SSE mixerChris Robinson2012-08-151-0/+8
|
* Check for and use the -msse switch when dealing with SSE intrinsicsChris Robinson2012-08-151-1/+11
|
* Add cmake options to disable or require support for CPU extensionsChris Robinson2012-08-151-8/+29
|
* Move mixers into separate source filesChris Robinson2012-08-151-4/+27
|
* Add an SSE-enhanced HRTF mixer using intrinsicsChris Robinson2012-08-141-0/+1
| | | | Not as good as it could be, but it's something
* Check for some CPU extensionsChris Robinson2012-08-131-0/+1
|
* Remove an outdated comment about _REENTRANTChris Robinson2012-06-181-2/+1
|
* Check for a recent libavutil for the example, tooChris Robinson2012-04-071-1/+1
|
* Release 1.14openal-soft-1.14Chris Robinson2012-03-281-1/+1
|
* Make sure we have a recent-enough ffmpegChris Robinson2012-03-271-1/+2
|
* Add a utility to generate OpenAL Soft's HRTF data from the MIT KEMAR dataChris Robinson2012-03-221-1/+7
|
* Reset HAVE_MMDEVAPI before checking the backendsChris Robinson2012-03-121-0/+1
|
* Pin the DLL for WindowsChris Robinson2012-03-081-4/+4
| | | | | | | | The mmdevapi backend does not react well to being unloaded dynamically. It has a message-handling thread running in the background which can't quit before DllMain is called with DLL_PROCESS_DETACH, at which point it's too late to safely message and wait for it shutddown, thus it can continue running after the DLL is unloaded from memory.
* Link with AudioToolbox.framework for the CoreAudio backend if it's foundChris Robinson2012-01-231-0/+12
|
* Install efx-presets.hChris Robinson2012-01-191-0/+1
|
* Check earlier for ffmpegChris Robinson2012-01-021-1/+4
|
* Add an example program that streams audio using ffmpegChris Robinson2012-01-011-0/+20
|
* Make sure GCC properly errors when checking visiblity attributesChris Robinson2011-10-021-1/+1
|
* Set the FPU into single-precision mode for mixer updatesChris Robinson2011-09-291-0/+1
|
* Look for and use atan2f, log10f, and floorfChris Robinson2011-09-241-8/+11
|
* Don't require libm for the float-type math functionsChris Robinson2011-09-241-12/+19
|