aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Handle the listener position separate from the rotation matrixChris Robinson2021-05-251-0/+1
* Merge pull request #559 from tatokis/split-sse-sse2kcat2021-05-131-3/+2
|\
| * Allow enabling SSE without SSE2Tasos Sahanidis2021-04-301-3/+2
* | Avoid shadowing a variable nameChris Robinson2021-05-131-2/+2
* | Update include headersChris Robinson2021-04-271-2/+3
* | Move BufferStorage and Voice to coreChris Robinson2021-04-274-0/+1235
* | Move ContextBase and VoiceChange to coreChris Robinson2021-04-273-0/+207
* | Move GetChannelIdxByName and clean up some more includesChris Robinson2021-04-261-0/+16
* | Move bformatdec to coreChris Robinson2021-04-253-0/+370
* | Move async_event.h to coreChris Robinson2021-04-251-0/+55
* | Move some functions to coreChris Robinson2021-04-252-0/+227
* | 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