aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Better sort the main delay line tapsChris Robinson2016-10-061-60/+39
* Decorrelate the early reflection inputsChris Robinson2016-10-061-10/+19
* Add some more 'restrict' keywordsChris Robinson2016-10-068-44/+58
* Remove an unused structChris Robinson2016-10-051-6/+0
* Pass current and target gains directly for mixingChris Robinson2016-10-057-157/+67
* Update a comment about using row mixersChris Robinson2016-10-051-3/+1
* Better pack the late reverb low- and all-pass variablesChris Robinson2016-10-051-21/+25
* Properly check for struct timespecChris Robinson2016-10-042-7/+9
* Use the row mixer functions for the B-to-A-Format conversionChris Robinson2016-10-041-16/+10
* Make some pointer-to-array parameters constChris Robinson2016-10-0410-47/+98
* Include wtypes.h for defining Windows' property keysChris Robinson2016-10-042-0/+2
* Enhance reverb using B-Format processingChris Robinson2016-10-031-405/+386
* Finalize AL_SOFT_gain_clamp_exChris Robinson2016-10-033-6/+6
* Update the ambisonic coefficients for HRTFChris Robinson2016-09-261-15/+15
* Add a volume-adjust config option to adjust the source output volumeChris Robinson2016-09-245-6/+32
* Remove some more unnecessary volatilesChris Robinson2016-09-241-5/+5
* Recognize Headset formfactors as headphonesChris Robinson2016-09-211-1/+3
* Skip audio packets that fail to decode in alffplayChris Robinson2016-09-141-1/+5
* Merge pull request #63 from adrianbroher/gnuinstalldirkcat2016-09-142-28/+35
|\
| * Use GNUInstallDirs for generated pkg-config fileMarcel Metz2016-09-061-3/+3
| * Use GNUInstallDirs to place the build artifacts properlyMarcel Metz2016-09-062-25/+32
* | Fix EAX reverb effect output for HRTF and UHJChris Robinson2016-09-131-2/+2
* | Fix the libatomic checkChris Robinson2016-09-131-4/+14
* | Merge pull request #70 from snikulov/appveyor_win_cikcat2016-09-131-0/+14
|\ \
| * | build: added appveyour-ci script to verify windows buildSergei Nikulov2016-09-131-0/+14
|/ /
* | Check for libatomic, in case C11 atomics need itChris Robinson2016-09-121-0/+9
* | Call ALfilterState_processC directlyChris Robinson2016-09-124-10/+2
* | Check if -mfpu=neon is available for compiling the NEON mixerChris Robinson2016-09-121-1/+9
* | Write to the correct outputs for extra reverb channelsChris Robinson2016-09-111-2/+2
* | Combine the reverb decorrelator delay line with the main delay lineChris Robinson2016-09-111-46/+26
* | Mark a global variable declaration as externChris Robinson2016-09-111-1/+1
* | Don't warn if the desired default HRTF is already firstChris Robinson2016-09-101-4/+4
* | Handle UTF-8 output on Windows in openal-infoChris Robinson2016-09-091-0/+65
* | Reduce the volume for the HRTF ambisonic decoderChris Robinson2016-09-081-14/+14
* | Allow specifying the device to open for the examplesChris Robinson2016-09-088-51/+89
* | Only WARN if GetProcPath fails to find the binaryChris Robinson2016-09-081-1/+1
* | Try increasing the stack size if thread creation failsChris Robinson2016-09-081-7/+25
* | Merge pull request #64 from tpetazzoni/arm-neon-fixkcat2016-09-081-0/+1
|\ \
| * | Build NEON code with -mfpu=neonThomas Petazzoni2016-09-061-0/+1
| |/
* | Properly check if /proc/cpuinfo openedChris Robinson2016-09-081-1/+1
* | Use a few more HRIRs for the HRTF B-Format decoderChris Robinson2016-09-071-19/+31
* | Check for run-time NEON support by reading /proc/cpuinfoChris Robinson2016-09-071-2/+32
* | Simplify mmdevapi's device name searchChris Robinson2016-09-071-17/+33
* | Merge pull request #65 from Dmytry/dmytry_github_masterkcat2016-09-072-8/+46
|\ \
| * | mmdevapi: Allow specifying output device by it's audio endpoint GUID or by th...Dmytry Lavrov2016-09-062-8/+46
* | | Properly align 16-bit fields in the Hrtf structChris Robinson2016-09-071-10/+20
* | | Use unsigned int shifts for device flagsChris Robinson2016-09-071-5/+5
|/ /
* | Make the SelectMixer function sharableChris Robinson2016-09-064-26/+14
* | Use the optimized mixing functions for reverb outputChris Robinson2016-09-061-83/+117
* | Use deinterlaced buffers for the intermediate reverb storageChris Robinson2016-09-061-119/+137
|/