| Commit message (Expand) | Author | Age | Files | Lines |
* | Downgrade some ERRs to WARNs | Chris Robinson | 2021-11-21 | 1 | -1/+1 |
* | Make the backend pointer part of ALCdevice instead of DeviceBase | Chris Robinson | 2021-11-19 | 2 | -8/+16 |
* | Use a tri-state optional for the stereo output mode | Chris Robinson | 2021-10-24 | 1 | -0/+6 |
* | Use a flag to indicate headphone-like output | Chris Robinson | 2021-10-23 | 1 | -1/+4 |
* | Avoid manually prefixing EventType_ enums | Chris Robinson | 2021-10-10 | 2 | -15/+15 |
* | Make a construct_at method amd use it | Chris Robinson | 2021-10-08 | 4 | -20/+20 |
* | Fix inverted macro check | Chris Robinson | 2021-10-04 | 1 | -1/+1 |
* | Don't call OutputDebugStringW in Release builds | Chris Robinson | 2021-10-03 | 1 | -0/+6 |
* | Silence some static analysis warnings | Chris Robinson | 2021-10-03 | 1 | -6/+6 |
* | Avoid 5.1Rear as its own channel configuration | Chris Robinson | 2021-07-30 | 2 | -5/+0 |
* | Use the 2D channel orders for 2- and 3-channel UHJ | Chris Robinson | 2021-07-13 | 1 | -1/+2 |
* | Add a UHJ-specific coefficient scaling array | Chris Robinson | 2021-07-13 | 4 | -15/+23 |
* | Handle spaces in the ambdec description | Chris Robinson | 2021-06-24 | 1 | -1/+1 |
* | Convert AmbDecConf to DecoderConfig for loading | Chris Robinson | 2021-06-23 | 2 | -83/+12 |
* | Don't allocate full buffer lines in each voice | Chris Robinson | 2021-06-21 | 3 | -26/+45 |
* | Avoid mixing extraneous channels | Chris Robinson | 2021-06-21 | 2 | -18/+19 |
* | Avoid altering SrcBufferSize in each channel | Chris Robinson | 2021-06-14 | 1 | -1/+1 |
* | Combine some checks | Chris Robinson | 2021-06-14 | 1 | -22/+23 |
* | Reorder some channel label indices | Chris Robinson | 2021-06-13 | 1 | -1/+1 |
* | Add an option to mix directly in the JACK callback | Chris Robinson | 2021-06-08 | 1 | -0/+4 |
* | Handle the listener position separate from the rotation matrix | Chris Robinson | 2021-05-25 | 1 | -0/+1 |
* | Merge pull request #559 from tatokis/split-sse-sse2 | kcat | 2021-05-13 | 1 | -3/+2 |
|\ |
|
| * | Allow enabling SSE without SSE2 | Tasos Sahanidis | 2021-04-30 | 1 | -3/+2 |
* | | Avoid shadowing a variable name | Chris Robinson | 2021-05-13 | 1 | -2/+2 |
* | | Update include headers | Chris Robinson | 2021-04-27 | 1 | -2/+3 |
* | | Move BufferStorage and Voice to core | Chris Robinson | 2021-04-27 | 4 | -0/+1235 |
* | | Move ContextBase and VoiceChange to core | Chris Robinson | 2021-04-27 | 3 | -0/+207 |
* | | Move GetChannelIdxByName and clean up some more includes | Chris Robinson | 2021-04-26 | 1 | -0/+16 |
* | | Move bformatdec to core | Chris Robinson | 2021-04-25 | 3 | -0/+370 |
* | | Move async_event.h to core | Chris Robinson | 2021-04-25 | 1 | -0/+55 |
* | | Move some functions to core | Chris Robinson | 2021-04-25 | 2 | -0/+227 |
* | | Move GetHFOrderScales to a more appropriate place | Chris Robinson | 2021-04-24 | 2 | -0/+48 |
* | | Update some more includes | Chris Robinson | 2021-04-24 | 2 | -3/+2 |
* | | Move the DeviceBase declaraction to core | Chris Robinson | 2021-04-24 | 2 | -0/+281 |
* | | Move some more sources to core | Chris Robinson | 2021-04-24 | 3 | -0/+467 |
* | | Move hrtf.cpp/h to core | Chris Robinson | 2021-04-22 | 2 | -0/+1538 |
* | | Avoid over-long lines | Chris Robinson | 2021-04-22 | 1 | -2/+5 |
* | | Move helpers.cpp to core | Chris Robinson | 2021-04-22 | 2 | -0/+528 |
* | | Optionally use RTKit/D-Bus to set elevated priority | Chris Robinson | 2021-04-18 | 4 | -0/+441 |
* | | Don't reference non-static local variables in lambdas | Chris Robinson | 2021-04-11 | 1 | -2/+2 |
* | | Update a comment | Chris Robinson | 2021-04-11 | 1 | -1/+1 |
* | | Fix UHJ encoding/decoding factors | Chris Robinson | 2021-04-11 | 2 | -16/+34 |
* | | Add RESTRICT to some pointers | Chris Robinson | 2021-04-04 | 1 | -11/+9 |
* | | Rename Uhj2Encoder to UhjEncoder | Chris Robinson | 2021-04-01 | 2 | -5/+5 |
* | | Avoid passing an array of pointers | Chris Robinson | 2021-04-01 | 2 | -26/+30 |
* | | Add support for 4-channel UHJ | Chris Robinson | 2021-03-31 | 2 | -8/+12 |
* | | Decode UHJ buffers to B-Format for mixing | Chris Robinson | 2021-03-31 | 4 | -6/+100 |
* | | Rename a couple class members | Chris Robinson | 2021-03-28 | 2 | -12/+12 |
* | | Remove some unnecessary includes | Chris Robinson | 2021-03-28 | 1 | -6/+0 |
* | | Move the UHJ phase shifter to a common header | Chris Robinson | 2021-03-28 | 2 | -203/+14 |