| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a separate structure for buffer storage | Chris Robinson | 2020-08-28 | 1 | -13/+15 |
* | Add a method for effects to create persistent buffer data | Chris Robinson | 2020-08-24 | 1 | -0/+13 |
* | Use an intrusive_ptr to hold the unapplied effect state | Chris Robinson | 2020-08-24 | 1 | -2/+2 |
* | Use an intrusive_ptr for ALeffectslotProps::State | Chris Robinson | 2020-08-24 | 1 | -1/+0 |
* | Avoid a zero-length array for the FlexArray definition | Chris Robinson | 2020-08-15 | 1 | -5/+1 |
* | Change a couple functions into member functions | Chris Robinson | 2020-08-07 | 1 | -5/+5 |
* | Avoid including windows.h in threads.h | Chris Robinson | 2020-06-28 | 1 | -0/+5 |
* | Handle the front stablizer with the B-Format decoder | Chris Robinson | 2020-06-15 | 1 | -28/+2 |
* | Move a couple related functions to the backend base | Chris Robinson | 2020-06-12 | 1 | -122/+0 |
* | Apply the ambisonic HF scaling in real-time with HRTF | Chris Robinson | 2020-05-19 | 1 | -5/+6 |
* | Give names to parameter value constants | Chris Robinson | 2020-05-13 | 1 | -2/+16 |
* | Change a couple functions into member functions | Chris Robinson | 2020-05-10 | 1 | -6/+6 |
* | Avoid a reference on a constexpr variable | Chris Robinson | 2020-05-08 | 1 | -1/+4 |
* | Use a FIR filter for the UHJ all-pass | Chris Robinson | 2020-05-08 | 1 | -0/+3 |
* | Use a flexible array for the front stablizer delay buffers | Chris Robinson | 2020-05-05 | 1 | -1/+4 |
* | Improve the front stablizer | Chris Robinson | 2020-05-05 | 1 | -6/+3 |
* | Correctly handle unicode paths on Windows for ALSOFT_LOGFILE | Chris Robinson | 2020-04-29 | 1 | -5/+13 |
* | Rename effect_chain to effect_target | Chris Robinson | 2020-04-29 | 1 | -1/+1 |
* | Don't return a bool from the backend start method | Chris Robinson | 2020-04-28 | 1 | -14/+8 |
* | Limit the maximum settable sample rate | Chris Robinson | 2020-04-28 | 1 | -8/+12 |
* | Remove a couple redundant comments | Chris Robinson | 2020-04-28 | 1 | -4/+2 |
* | Fix up some more uses of [AL[C]]void | Chris Robinson | 2020-04-28 | 1 | -5/+5 |
* | Move standard ALC function's annotations to the header | Chris Robinson | 2020-04-28 | 1 | -15/+0 |
* | Clean up some function comments | Chris Robinson | 2020-04-28 | 1 | -143/+41 |
* | Shorten the name of format types | Chris Robinson | 2020-04-28 | 1 | -7/+7 |
* | Don't maintain a global backend list end | Chris Robinson | 2020-04-28 | 1 | -11/+10 |
* | Properly return on error | Chris Robinson | 2020-04-28 | 1 | -1/+4 |
* | Avoid using some extraneous ALC types | Chris Robinson | 2020-04-28 | 1 | -26/+27 |
* | Clean up some scaling math | Chris Robinson | 2020-04-23 | 1 | -4/+3 |
* | Avoid using some more AL types | Chris Robinson | 2020-04-23 | 1 | -7/+7 |
* | Get rid of an unnecessary variable | Chris Robinson | 2020-04-20 | 1 | -20/+14 |
* | Add an Oboe backend stub | Chris Robinson | 2020-04-18 | 1 | -0/+6 |
* | Remove another unnecessary return value | Chris Robinson | 2020-04-16 | 1 | -12/+4 |
* | Clean up some more unnecessary uses of AL types | Chris Robinson | 2020-04-08 | 1 | -15/+14 |
* | Avoid ALfloat in some places | Chris Robinson | 2020-04-08 | 1 | -13/+13 |
* | Use acquire-release semantics for changing deferred updates | Chris Robinson | 2020-04-07 | 1 | -1/+1 |
* | Don't yield the CPU when waiting for updates to finish | Chris Robinson | 2020-04-07 | 1 | -2/+3 |
* | Add an extension to change a buffer's unpack ambisonic order | Chris Robinson | 2020-04-04 | 1 | -0/+3 |
* | Track a buffer's ambisonic order | Chris Robinson | 2020-04-04 | 1 | -2/+1 |
* | Get rid of a redundant enum | Chris Robinson | 2020-03-30 | 1 | -2/+2 |
* | Return the enumerated device names from the backend | Chris Robinson | 2020-03-30 | 1 | -6/+16 |
* | Hold the ListLock while opening a device | Chris Robinson | 2020-03-30 | 1 | -0/+2 |
* | Move the FrontStablizer definition to its own header | Chris Robinson | 2020-03-30 | 1 | -0/+1 |
* | Remove the QSA backend | Chris Robinson | 2020-03-29 | 1 | -6/+0 |
* | Stop updating effects when one fails | Chris Robinson | 2020-03-29 | 1 | -19/+14 |
* | Rename ALvoice and related structs to Voice | Chris Robinson | 2020-03-28 | 1 | -13/+12 |
* | Avoid AL[C]boolean for internal use | Chris Robinson | 2020-03-28 | 1 | -7/+6 |
* | Dynamically allocate voice channel data | Chris Robinson | 2020-03-25 | 1 | -26/+18 |
* | Use make_unique instead of new'ing into a unique_ptr | Chris Robinson | 2020-03-22 | 1 | -2/+2 |
* | Avoid some pre-C++14 workarounds | Chris Robinson | 2020-03-22 | 1 | -1/+1 |