| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the all-pass's shuffle order | Chris Robinson | 2020-05-14 | 1 | -2/+2 |
* | Give names to parameter value constants | Chris Robinson | 2020-05-13 | 1 | -2/+16 |
* | Do two samples at once with the SSE UHJ all-pass | Chris Robinson | 2020-05-12 | 1 | -9/+45 |
* | Clear the whole buffer | Chris Robinson | 2020-05-12 | 1 | -4/+2 |
* | Properly count the last number of samples to mix | Chris Robinson | 2020-05-12 | 2 | -2/+4 |
* | Fix applying the UHJ phase-shift filter | Chris Robinson | 2020-05-11 | 2 | -9/+8 |
* | Move the bsinc tables out of common | Chris Robinson | 2020-05-11 | 3 | -0/+373 |
* | Change a couple functions into member functions | Chris Robinson | 2020-05-10 | 1 | -6/+6 |
* | Revert "Fix the FFT half point for the shifter effects" | Chris Robinson | 2020-05-09 | 1 | -6/+6 |
* | Fix the UHJ filter generator | Chris Robinson | 2020-05-09 | 1 | -2/+6 |
* | Avoid a reference on a constexpr variable | Chris Robinson | 2020-05-08 | 1 | -1/+4 |
* | Use a FIR filter for the UHJ all-pass | Chris Robinson | 2020-05-08 | 3 | -77/+136 |
* | Fix the FFT half point for the shifter effects | Chris Robinson | 2020-05-08 | 1 | -6/+6 |
* | Slightly improve the Hann windows | Chris Robinson | 2020-05-08 | 2 | -4/+4 |
* | Use std::arrays for the UHJ filters | Chris Robinson | 2020-05-08 | 2 | -44/+24 |
* | Combine multiple UHJ encoder all-pass loops | Chris Robinson | 2020-05-07 | 2 | -77/+82 |
* | Use dual-band for the internal quad and 7.1 decoders | Chris Robinson | 2020-05-07 | 3 | -23/+76 |
* | Allow declaring internal dual-band decoders | Chris Robinson | 2020-05-07 | 1 | -12/+45 |
* | Update the quad and 7.1 decoders | Chris Robinson | 2020-05-06 | 1 | -17/+17 |
* | Make the built-in decoders more flexible | Chris Robinson | 2020-05-06 | 3 | -113/+162 |
* | Fix the dual-band decoder | Chris Robinson | 2020-05-05 | 1 | -5/+5 |
* | Use a flexible array for the front stablizer delay buffers | Chris Robinson | 2020-05-05 | 2 | -8/+19 |
* | Improve the front stablizer | Chris Robinson | 2020-05-05 | 3 | -52/+53 |
* | Move some sin/cos constants out of a loop | Chris Robinson | 2020-05-04 | 1 | -10/+11 |
* | Clear buffers right before use | Chris Robinson | 2020-05-03 | 1 | -3/+2 |
* | Don't put the LFO on the stack | Chris Robinson | 2020-05-03 | 1 | -6/+6 |
* | Use a helper to set an identity ambisonic pan | Chris Robinson | 2020-05-03 | 6 | -29/+30 |
* | Simplify SIMD linear resampler loop count | Chris Robinson | 2020-05-02 | 3 | -12/+9 |
* | Use a matching type given the initializer | Chris Robinson | 2020-05-02 | 2 | -6/+6 |
* | Improve the leftover and realignment mixing loops | Chris Robinson | 2020-05-02 | 2 | -8/+8 |
* | Avoid iterators for the main mixer | Chris Robinson | 2020-05-01 | 3 | -61/+53 |
* | Make BuildBFormatHrtf a member of DirectHrtfState | Chris Robinson | 2020-05-01 | 4 | -39/+38 |
* | Don't truncate odd IR sizes with SSE | Chris Robinson | 2020-04-30 | 1 | -1/+1 |
* | Use a more efficient type for holding the IrSize | Chris Robinson | 2020-04-30 | 4 | -12/+12 |
* | Correctly handle unicode paths on Windows for ALSOFT_LOGFILE | Chris Robinson | 2020-04-29 | 1 | -5/+13 |
* | Rename effect_chain to effect_target | Chris Robinson | 2020-04-29 | 2 | -3/+3 |
* | Don't return a bool from the backend start method | Chris Robinson | 2020-04-28 | 19 | -212/+128 |
* | Limit the maximum settable sample rate | Chris Robinson | 2020-04-28 | 2 | -8/+14 |
* | Remove a couple redundant comments | Chris Robinson | 2020-04-28 | 1 | -4/+2 |
* | Fix up some more uses of [AL[C]]void | Chris Robinson | 2020-04-28 | 1 | -5/+5 |
* | Move standard ALC function's annotations to the header | Chris Robinson | 2020-04-28 | 1 | -15/+0 |
* | Clean up some function comments | Chris Robinson | 2020-04-28 | 2 | -145/+43 |
* | Shorten the name of format types | Chris Robinson | 2020-04-28 | 1 | -7/+7 |
* | Don't maintain a global backend list end | Chris Robinson | 2020-04-28 | 1 | -11/+10 |
* | Properly return on error | Chris Robinson | 2020-04-28 | 1 | -1/+4 |
* | Avoid using some extraneous ALC types | Chris Robinson | 2020-04-28 | 1 | -26/+27 |
* | Remove some hopefully unneeded macros | Chris Robinson | 2020-04-25 | 2 | -20/+1 |
* | Use global placement new for AsyncEvent | Chris Robinson | 2020-04-24 | 2 | -5/+5 |
* | Minor cleanup of reverb code | Chris Robinson | 2020-04-24 | 1 | -16/+17 |
* | Add a method to process two biquads at once | Chris Robinson | 2020-04-23 | 4 | -16/+61 |