| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix implicit widening after multiplication | Chris Robinson | 2023-12-23 | 1 | -3/+3 |
* | Use a variant instead of a union for InterpState | Chris Robinson | 2023-12-21 | 1 | -8/+10 |
* | More clang-tidy fixes | Chris Robinson | 2023-12-09 | 1 | -2/+2 |
* | Avoid casting an integer literal | Chris Robinson | 2023-09-22 | 1 | -2/+2 |
* | Always write samples to the destination when resampling | Chris Robinson | 2023-02-11 | 1 | -9/+6 |
* | Assume 'frac' is less than 1 | Chris Robinson | 2023-02-10 | 1 | -0/+4 |
* | Rename some variables for consistency | Chris Robinson | 2023-02-09 | 1 | -7/+7 |
* | Use an interpolated FIR filter for cubic resampling | Chris Robinson | 2023-02-06 | 1 | -6/+45 |
* | clang-tidy cleanups (#800) | Rosen Penev | 2023-01-15 | 1 | -11/+11 |
* | Ensure the mixer helpers are properly inlined | Chris Robinson | 2023-01-13 | 1 | -3/+3 |
* | Combine some duplicate code to mix each channel | Chris Robinson | 2023-01-05 | 1 | -136/+75 |
* | Add and use mixers that process one input and output channel | Chris Robinson | 2023-01-05 | 1 | -0/+76 |
* | Remove an unnecessary subtraction | Chris Robinson | 2022-04-01 | 1 | -1/+1 |
* | Invert a check to put the first taken path first | Chris Robinson | 2022-03-31 | 1 | -11/+11 |
* | Merge pull request #559 from tatokis/split-sse-sse2 | kcat | 2021-05-13 | 1 | -3/+2 |
|\ |
|
| * | Allow enabling SSE without SSE2 | Tasos Sahanidis | 2021-04-30 | 1 | -3/+2 |
* | | Adjust the bsinc filter table packing | Chris Robinson | 2021-02-23 | 1 | -3/+3 |
* | | Add some optimization hints | Chris Robinson | 2021-02-16 | 1 | -6/+8 |
* | | Use spans instead of references to arrays | Chris Robinson | 2021-02-06 | 1 | -2/+2 |
|/ |
|
* | Return non-const from the resampler function | Chris Robinson | 2021-01-02 | 1 | -4/+4 |
* | Use more constexpr variables instead of macros | Chris Robinson | 2020-12-25 | 1 | -1/+1 |
* | Avoid compiling different sources for different targets | Chris Robinson | 2020-12-13 | 1 | -0/+5 |
* | Be more consistent with size_t | Chris Robinson | 2020-12-12 | 1 | -3/+3 |
* | Move the mixer functions to core | Chris Robinson | 2020-12-12 | 1 | -0/+266 |