| Commit message (Expand) | Author | Age | Files | Lines |
* | Update changelog about EAX | Chris Robinson | 2022-02-13 | 1 | -0/+3 |
* | Fix an exported symbol | Chris Robinson | 2022-02-12 | 1 | -1/+1 |
* | Don't hide EAX functions behind a context | Chris Robinson | 2022-02-10 | 2 | -122/+28 |
* | Avoid some unnecessary extern "C" | Chris Robinson | 2022-02-10 | 1 | -31/+31 |
* | Inline some more simple getters | Chris Robinson | 2022-02-08 | 2 | -36/+9 |
* | Handle AirAbsorptionGainHF as a native context property | Chris Robinson | 2022-02-08 | 6 | -25/+13 |
* | Combine listener and context updates | Chris Robinson | 2022-02-08 | 8 | -112/+36 |
* | Apply updates for EAX context properties | Chris Robinson | 2022-02-08 | 4 | -50/+46 |
* | 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 | 5 | -18/+50 |
* | Commit deferred EAX settings earlier when playing | Chris Robinson | 2022-02-08 | 1 | -10/+3 |
* | Be less agressive with source updates on EAX changes | Chris Robinson | 2022-02-08 | 1 | -31/+10 |
* | Fix sign of ALeffectslot::eax_get_eax_default_lock's return type | Chris Robinson | 2022-02-08 | 2 | -2/+2 |
* | Hold mPropLock when deferring updates | Chris Robinson | 2022-02-08 | 4 | -4/+15 |
* | 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 | 10 | -92/+195 |
* | Avoid a proxy ALfilter object for EAX source properties | Chris Robinson | 2022-02-07 | 6 | -320/+79 |
* | Avoid eax_al_source_i/f wrappers | Chris Robinson | 2022-02-07 | 2 | -63/+22 |
* | Avoid using ALeffect to manage EaxEffect objects | Chris Robinson | 2022-02-07 | 20 | -432/+124 |
* | Don't pass an ALeffect to ALeffectslot::initEffect | Chris Robinson | 2022-02-07 | 3 | -12/+19 |
* | Avoid the need for EaxAlContextWrapper | Chris Robinson | 2022-02-06 | 2 | -49/+19 |
* | Update the effectslot props with a function instead of a macro | Chris Robinson | 2022-02-06 | 1 | -27/+13 |
* | Inherit the atomic_flag constructors in atomic_invflag | Chris Robinson | 2022-02-06 | 1 | -3/+1 |
* | Inline some simple getters | Chris Robinson | 2022-02-05 | 2 | -50/+7 |
* | Add options to encode 3- and 4-channel UHJ to uhjencoder | Chris Robinson | 2022-02-04 | 1 | -19/+71 |
* | Don't search for __android_log_print on non-Android targets | Chris Robinson | 2022-02-03 | 1 | -5/+7 |
* | Avoid global pointers to string literals | Chris Robinson | 2022-02-01 | 2 | -21/+20 |
* | Avoid a magic number | Chris Robinson | 2022-02-01 | 1 | -1/+1 |
* | Rename Sqrt1_2 for consistency | Chris Robinson | 2022-02-01 | 2 | -7/+7 |
* | Output a message when EAX is enabled in CMake | Chris Robinson | 2022-02-01 | 1 | -0/+5 |
* | [EAX] Add primary extension name for EAX v2.0 (#653) | Boris I. Bendovsky | 2022-02-01 | 4 | -5/+12 |
* | Remove extra ';' after member function definition (#652) | Jan Niklas Hasse | 2022-01-31 | 1 | -1/+1 |
* | [EAX] Fix alIsExtensionPresent (#651) | Boris I. Bendovsky | 2022-01-31 | 1 | -5/+5 |
* | Output a message when EAX is enabled in CMake | Chris Robinson | 2022-01-30 | 1 | -0/+5 |
* | Move ALSOFT_EAX definition to config.h | Chris Robinson | 2022-01-30 | 44 | -224/+149 |
* | Simplify FFT complex arg handling a bit | Chris Robinson | 2022-01-30 | 1 | -2/+4 |
* | Add EAX extensions (EAX 2.0-5.0, X-RAM) (#632) | Boris I. Bendovsky | 2022-01-30 | 53 | -0/+18533 |
* | Remove math_defs.h | Chris Robinson | 2022-01-27 | 6 | -61/+58 |
* | Get rid of MathDefs | Chris Robinson | 2022-01-27 | 22 | -96/+81 |
* | Start and use a standard-like numbers header | Chris Robinson | 2022-01-27 | 6 | -18/+52 |
* | Use precalculated lookup tables to swap FFT elements | Chris Robinson | 2022-01-27 | 1 | -7/+91 |
* | 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 |