| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add an extension to request stereo UHJ output | Chris Robinson | 2021-11-08 | 1 | -8/+32 |
* | Use a tri-state optional for the stereo output mode | Chris Robinson | 2021-10-24 | 1 | -15/+26 |
* | Pass a parameter to aluInitRenderer to specify UHJ output | Chris Robinson | 2021-10-23 | 1 | -1/+13 |
* | Use a flag to indicate headphone-like output | Chris Robinson | 2021-10-23 | 1 | -0/+14 |
* | Reduce the JACK and ALSA backend priority | Chris Robinson | 2021-08-14 | 1 | -6/+6 |
* | Implement PipeWire playback | Chris Robinson | 2021-08-06 | 1 | -1/+1 |
* | Start a PipeWire backend | Chris Robinson | 2021-08-02 | 1 | -0/+6 |
* | Use an optional bool instead of two tri-state enums | Chris Robinson | 2021-07-31 | 1 | -9/+9 |
* | Avoid 5.1Rear as its own channel configuration | Chris Robinson | 2021-07-30 | 1 | -9/+2 |
* | Add wrapper methods for getting device config values | Chris Robinson | 2021-06-23 | 1 | -23/+19 |
* | Allow querying ALC_ALL_DEVICES_SPECIFIER from loopback devices | Chris Robinson | 2021-06-22 | 1 | -1/+3 |
* | Rename alcontext.h and move some functions to context.cpp | Chris Robinson | 2021-04-27 | 1 | -431/+57 |
* | Move some functions to a more appropriate place | Chris Robinson | 2021-04-27 | 1 | -49/+0 |
* | Rename alcmain.h to device.h | Chris Robinson | 2021-04-27 | 1 | -1/+1 |
* | Move BufferStorage and Voice to core | Chris Robinson | 2021-04-27 | 1 | -1/+1 |
* | Move ContextBase and VoiceChange to core | Chris Robinson | 2021-04-27 | 1 | -1/+1 |
* | Partially implement an extension to hold sources on disconnect | Chris Robinson | 2021-04-26 | 1 | -0/+5 |
* | Move bformatdec to core | Chris Robinson | 2021-04-25 | 1 | -2/+2 |
* | Move async_event.h to core | Chris Robinson | 2021-04-25 | 1 | -1/+1 |
* | More include cleanup | Chris Robinson | 2021-04-24 | 1 | -1/+1 |
* | Don't bother with al string types | Chris Robinson | 2021-04-24 | 1 | -3/+3 |
* | Move the DeviceBase declaraction to core | Chris Robinson | 2021-04-24 | 1 | -11/+5 |
* | Create a base the ALCdevice and ALCcontext structs | Chris Robinson | 2021-04-24 | 1 | -43/+56 |
* | Move hrtf.cpp/h to core | Chris Robinson | 2021-04-22 | 1 | -1/+1 |
* | Avoid using config methods in hrtf.cpp | Chris Robinson | 2021-04-22 | 1 | -9/+22 |
* | Move helpers.cpp to core | Chris Robinson | 2021-04-22 | 1 | -1/+1 |
* | Move declarations to a more appropriate header | Chris Robinson | 2021-04-22 | 1 | -6/+0 |
* | 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 | 1 | -0/+5 |
* | Make an inverted atomic flag type and use it | Chris Robinson | 2021-04-15 | 1 | -6/+6 |
* | 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 | 1 | -3/+3 |
* | Combine some duplicate code | Chris Robinson | 2021-03-30 | 1 | -48/+1 |
* | Move the UHJ phase shifter to a common header | Chris Robinson | 2021-03-28 | 1 | -1/+1 |
* | Load/convert samples from all channels at once for mixing | Chris Robinson | 2021-03-19 | 1 | -3/+5 |
* | Avoid shadowing variable names | Chris Robinson | 2021-03-11 | 1 | -6/+6 |
* | Declare the attribute counts closer to where they are | Chris Robinson | 2021-03-10 | 1 | -25/+30 |
* | Prevent querying the capture device name from a playback device | Chris Robinson | 2021-03-09 | 1 | -3/+16 |
* | Don't verify and hold a device reference in alcRenderSamplesSOFT | Chris Robinson | 2021-03-09 | 1 | -5/+4 |
* | Add a function/extension to reopen a playback device | Chris Robinson | 2021-03-09 | 1 | -25/+102 |
* | Export EFX functions from the router | Chris Robinson | 2021-01-27 | 1 | -0/+11 |
* | Ignore SI-style configuration strings for device names | Chris Robinson | 2021-01-27 | 1 | -0/+5 |
* | Store buffer info in the queue entry | Chris Robinson | 2021-01-24 | 1 | -2/+7 |
* | Make PopCount and CountTrailingZeros more standard-like | Chris Robinson | 2021-01-22 | 1 | -7/+8 |
* | Use a standard bitset for bitfield flags | Chris Robinson | 2021-01-22 | 1 | -39/+41 |
* | Avoid global constexpr arrays | Chris Robinson | 2021-01-21 | 1 | -2/+2 |
* | Move cpu_caps and fpu_ctrl to core | Chris Robinson | 2020-12-31 | 1 | -2/+2 |
* | Combine multiple functions into one | Chris Robinson | 2020-12-28 | 1 | -8/+2 |
* | Use a unique_ptr to hold DistanceComp data | Chris Robinson | 2020-12-27 | 1 | -1/+1 |