aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | Move GetHFOrderScales to a more appropriate placeChris Robinson2021-04-242-0/+48
* | Update some more includesChris Robinson2021-04-242-3/+2
* | Move the DeviceBase declaraction to coreChris Robinson2021-04-242-0/+281
* | Move some more sources to coreChris Robinson2021-04-243-0/+467
* | Move hrtf.cpp/h to coreChris Robinson2021-04-222-0/+1538
* | Avoid over-long linesChris Robinson2021-04-221-2/+5
* | Move helpers.cpp to coreChris Robinson2021-04-222-0/+528
* | Optionally use RTKit/D-Bus to set elevated priorityChris Robinson2021-04-184-0/+441
* | Don't reference non-static local variables in lambdasChris Robinson2021-04-111-2/+2
* | Update a commentChris Robinson2021-04-111-1/+1
* | Fix UHJ encoding/decoding factorsChris Robinson2021-04-112-16/+34
* | Add RESTRICT to some pointersChris Robinson2021-04-041-11/+9
* | Rename Uhj2Encoder to UhjEncoderChris Robinson2021-04-012-5/+5
* | Avoid passing an array of pointersChris Robinson2021-04-012-26/+30
* | Add support for 4-channel UHJChris Robinson2021-03-312-8/+12
* | Decode UHJ buffers to B-Format for mixingChris Robinson2021-03-314-6/+100
* | 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