| Commit message (Expand) | Author | Age | Files | Lines |
* | Move EAX files to their own sub-directory | Chris Robinson | 2022-05-16 | 1 | -2/+2 |
* | Handle 3D7.1 as a separate channel configuration | Chris Robinson | 2022-04-26 | 1 | -0/+4 |
* | Finalize ALC_SOFT_output_mode | Chris Robinson | 2022-04-17 | 1 | -1/+1 |
* | Use a bool type for boolean parameters | Chris Robinson | 2022-04-16 | 1 | -1/+1 |
* | Include ALC_OUTPUT_MODE_SOFT with ALC_ALL_ATTRIBUTES | Chris Robinson | 2022-04-16 | 1 | -4/+10 |
* | Update the ALC_SOFT_output_mode surround enums | Chris Robinson | 2022-04-15 | 1 | -0/+3 |
* | Fix ALC_SOFT_reopen_device for the null device extension list | Chris Robinson | 2022-04-01 | 1 | -1/+1 |
* | Finalize ALC_SOFT_reopen_device | Chris Robinson | 2022-04-01 | 1 | -1/+1 |
* | Remove the reversed all-pass trick in MixDirectHrtfBase | Chris Robinson | 2022-03-30 | 1 | -2/+0 |
* | Make and use a Default enum for StereoEncoding | Chris Robinson | 2022-03-29 | 1 | -6/+6 |
* | Rename ALC_STEREO_PLAIN_SOFT and don't duplicate ALC_HRTF_SOFT | Chris Robinson | 2022-03-29 | 1 | -3/+3 |
* | Handle more modes with the ALC_OUTPUT_MODE_SOFT attribute | Chris Robinson | 2022-03-23 | 1 | -180/+207 |
* | Better ensure attributes are properly traced | Chris Robinson | 2022-03-17 | 1 | -28/+15 |
* | Fix tracing the ALC_OUTPUT_MODE_SOFT attribute | Chris Robinson | 2022-03-17 | 1 | -1/+1 |
* | Add options to reverse local X and Y coordinates | Chris Robinson | 2022-03-10 | 1 | -7/+13 |
* | Add a config option for reverse-z | Chris Robinson | 2022-03-10 | 1 | -1/+11 |
* | Make some local constexpr variables static | Chris Robinson | 2022-02-23 | 1 | -24/+18 |
* | Avoid more unnecessary atomics | Chris Robinson | 2022-02-13 | 1 | -1/+1 |
* | Don't make mPropsDirty atomic | Chris Robinson | 2022-02-13 | 1 | -1/+1 |
* | Don't hide EAX functions behind a context | Chris Robinson | 2022-02-10 | 1 | -4/+28 |
* | Combine listener and context updates | Chris Robinson | 2022-02-08 | 1 | -3/+0 |
* | Hold mPropLock when deferring updates | Chris Robinson | 2022-02-08 | 1 | -0/+6 |
* | DisabledEffects won't change so EAX can just check it once | Chris Robinson | 2022-02-08 | 1 | -0/+5 |
* | Don't pass an ALeffect to ALeffectslot::initEffect | Chris Robinson | 2022-02-07 | 1 | -1/+3 |
* | Move ALSOFT_EAX definition to config.h | Chris Robinson | 2022-01-30 | 1 | -4/+4 |
* | Add EAX extensions (EAX 2.0-5.0, X-RAM) (#632) | Boris I. Bendovsky | 2022-01-30 | 1 | -0/+44 |
* | Add an ambi-format option for ACN ordering and FuMa scaling | Chris Robinson | 2022-01-12 | 1 | -0/+15 |
* | Trace the device format after starting playback | Chris Robinson | 2021-12-27 | 1 | -0/+7 |
* | Increase the priority of the PipeWire backend | Chris Robinson | 2021-12-25 | 1 | -6/+6 |
* | Don't do direct channels with UHJ output | Chris Robinson | 2021-12-21 | 1 | -20/+14 |
* | Work around a MinGW thread_local bug | Chris Robinson | 2021-12-20 | 1 | -7/+7 |
* | Move the effects base and effectslot to core | Chris Robinson | 2021-12-17 | 1 | -2/+2 |
* | Allocate voice properties in clusters | Chris Robinson | 2021-12-17 | 1 | -13/+8 |
* | Add source properties for Super Stereo | Chris Robinson | 2021-12-15 | 1 | -0/+4 |
* | Avoid initializing the NFC filter for every voice channel | Chris Robinson | 2021-12-11 | 1 | -0/+1 |
* | Return true from alcReopenDeviceSOFT if the new device opened | Chris Robinson | 2021-11-21 | 1 | -4/+29 |
* | Make the backend pointer part of ALCdevice instead of DeviceBase | Chris Robinson | 2021-11-19 | 1 | -3/+3 |
* | Consolidate some variable state | Chris Robinson | 2021-11-17 | 1 | -50/+47 |
* | Always lock the device state when querying device attributes | Chris Robinson | 2021-11-16 | 1 | -32/+10 |
* | 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 |