| Commit message (Expand) | Author | Age | Files | Lines |
* | Move BufferStorage and Voice to core | Chris Robinson | 2021-04-27 | 1 | -2/+2 |
* | Move ContextBase and VoiceChange to core | Chris Robinson | 2021-04-27 | 1 | -2/+2 |
* | Partially implement an extension to hold sources on disconnect | Chris Robinson | 2021-04-26 | 1 | -0/+6 |
* | Move GetChannelIdxByName and clean up some more includes | Chris Robinson | 2021-04-26 | 1 | -11/+11 |
* | Move bformatdec to core | Chris Robinson | 2021-04-25 | 1 | -2/+2 |
* | Move async_event.h to core | Chris Robinson | 2021-04-25 | 1 | -2/+19 |
* | Move some functions to core | Chris Robinson | 2021-04-25 | 1 | -0/+1 |
* | Create a base the ALCdevice and ALCcontext structs | Chris Robinson | 2021-04-24 | 1 | -23/+23 |
* | Move hrtf.cpp/h to core | Chris Robinson | 2021-04-22 | 1 | -1/+1 |
* | Rename Uhj2Encoder to UhjEncoder | Chris Robinson | 2021-04-01 | 1 | -1/+1 |
* | Add support for 4-channel UHJ | Chris Robinson | 2021-03-31 | 1 | -2/+5 |
* | Handle 3-channel UHJ audio buffers | Chris Robinson | 2021-03-31 | 1 | -3/+5 |
* | Decode UHJ buffers to B-Format for mixing | Chris Robinson | 2021-03-31 | 1 | -10/+7 |
* | Start an interface for providing UHJ audio | Chris Robinson | 2021-03-31 | 1 | -0/+7 |
* | Avoid making BSincPointsMax public | Chris Robinson | 2021-03-01 | 1 | -1/+0 |
* | Avoiding cutting all bsinc resampler output at scale 0 | Chris Robinson | 2021-02-24 | 1 | -2/+2 |
* | Use spans instead of references to arrays | Chris Robinson | 2021-02-06 | 1 | -3/+3 |
* | Add a panning "deadzone" for spatialized sources | Chris Robinson | 2021-01-28 | 1 | -1/+1 |
* | Avoid global constexpr arrays | Chris Robinson | 2021-01-21 | 1 | -12/+12 |
* | Move cpu_caps and fpu_ctrl to core | Chris Robinson | 2020-12-31 | 1 | -2/+2 |
* | Use a unique_ptr to hold DistanceComp data | Chris Robinson | 2020-12-27 | 1 | -2/+3 |
* | Use a uint for a bitfield | Chris Robinson | 2020-12-27 | 1 | -2/+2 |
* | Avoid AL enums for the EffectSlot type | Chris Robinson | 2020-12-26 | 1 | -3/+3 |
* | Rename From2D to FromACN2D | Chris Robinson | 2020-12-25 | 1 | -1/+1 |
* | Move AsyncEvent to a separate header | Chris Robinson | 2020-12-16 | 1 | -1/+1 |
* | Send stop events when stopping paused voices | Chris Robinson | 2020-12-16 | 1 | -5/+8 |
* | Use a separate enum for the VoiceChange state | Chris Robinson | 2020-12-16 | 1 | -6/+6 |
* | Move VoiceChange to a separate header | Chris Robinson | 2020-12-16 | 1 | -0/+1 |
* | Avoid a generic event struct | Chris Robinson | 2020-12-15 | 1 | -6/+3 |
* | Avoid some AL types | Chris Robinson | 2020-12-15 | 1 | -51/+51 |
* | Use a separate structure for the context/listener params | Chris Robinson | 2020-12-15 | 1 | -50/+42 |
* | Move the mixer functions to core | Chris Robinson | 2020-12-12 | 1 | -1/+1 |
* | Avoid passing DirectHrtfState to MixDirectHrtf | Chris Robinson | 2020-12-12 | 1 | -3/+3 |
* | Move ambidefs.h to core | Chris Robinson | 2020-12-12 | 1 | -1/+1 |
* | Use an alias for the DevFmtType type | Chris Robinson | 2020-12-05 | 1 | -5/+3 |
* | Change some macros into constexpr variables | Chris Robinson | 2020-12-04 | 1 | -12/+12 |
* | Move a couple more things to core | Chris Robinson | 2020-12-04 | 1 | -2/+2 |
* | Move the filters to core | Chris Robinson | 2020-12-04 | 1 | -3/+3 |
* | Move the bsinc tables to core | Chris Robinson | 2020-12-04 | 1 | -2/+1 |
* | Move mastering.cpp/h to core | Chris Robinson | 2020-12-04 | 1 | -1/+1 |
* | Avoid a global MAX_PITCH macro | Chris Robinson | 2020-12-04 | 1 | -4/+10 |
* | Change a couple macros into constexpr variables | Chris Robinson | 2020-11-28 | 1 | -3/+3 |
* | Move some sources to a separate directory | Chris Robinson | 2020-11-27 | 1 | -1/+1 |
* | Use doubles to calculate the listener matrix translation | Chris Robinson | 2020-11-13 | 1 | -42/+17 |
* | Avoid testing a bool against AL_FALSE | Chris Robinson | 2020-11-12 | 1 | -1/+1 |
* | Use a separate structure for the active effect slot properties | Chris Robinson | 2020-11-07 | 1 | -59/+55 |
* | Use more efficient sorting for effect slots | Chris Robinson | 2020-11-05 | 1 | -37/+47 |
* | Store the wet buffers in the context | Chris Robinson | 2020-11-02 | 1 | -1/+1 |
* | Replace the mixer fraction macros with constexpr variables | Chris Robinson | 2020-10-21 | 1 | -7/+7 |
* | Replace some more macros with constexpr variables | Chris Robinson | 2020-10-21 | 1 | -12/+12 |