| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a span for the complex_fft/hilbert functions | Chris Robinson | 2019-06-08 | 1 | -2/+2 |
* | Use a span for the effect state's output target | Chris Robinson | 2019-06-05 | 1 | -2/+1 |
* | Use span<FloatBufferLine> for EffectState::process output | Chris Robinson | 2019-05-29 | 1 | -4/+4 |
* | Use span<FloatBufferLine> for MixSamples | Chris Robinson | 2019-05-29 | 1 | -2/+2 |
* | Use FloatBufferLine for the effect process method | Chris Robinson | 2019-05-29 | 1 | -4/+4 |
* | Avoid unnecessary use of CalcAngleCoeffs | Chris Robinson | 2019-05-20 | 1 | -1/+1 |
* | Rename and move ALeffectProps | Chris Robinson | 2019-03-22 | 1 | -13/+13 |
* | Pass ALeffectProps directly to the get/setParam* methods | Chris Robinson | 2019-03-22 | 1 | -12/+10 |
* | Use the effect state factory to set the default effect props | Chris Robinson | 2019-03-22 | 1 | -55/+42 |
* | Implement getDefaultProps for effect state factories | Chris Robinson | 2019-03-22 | 1 | -1/+11 |
* | Use SSE intrinsics in a few more places | Chris Robinson | 2019-03-18 | 1 | -2/+10 |
* | Pass the number of input channels to EffectState::process | Chris Robinson | 2019-02-21 | 1 | -7/+7 |
* | Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFS | Chris Robinson | 2019-02-19 | 1 | -1/+1 |
* | Avoid using internal AL[u]int64 types | Chris Robinson | 2019-02-11 | 1 | -7/+7 |
* | Remove redundant void argument list in function def | Filip Gawin | 2019-01-09 | 1 | -2/+2 |
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -6/+6 |
* | Use user-defined literals for 64-bit literals | Chris Robinson | 2019-01-07 | 1 | -1/+1 |
* | Replace macros with constexpr inline functions | Chris Robinson | 2019-01-06 | 1 | -4/+4 |
* | Provide effect target parameters through a common struct | Chris Robinson | 2018-12-24 | 1 | -15/+6 |
* | Mix effect slot output to the effect target if it's set | Chris Robinson | 2018-12-23 | 1 | -7/+16 |
* | Constify a parameter | Chris Robinson | 2018-12-22 | 1 | -2/+2 |
* | Use proper inheritence for the effect state objects | Chris Robinson | 2018-11-19 | 1 | -83/+64 |
* | Clean up the remaining effect struct member names | Chris Robinson | 2018-11-19 | 1 | -69/+69 |
* | Use proper inheritence for EffectStateFactory | Chris Robinson | 2018-11-19 | 1 | -15/+4 |
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -1/+1 |
* | Add a couple missing includes | Chris Robinson | 2018-11-17 | 1 | -0/+1 |
* | Use standard complex types instead of custom | Chris Robinson | 2018-11-17 | 1 | -57/+44 |
* | Make the Hann windows const | Chris Robinson | 2018-11-17 | 1 | -81/+80 |
* | Convert pshifter.c to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+446 |