| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle tvOS case | HALX99 | 2021-05-13 | 1 | -3/+3 |
* | Add back a missing include | Chris Robinson | 2021-04-27 | 1 | -0/+1 |
* | Rename alcontext.h and move some functions to context.cpp | Chris Robinson | 2021-04-27 | 5 | -452/+470 |
* | Move some functions to a more appropriate place | Chris Robinson | 2021-04-27 | 2 | -49/+72 |
* | Rename alcmain.h to device.h | Chris Robinson | 2021-04-27 | 8 | -31/+16 |
* | Update include headers | Chris Robinson | 2021-04-27 | 45 | -101/+97 |
* | Update some license notices | Chris Robinson | 2021-04-27 | 2 | -28/+52 |
* | Update includes | Chris Robinson | 2021-04-27 | 11 | -15/+18 |
* | Move BufferStorage and Voice to core | Chris Robinson | 2021-04-27 | 7 | -1260/+4 |
* | Move ContextBase and VoiceChange to core | Chris Robinson | 2021-04-27 | 7 | -190/+16 |
* | Partially implement an extension to hold sources on disconnect | Chris Robinson | 2021-04-26 | 5 | -1/+22 |
* | Move GetChannelIdxByName and clean up some more includes | Chris Robinson | 2021-04-26 | 9 | -54/+47 |
* | Move bformatdec to core | Chris Robinson | 2021-04-25 | 6 | -376/+6 |
* | Move async_event.h to core | Chris Robinson | 2021-04-25 | 4 | -54/+22 |
* | Move some functions to core | Chris Robinson | 2021-04-25 | 19 | -289/+242 |
* | More include cleanup | Chris Robinson | 2021-04-24 | 4 | -9/+10 |
* | Move GetHFOrderScales to a more appropriate place | Chris Robinson | 2021-04-24 | 5 | -43/+4 |
* | Don't bother with al string types | Chris Robinson | 2021-04-24 | 1 | -3/+3 |
* | Update some includes | Chris Robinson | 2021-04-24 | 2 | -6/+10 |
* | Move the DeviceBase declaraction to core | Chris Robinson | 2021-04-24 | 2 | -251/+6 |
* | Use the DeviceBase for the backend | Chris Robinson | 2021-04-24 | 35 | -69/+69 |
* | Create a base the ALCdevice and ALCcontext structs | Chris Robinson | 2021-04-24 | 22 | -263/+298 |
* | Move some more sources to core | Chris Robinson | 2021-04-24 | 5 | -469/+2 |
* | Use the root mean square for the HRTF B-Format HF scale | Chris Robinson | 2021-04-24 | 1 | -1/+3 |
* | Move hrtf.cpp/h to core | Chris Robinson | 2021-04-22 | 7 | -1564/+5 |
* | Avoid using config methods in hrtf.cpp | Chris Robinson | 2021-04-22 | 5 | -40/+46 |
* | Move helpers.cpp to core | Chris Robinson | 2021-04-22 | 17 | -561/+15 |
* | Move declarations to a more appropriate header | Chris Robinson | 2021-04-22 | 10 | -14/+22 |
* | Print an error when starting the backend fails | Chris Robinson | 2021-04-20 | 1 | -0/+4 |
* | Lower RLIMIT_RTTIME to allow RTKit to give RT priority | Chris Robinson | 2021-04-20 | 3 | -12/+60 |
* | Fill the PulseAudio buffer before uncorking playback | Chris Robinson | 2021-04-19 | 1 | -14/+14 |
* | Optionally use RTKit/D-Bus to set elevated priority | Chris Robinson | 2021-04-18 | 1 | -17/+60 |
* | Make an inverted atomic flag type and use it | Chris Robinson | 2021-04-15 | 2 | -7/+7 |
* | Use per-HRIR delay alignment for B-Format-to-HRTF | Chris Robinson | 2021-04-09 | 1 | -6/+11 |
* | Log the reset exception error | Chris Robinson | 2021-04-07 | 1 | -0/+1 |
* | Advertise the in-progress AL_SOFT_UHJ extension | Chris Robinson | 2021-04-01 | 1 | -1/+12 |
* | Rename Uhj2Encoder to UhjEncoder | Chris Robinson | 2021-04-01 | 4 | -7/+7 |
* | Avoid passing an array of pointers | Chris Robinson | 2021-04-01 | 1 | -7/+1 |
* | Add support for 4-channel UHJ | Chris Robinson | 2021-03-31 | 6 | -14/+27 |
* | Handle 3-channel UHJ audio buffers | Chris Robinson | 2021-03-31 | 6 | -7/+15 |
* | Decode UHJ buffers to B-Format for mixing | Chris Robinson | 2021-03-31 | 3 | -69/+103 |
* | Start an interface for providing UHJ audio | Chris Robinson | 2021-03-31 | 5 | -1/+36 |
* | Combine some duplicate code | Chris Robinson | 2021-03-30 | 3 | -48/+52 |
* | Move the UHJ phase shifter to a common header | Chris Robinson | 2021-03-28 | 1 | -1/+1 |
* | Don't add the resampler prepadding to the source size to load | Chris Robinson | 2021-03-23 | 1 | -18/+17 |
* | Load/convert samples from all channels at once for mixing | Chris Robinson | 2021-03-19 | 4 | -116/+139 |
* | Don't force application name with pulseaudio | Ilya Fedin | 2021-03-18 | 1 | -8/+1 |
* | Don't activate the WASAPI device when initially opening it | Chris Robinson | 2021-03-17 | 1 | -17/+2 |
* | Avoid returning objects with a reference parameter | Chris Robinson | 2021-03-16 | 1 | -13/+13 |
* | Check that CoCreateInstance succeeds | Chris Robinson | 2021-03-16 | 1 | -13/+17 |