aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fpu_control.h is no longer usedChris Robinson2012-09-183-8/+0
* Win64 doesn't allow _controlfp or __control87_2 to set the precision control ...Chris Robinson2012-09-181-0/+6
* Fix a typo in a commentChris Robinson2012-09-171-1/+1
* Avoid correcting for more non-existing clicksChris Robinson2012-09-161-8/+14
* Don't try to correct for non-existing clicks.Chris Robinson2012-09-161-6/+13
* Explicitly give the wet buffer 1 channelChris Robinson2012-09-165-23/+23
* Check the proper value for setting WetPendingClicksChris Robinson2012-09-161-1/+1
* Avoid building redundant mixersChris Robinson2012-09-165-99/+75
* Implement an SSE MixSend methodChris Robinson2012-09-162-1/+30
* Properly restore the SSE control word with __control87_2Chris Robinson2012-09-161-1/+1
* Properly handle the SSE control wordChris Robinson2012-09-162-16/+40
* Use __control87_2 when availableChris Robinson2012-09-163-0/+11
* Use a struct to store the FPU modeChris Robinson2012-09-166-29/+29
* Add missing source property retrievalsChris Robinson2012-09-141-0/+12
* Implement an SSE cubic resamplerChris Robinson2012-09-143-1/+92
* Shorten a warningChris Robinson2012-09-141-1/+1
* Implement an SSE linear resamplerChris Robinson2012-09-143-0/+54
* Ensure the ResampledBuffer is alignedChris Robinson2012-09-141-1/+1
* Use a source param for the resampler and move them to the mixer sourceChris Robinson2012-09-146-64/+72
* Remove an unused headerChris Robinson2012-09-143-15/+2
* Move a couple macros to more appropriate headersChris Robinson2012-09-143-9/+8
* Fix up some more header includesChris Robinson2012-09-1411-48/+40
* Don't include alu.h in alMain.hChris Robinson2012-09-1418-67/+73
* Enable flush-to-zero mode when possibleChris Robinson2012-09-143-37/+43
* Move a couple methods to where they're usedChris Robinson2012-09-123-49/+45
* Restore support for the previous mhr formatChris Robinson2012-09-121-146/+330
* Add a note about the hrtf_tables filename markersChris Robinson2012-09-121-1/+7
* Properly scale the HRTF delays when writing themChris Robinson2012-09-121-3/+2
* Update fnamelist after handling % markersChris Robinson2012-09-121-0/+1
* Use PATH_MAX for the fname lengthChris Robinson2012-09-121-1/+7
* Improve parsing hrtf_tables filenamesChris Robinson2012-09-121-32/+38
* Fix HRTF data format descriptionChris Robinson2012-09-111-5/+6
* Warn about SSE performance with non-multiple-of-4 update sizesChris Robinson2012-09-111-0/+6
* Use the correct size for defaultCoeffsChris Robinson2012-09-112-2/+2
* Minor cleanups for variable declarationsChris Robinson2012-09-112-31/+16
* Don't use count-specific functions to write to the output bufferChris Robinson2012-09-111-89/+13
* Use a non-interleaved DryBufferChris Robinson2012-09-1110-79/+68
* Do the filtering separately from the mixingChris Robinson2012-09-115-60/+44
* Use HUGE_VAL instead of dividing by 0 for infinity, where possibleChris Robinson2012-09-111-4/+8
* Silence a couple MSVC warningsChris Robinson2012-09-111-2/+2
* Add example HRTF definition files for makehrtfChris Robinson2012-09-113-0/+3250
* Update HRTF codeChris Robinson2012-09-1110-1649/+3492
* Again try to get _WIN32_IE to behave right with MinGWChris Robinson2012-09-111-1/+1
* Remove a hack for MinGWChris Robinson2012-09-102-28/+3
* Add missing returnsChris Robinson2012-09-091-10/+10
* Try to ensure mixing samples in multiples of 4Chris Robinson2012-09-091-0/+5
* Use the right method to clear a __m128 to 0Chris Robinson2012-09-091-2/+2
* Use SSE to do 4 samples at once (non-HRTF direct mix), instead of to apply a ...Chris Robinson2012-09-092-33/+53
* Implement MixDirect_SSE separately from the C and Neon versionsChris Robinson2012-09-094-23/+58
* Move the target effect slot to the SendParams structChris Robinson2012-09-086-15/+13