aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* Check for asinf and use itChris Robinson2011-09-231-1/+2
* Use cosf and sinf when availableChris Robinson2011-09-221-1/+3
* Don't use the -fvisibility switch if the visibility attributes didn't workChris Robinson2011-09-211-7/+10
* Actually check for hidden visibilityChris Robinson2011-09-201-1/+1
* Try to use "default" and "hidden" visibility when "protected" and "internal" ...Chris Robinson2011-09-201-4/+23
* Remove a couple type size checksChris Robinson2011-09-201-2/+0
* Check for SLES/OpenSLES.h along with SLES/OpenSLES_Android.hChris Robinson2011-09-201-1/+1
* Define _WIN32_WINNT on the command line with _WIN32Chris Robinson2011-09-201-1/+1
* Move some functions into a separate helper source fileChris Robinson2011-08-201-0/+1
* Move backend sources to a separate sub-directoryChris Robinson2011-08-201-14/+15
* Use ARM Neon vector ops to apply HRTFs when availableChris Robinson2011-08-111-0/+1
* Fix cmake checkChris Robinson2011-07-231-1/+1
* Check for the finite() function along with _finite()Chris Robinson2011-07-231-4/+8