| Commit message (Expand) | Author | Age | Files | Lines |
* | Actually defer EAXCONTEXT_ALLPARAMETERS properties | Chris Robinson | 2022-02-08 | 1 | -19/+19 |
* | Ensure sources update together from EAX commits | Chris Robinson | 2022-02-08 | 2 | -6/+10 |
* | Hold mPropLock when deferring updates | Chris Robinson | 2022-02-08 | 3 | -4/+13 |
* | Inline ALCcontext::has_eax | Chris Robinson | 2022-02-08 | 2 | -6/+1 |
* | More accurately detect the EAX speaker config | Chris Robinson | 2022-02-08 | 1 | -9/+21 |
* | DisabledEffects won't change so EAX can just check it once | Chris Robinson | 2022-02-08 | 3 | -21/+6 |
* | EAX various fixes (#657) | Boris I. Bendovsky | 2022-02-08 | 2 | -25/+62 |
* | Avoid a proxy ALfilter object for EAX source properties | Chris Robinson | 2022-02-07 | 2 | -36/+1 |
* | Don't pass an ALeffect to ALeffectslot::initEffect | Chris Robinson | 2022-02-07 | 1 | -1/+3 |
* | Avoid a magic number | Chris Robinson | 2022-02-01 | 1 | -1/+1 |
* | Rename Sqrt1_2 for consistency | Chris Robinson | 2022-02-01 | 1 | -5/+5 |
* | [EAX] Add primary extension name for EAX v2.0 (#653) | Boris I. Bendovsky | 2022-02-01 | 1 | -2/+6 |
* | Move ALSOFT_EAX definition to config.h | Chris Robinson | 2022-01-30 | 4 | -28/+24 |
* | Add EAX extensions (EAX 2.0-5.0, X-RAM) (#632) | Boris I. Bendovsky | 2022-01-30 | 4 | -0/+1666 |
* | Remove math_defs.h | Chris Robinson | 2022-01-27 | 2 | -4/+9 |
* | Get rid of MathDefs | Chris Robinson | 2022-01-27 | 10 | -39/+38 |
* | Start and use a standard-like numbers header | Chris Robinson | 2022-01-27 | 2 | -11/+12 |
* | Add some common wrapper methods to ThreadMainloop | Chris Robinson | 2022-01-26 | 1 | -42/+46 |
* | Default the PipeWire lock's operator= instead of using the base | Chris Robinson | 2022-01-26 | 1 | -1/+1 |
* | Handle 5.1 using rear channels with PulseAudio and PipeWire | Chris Robinson | 2022-01-25 | 2 | -105/+60 |
* | Move some definitions to where they're used | Chris Robinson | 2022-01-24 | 1 | -2/+2 |
* | Avoid a messy while loop to remove from a vector | Chris Robinson | 2022-01-22 | 1 | -11/+8 |
* | Restructure the PipeWire backend code a bit | Chris Robinson | 2022-01-22 | 1 | -219/+235 |
* | Avoid holding a pw_proxy, hold the type it represents | Chris Robinson | 2022-01-22 | 1 | -36/+70 |
* | Handle duplex devices with PipeWire | Chris Robinson | 2022-01-22 | 1 | -22/+43 |
* | Load the PipeWire real-time configuration | Chris Robinson | 2022-01-17 | 1 | -18/+57 |
* | Add an ambi-format option for ACN ordering and FuMa scaling | Chris Robinson | 2022-01-12 | 1 | -0/+15 |
* | Use a different output matrix for late reverb | Chris Robinson | 2022-01-11 | 1 | -14/+22 |
* | Add a third-order ambisonic decoder for HRTF | Chris Robinson | 2022-01-05 | 1 | -2/+59 |
* | Update the HRTF second-order ambisonic decoder | Chris Robinson | 2022-01-04 | 1 | -42/+27 |
* | Avoid a static-sized char array on the stack | Chris Robinson | 2021-12-31 | 1 | -16/+22 |
* | Avoid some unnecessary copying | Chris Robinson | 2021-12-31 | 1 | -10/+9 |
* | Some more restructuring of the PipeWire backend | Chris Robinson | 2021-12-30 | 1 | -73/+58 |
* | Set the node rate for the pipewire capture stream too | Chris Robinson | 2021-12-29 | 1 | -0/+1 |
* | Move some constexpr variables to where they're used | Chris Robinson | 2021-12-28 | 1 | -50/+47 |
* | C++-ize the PipeWire backend some more | Chris Robinson | 2021-12-28 | 1 | -61/+94 |
* | 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 |
* | Check for audio devices when initializing PipeWire | Chris Robinson | 2021-12-25 | 1 | -3/+64 |
* | Use a bitset instead of a plain uint for flags | Chris Robinson | 2021-12-23 | 1 | -5/+5 |
* | Don't do direct channels with UHJ output | Chris Robinson | 2021-12-21 | 2 | -21/+17 |
* | Work around a MinGW thread_local bug | Chris Robinson | 2021-12-20 | 3 | -7/+29 |
* | Move some more context functions to the proper source | Chris Robinson | 2021-12-17 | 1 | -76/+0 |
* | Move the effects base and effectslot to core | Chris Robinson | 2021-12-17 | 19 | -331/+19 |
* | Move some ContextBase function definitions to the right place | Chris Robinson | 2021-12-17 | 1 | -64/+0 |
* | Remove an unnecessary parameter | Chris Robinson | 2021-12-17 | 1 | -14/+10 |
* | Allocate voice properties in clusters | Chris Robinson | 2021-12-17 | 2 | -23/+27 |
* | Set the PipeWire stream rate | Chris Robinson | 2021-12-16 | 1 | -0/+1 |
* | Add source properties for Super Stereo | Chris Robinson | 2021-12-15 | 3 | -0/+12 |
* | Make an inline function to check for 2D ambisonic formats | Chris Robinson | 2021-12-12 | 2 | -8/+4 |