| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the sinc8 resampler option | Chris Robinson | 2017-02-19 | 1 | -11/+0 |
* | Put BsincState in a generic union | Chris Robinson | 2017-02-13 | 1 | -17/+17 |
* | Add NEON-enhanced resamplers | Chris Robinson | 2017-02-12 | 1 | -4/+18 |
* | Pass the left and right buffers to the hrtf mixers directly | Chris Robinson | 2017-01-17 | 1 | -6/+6 |
* | Use ALsizei and ALint for sizes and offsets with resamplers and filters | Chris Robinson | 2017-01-16 | 1 | -23/+24 |
* | Use ALsizei for sizes and offsets with the mixer | Chris Robinson | 2017-01-16 | 1 | -36/+36 |
* | Add some more 'restrict' keywords | Chris Robinson | 2016-10-06 | 1 | -20/+26 |
* | Pass current and target gains directly for mixing | Chris Robinson | 2016-10-05 | 1 | -3/+6 |
* | Make some pointer-to-array parameters const | Chris Robinson | 2016-10-04 | 1 | -6/+9 |
* | Rename MatrixMixerFunc to RowMixerFunc | Chris Robinson | 2016-09-02 | 1 | -3/+3 |
* | Use a more specialized mixer function for B-Format to HRTF | Chris Robinson | 2016-08-12 | 1 | -0/+12 |
* | Implement a Neon-enhanced MixRow | Chris Robinson | 2016-06-01 | 1 | -0/+2 |
* | Use SSE for applying the HQ B-Format decoder matrices | Chris Robinson | 2016-05-31 | 1 | -0/+4 |
* | Use the real output's left and right channels with HRTF | Chris Robinson | 2016-03-11 | 1 | -12/+12 |
* | Calculate HRTF stepping params right before mixing | Chris Robinson | 2016-02-14 | 1 | -4/+4 |
* | Implement a band-limited sinc resampler | Chris Robinson | 2015-11-05 | 1 | -11/+15 |
* | Reorganize the HRTF group box | Chris Robinson | 2015-10-12 | 1 | -1/+1 |
* | Replace the sinc6 resampler with sinc8, and make SSE versions | Chris Robinson | 2015-10-11 | 1 | -1/+6 |
* | Move the FIR4 from SSE2 to SSE3 | Chris Robinson | 2015-10-11 | 1 | -1/+1 |
* | Implement a 6-point sinc-lanczos filter | Chris Robinson | 2015-09-29 | 1 | -0/+1 |
* | Replace the cubic resampler with a 4-point sinc/lanczos filter | Chris Robinson | 2015-09-27 | 1 | -3/+3 |
* | Add SSE2 and SSE4.1 cubic resamplers | Chris Robinson | 2014-12-15 | 1 | -0/+5 |
* | Partially revert "Use a different method for HRTF mixing" | Chris Robinson | 2014-11-23 | 1 | -6/+9 |
* | Use a different method for HRTF mixing | Chris Robinson | 2014-11-22 | 1 | -9/+6 |
* | Combine the direct and send mixers | Chris Robinson | 2014-06-13 | 1 | -27/+15 |
* | Combine some dry and wet path types | Chris Robinson | 2014-06-13 | 1 | -4/+3 |
* | Move InitiatePositionArrays to mixer_defs.h | Chris Robinson | 2014-06-06 | 1 | -0/+15 |
* | Add SSE2 and SSE4.1 linear resamplers | Timothy Arceri | 2014-06-06 | 1 | -0/+6 |
* | Return a sample pointer from resamplers | Chris Robinson | 2014-05-19 | 1 | -4/+4 |
* | Move an HRTF mixer parameter and shorten a couple variable names | Chris Robinson | 2014-05-18 | 1 | -6/+6 |
* | Don't pass the SendParams to the wet-path mixer | Chris Robinson | 2014-05-18 | 1 | -5/+10 |
* | Don't pass the DirectParams to the dry-path mixer | Chris Robinson | 2014-05-18 | 1 | -10/+11 |
* | Use different parameters for HRTF mixers | Chris Robinson | 2014-05-18 | 1 | -9/+15 |
* | Pass some DirectParams as function parameters | Chris Robinson | 2014-05-18 | 1 | -6/+18 |
* | Remove the click removal buffers for auxiliary effect slots | Chris Robinson | 2014-03-23 | 1 | -3/+3 |
* | Remove the now-unneeded click removal buffers for the device | Chris Robinson | 2014-03-23 | 1 | -6/+6 |
* | Store the HrtfState directly in the DirectParams | Chris Robinson | 2014-03-23 | 1 | -9/+9 |
* | Implement dry and wet mixers for Neon | Chris Robinson | 2014-01-26 | 1 | -0/+2 |
* | Use restrict instead of RESTRICT | Chris Robinson | 2013-05-22 | 1 | -11/+11 |
* | Constify the direct and send parameters given to the mixer | Chris Robinson | 2012-10-15 | 1 | -7/+7 |
* | Remove the unused Device parameter | Chris Robinson | 2012-10-14 | 1 | -5/+5 |
* | Remove the now-unused Source parameter from the DryMix methods | Chris Robinson | 2012-10-14 | 1 | -6/+5 |
* | Add a special resampler for matching sample rates | Chris Robinson | 2012-10-05 | 1 | -0/+1 |
* | Remove an unneeded parameter from the resampler | Chris Robinson | 2012-09-27 | 1 | -3/+3 |
* | Remove an unnecessary include | Chris Robinson | 2012-09-24 | 1 | -1/+0 |
* | Remove SSE resamplers. They aren't gaining us much this way. | Chris Robinson | 2012-09-24 | 1 | -4/+0 |
* | Avoid building redundant mixers | Chris Robinson | 2012-09-16 | 1 | -2/+0 |
* | Implement an SSE cubic resampler | Chris Robinson | 2012-09-14 | 1 | -0/+1 |
* | Implement an SSE linear resampler | Chris Robinson | 2012-09-14 | 1 | -0/+3 |
* | Use a source param for the resampler and move them to the mixer source | Chris Robinson | 2012-09-14 | 1 | -0/+6 |