Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow enabling SSE without SSE2 | Tasos Sahanidis | 2021-04-30 | 1 | -3/+2 |
* | Avoid global constexpr arrays | Chris Robinson | 2021-01-21 | 2 | -95/+116 |
* | Avoid dereferencing the end iterator | Chris Robinson | 2021-01-08 | 1 | -4/+4 |
* | Return non-const from the resampler function | Chris Robinson | 2021-01-02 | 6 | -37/+36 |
* | Make FPUCtl methods noexcept | Chris Robinson | 2020-12-31 | 2 | -12/+10 |
* | Move cpu_caps and fpu_ctrl to core | Chris Robinson | 2020-12-31 | 4 | -0/+247 |
* | Add NEON-enhanced FIR loops for convolution and UHJ | Chris Robinson | 2020-12-31 | 1 | -0/+68 |
* | Use smaller types for enums | Chris Robinson | 2020-12-27 | 1 | -1/+1 |
* | Use more constexpr variables instead of macros | Chris Robinson | 2020-12-25 | 5 | -30/+31 |
* | Increase direct HRTF delay to 256 | Chris Robinson | 2020-12-25 | 1 | -1/+1 |
* | Return an optional for an error | Chris Robinson | 2020-12-25 | 2 | -192/+81 |
* | Avoid dynamic vectors in AmbDecConf | Chris Robinson | 2020-12-25 | 2 | -19/+75 |
* | Rename From2D to FromACN2D | Chris Robinson | 2020-12-25 | 2 | -2/+2 |
* | Move the ambdec loader to core | Chris Robinson | 2020-12-25 | 2 | -0/+482 |
* | Move alexcpt to core | Chris Robinson | 2020-12-24 | 2 | -0/+62 |
* | Move logging to core | Chris Robinson | 2020-12-17 | 2 | -0/+142 |
* | Move fmt_traits to core | Chris Robinson | 2020-12-13 | 2 | -0/+160 |
* | Avoid compiling different sources for different targets | Chris Robinson | 2020-12-13 | 4 | -0/+17 |
* | Be more consistent with size_t | Chris Robinson | 2020-12-12 | 4 | -10/+10 |
* | Move the mixer functions to core | Chris Robinson | 2020-12-12 | 9 | -0/+1253 |
* | Move ambidefs.h to core | Chris Robinson | 2020-12-12 | 2 | -0/+150 |
* | Avoid returning an array for initialization | Chris Robinson | 2020-12-05 | 1 | -37/+38 |
* | Use an alias for the DevFmtType type | Chris Robinson | 2020-12-05 | 1 | -0/+3 |
* | Move a couple more things to core | Chris Robinson | 2020-12-04 | 4 | -0/+517 |
* | Move the filters to core | Chris Robinson | 2020-12-04 | 6 | -0/+902 |
* | Move the bsinc tables to core | Chris Robinson | 2020-12-04 | 3 | -0/+321 |
* | Move mastering.cpp/h to core | Chris Robinson | 2020-12-04 | 2 | -0/+545 |
* | Change a couple macros into constexpr variables | Chris Robinson | 2020-11-28 | 1 | -2/+2 |
* | Move some sources to a separate directory | Chris Robinson | 2020-11-27 | 3 | -0/+182 |