Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle systems that don't support std::cyl_bessel_i | Chris Robinson | 2023-11-18 | 1 | -2/+44 |
* | Use the C++ standard's regular modified Bessel function | Chris Robinson | 2023-11-08 | 1 | -33/+4 |
* | Remove an unnecessary struct member | Chris Robinson | 2023-11-04 | 1 | -5/+4 |
* | Remove some old compatibility code | Chris Robinson | 2023-05-12 | 1 | -28/+4 |
* | Rename the bsinc table variables | Chris Robinson | 2023-02-07 | 1 | -2/+2 |
* | Get rid of MathDefs | Chris Robinson | 2022-01-27 | 1 | -4/+4 |
* | Avoid making BSincPointsMax public | Chris Robinson | 2021-03-01 | 1 | -12/+30 |
* | Avoid cutting off the last bsinc filter coefficient | Chris Robinson | 2021-03-01 | 1 | -3/+3 |
* | Avoiding cutting all bsinc resampler output at scale 0 | Chris Robinson | 2021-02-24 | 1 | -7/+6 |
* | Use a more appropriate epsilon for Sinc() | Chris Robinson | 2021-02-24 | 1 | -1/+2 |
* | Avoid an unnecessary loop iteration | Chris Robinson | 2021-02-23 | 1 | -2/+3 |
* | Adjust the bsinc filter table packing | Chris Robinson | 2021-02-23 | 1 | -32/+20 |
* | Move the bsinc tables to core | Chris Robinson | 2020-12-04 | 1 | -0/+288 |