aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | Rename a couple class membersChris Robinson2021-03-282-12/+12
* | Remove some unnecessary includesChris Robinson2021-03-281-6/+0
* | Move the UHJ phase shifter to a common headerChris Robinson2021-03-282-203/+14
* | Update the UHJ decoding coefficientsChris Robinson2021-03-241-2/+5
* | Fix the UHJ all-pass delayChris Robinson2021-03-202-11/+8
* | Fix UHJ FIR filter alignmentChris Robinson2021-03-151-1/+1
* | Workaround mingw complaining about the %z formatterChris Robinson2021-03-121-1/+6
* | Avoid making BSincPointsMax publicChris Robinson2021-03-012-18/+30
* | Avoid cutting off the last bsinc filter coefficientChris Robinson2021-03-011-3/+3
* | Avoiding cutting all bsinc resampler output at scale 0Chris Robinson2021-02-241-7/+6
* | Use a more appropriate epsilon for Sinc()Chris Robinson2021-02-241-1/+2
* | Avoid an unnecessary loop iterationChris Robinson2021-02-231-2/+3
* | Adjust the bsinc filter table packingChris Robinson2021-02-234-41/+29
* | Remove unnecessary use of SSE2 intrinsicsChris Robinson2021-02-211-2/+1
* | Store the all-pass FIR results more efficientlyChris Robinson2021-02-181-14/+23
* | Use shifts instead of shuffles with SSE where possibleChris Robinson2021-02-181-4/+4
* | Add some optimization hintsChris Robinson2021-02-163-18/+24
* | Add the all-pass filter results to the output with NEONChris Robinson2021-02-081-3/+3
* | Use spans instead of references to arraysChris Robinson2021-02-069-16/+22
|/
* Avoid global constexpr arraysChris Robinson2021-01-212-95/+116
* Avoid dereferencing the end iteratorChris Robinson2021-01-081-4/+4
* Return non-const from the resampler functionChris Robinson2021-01-026-37/+36
* Make FPUCtl methods noexceptChris Robinson2020-12-312-12/+10
* Move cpu_caps and fpu_ctrl to coreChris Robinson2020-12-314-0/+247
* Add NEON-enhanced FIR loops for convolution and UHJChris Robinson2020-12-311-0/+68
* Use smaller types for enumsChris Robinson2020-12-271-1/+1
* Use more constexpr variables instead of macrosChris Robinson2020-12-255-30/+31
* Increase direct HRTF delay to 256Chris Robinson2020-12-251-1/+1
* Return an optional for an errorChris Robinson2020-12-252-192/+81
* Avoid dynamic vectors in AmbDecConfChris Robinson2020-12-252-19/+75
* Rename From2D to FromACN2DChris Robinson2020-12-252-2/+2
* Move the ambdec loader to coreChris Robinson2020-12-252-0/+482
* Move alexcpt to coreChris Robinson2020-12-242-0/+62
* Move logging to coreChris Robinson2020-12-172-0/+142
* Move fmt_traits to coreChris Robinson2020-12-132-0/+160
* Avoid compiling different sources for different targetsChris Robinson2020-12-134-0/+17
* Be more consistent with size_tChris Robinson2020-12-124-10/+10
* Move the mixer functions to coreChris Robinson2020-12-129-0/+1253
* Move ambidefs.h to coreChris Robinson2020-12-122-0/+150
* Avoid returning an array for initializationChris Robinson2020-12-051-37/+38
* Use an alias for the DevFmtType typeChris Robinson2020-12-051-0/+3
* Move a couple more things to coreChris Robinson2020-12-044-0/+517
* Move the filters to coreChris Robinson2020-12-046-0/+902
* Move the bsinc tables to coreChris Robinson2020-12-043-0/+321
* Move mastering.cpp/h to coreChris Robinson2020-12-042-0/+545
* Change a couple macros into constexpr variablesChris Robinson2020-11-281-2/+2
* Move some sources to a separate directoryChris Robinson2020-11-273-0/+182