| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid AL types in the mixer | Chris Robinson | 2020-11-20 | 1 | -20/+20 |
* | Replace the mixer fraction macros with constexpr variables | Chris Robinson | 2020-10-21 | 1 | -5/+5 |
* | Replace some more macros with constexpr variables | Chris Robinson | 2020-10-21 | 1 | -1/+1 |
* | Use constexpr variables in place of some macros | Chris Robinson | 2020-10-19 | 1 | -6/+6 |
* | Avoid iterators for the main mixer | Chris Robinson | 2020-05-01 | 1 | -11/+9 |
* | Use a more efficient type for holding the IrSize | Chris Robinson | 2020-04-30 | 1 | -3/+3 |
* | Get rid of the specialized MixRow_ methods | Chris Robinson | 2020-04-16 | 1 | -24/+0 |
* | Use structs for the mixer and resampler tags | Chris Robinson | 2020-04-03 | 1 | -0/+8 |
* | Avoid using ALfloat in the mixer functions | Chris Robinson | 2020-04-03 | 1 | -14/+14 |
* | Jump to the target gain if the fade amount is small | Chris Robinson | 2020-04-03 | 1 | -2/+4 |
* | Avoid unnecessary duplication in the resamplers | Chris Robinson | 2020-04-03 | 1 | -16/+9 |
* | Generate the bsinc tables using constexpr methods | Chris Robinson | 2020-04-02 | 1 | -1/+1 |
* | Simplify post-mix HRTF gain storage | Chris Robinson | 2020-01-05 | 1 | -2/+2 |
* | Don't force the HRIR length to a rounded value | Chris Robinson | 2019-12-11 | 1 | -1/+1 |
* | Avoid holding HRTF accumulation samples per-source | Chris Robinson | 2019-11-03 | 1 | -10/+5 |
* | Avoid direct function template and alias types | Chris Robinson | 2019-10-03 | 1 | -2/+2 |
* | Remove the Offset parameter from ApplyCoeffs | Chris Robinson | 2019-10-02 | 1 | -12/+12 |
* | Clean up some ALfloat -> float | Chris Robinson | 2019-10-02 | 1 | -25/+23 |
* | Repack the bsinc resamplers coefficients | Chris Robinson | 2019-09-29 | 1 | -4/+4 |
* | Implement a "fast" bsinc path | Chris Robinson | 2019-09-26 | 1 | -0/+25 |
* | Make the bsinc l and m coefficients unsigned | Chris Robinson | 2019-09-17 | 1 | -6/+6 |
* | Clean up some more shadowing warnings | Chris Robinson | 2019-09-16 | 1 | -3/+4 |
* | Fix a few more GCC warnings | Chris Robinson | 2019-09-14 | 1 | -1/+1 |
* | Fix some more implicit conversions noted by GCC | Chris Robinson | 2019-09-14 | 1 | -4/+5 |
* | Pass IrSize to the HRTF mixers as unsigned | Chris Robinson | 2019-09-13 | 1 | -4/+4 |
* | Make the resampler increment unsigned | Chris Robinson | 2019-09-13 | 1 | -8/+6 |
* | Only ASSUME values where a variable is used | Chris Robinson | 2019-09-04 | 1 | -1/+1 |
* | Store the voice fraction offset as unsigned | Chris Robinson | 2019-08-31 | 1 | -14/+13 |
* | Use size_t for the mixers' fade counter and outpos | Chris Robinson | 2019-08-20 | 1 | -4/+4 |
* | Use size_t for HrtfMixer functions' buffer size | Chris Robinson | 2019-08-20 | 1 | -4/+4 |
* | Pass a span to the Resample function | Chris Robinson | 2019-08-20 | 1 | -17/+15 |
* | Pass a span for the Mix function's input | Chris Robinson | 2019-08-20 | 1 | -13/+11 |
* | Rename the Mix function input for clarity | Chris Robinson | 2019-08-20 | 1 | -4/+4 |
* | Pass the MixRow buffer size as a span | Chris Robinson | 2019-08-20 | 1 | -8/+6 |
* | Allow using a variable channel stride for MixRowSamples | Chris Robinson | 2019-08-19 | 1 | -5/+6 |
* | Don't require MixRow's output to be a FloatBufferLine | Chris Robinson | 2019-08-18 | 1 | -1/+1 |
* | Don't templatize HrirArray | Chris Robinson | 2019-07-31 | 1 | -1/+1 |
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 1 | -2/+1 |
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 1 | -0/+208 |