| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a couple unnecessary variables | Chris Robinson | 2019-08-27 | 1 | -7/+5 |
* | Remove some unnecessary local spans | Chris Robinson | 2019-08-26 | 1 | -23/+18 |
* | Use a span for effect state input | Chris Robinson | 2019-08-26 | 14 | -67/+72 |
* | Fade reverb over the whole update | Chris Robinson | 2019-08-24 | 1 | -106/+104 |
* | Make a couple functions into member functions | Chris Robinson | 2019-08-23 | 1 | -72/+72 |
* | Pass samplesToDo as size_t to effects | Chris Robinson | 2019-08-20 | 14 | -105/+104 |
* | Use size_t for reverb offsets and masks | Chris Robinson | 2019-08-20 | 1 | -97/+92 |
* | Simplify passing some span parameters | Chris Robinson | 2019-08-20 | 1 | -10/+6 |
* | Try to fix span construction for MSVC | Chris Robinson | 2019-08-20 | 1 | -3/+3 |
* | Use size_t for the NFC and biquad filters' sample count | Chris Robinson | 2019-08-20 | 1 | -1/+1 |
* | Pass a span for the Mix function's input | Chris Robinson | 2019-08-20 | 10 | -34/+33 |
* | Pass the MixRow buffer size as a span | Chris Robinson | 2019-08-20 | 1 | -15/+17 |
* | Change NUM_LINES to a size_t for MSVC | Chris Robinson | 2019-08-19 | 1 | -33/+33 |
* | Fix for GCC5 decaying an array to a pointer | Chris Robinson | 2019-08-19 | 1 | -6/+6 |
* | More logically separate temp reverb buffers | Chris Robinson | 2019-08-19 | 1 | -37/+36 |
* | Allow using a variable channel stride for MixRowSamples | Chris Robinson | 2019-08-19 | 1 | -5/+10 |
* | Formatting cleanup | Chris Robinson | 2019-08-18 | 1 | -27/+27 |
* | Don't require MixRow's output to be a FloatBufferLine | Chris Robinson | 2019-08-18 | 1 | -5/+5 |
* | Merge pull request #329 from Raulshc/fshifter | kcat | 2019-08-18 | 1 | -28/+55 |
|\ |
|
| * | EFX: Update Frequency shifter | Raulshc | 2019-08-18 | 1 | -28/+55 |
* | | Move double2int function | Raulshc | 2019-08-18 | 1 | -34/+1 |
|/ |
|
* | Reduce the size of reverb's temporary buffer storage | Chris Robinson | 2019-08-18 | 1 | -85/+94 |
* | Avoid an out parameter for VectorPartialScatter | Chris Robinson | 2019-08-17 | 1 | -5/+7 |
* | Use a std::array for the reverb sample buffer | Chris Robinson | 2019-08-17 | 1 | -19/+11 |
* | Fix and clarify the peaking biquad filter | Chris Robinson | 2019-08-10 | 1 | -6/+7 |
* | Simplify and fix vocal morpher pitch calculations | Chris Robinson | 2019-08-08 | 1 | -7/+4 |
* | Simplify the weighted decay time calculation | Chris Robinson | 2019-08-08 | 1 | -9/+5 |
* | Turn a couple methods into member functions | Chris Robinson | 2019-08-08 | 1 | -41/+40 |
* | Remove the ReverbSpeedOfSound hack | Chris Robinson | 2019-08-05 | 1 | -5/+4 |
* | Modify LIKELY and UNLIKELY to not need extra parenthesis | Chris Robinson | 2019-08-04 | 2 | -3/+3 |
* | Use a smart pointer for holding the context's device | Chris Robinson | 2019-08-01 | 9 | -9/+9 |
* | Add a common base for auto-deleting ref-counted objects | Chris Robinson | 2019-08-01 | 1 | -7/+2 |
* | Move another function to a ALCcontext method | Chris Robinson | 2019-07-30 | 13 | -97/+91 |
* | Properly prefix ALCcontext members | Chris Robinson | 2019-07-30 | 9 | -10/+10 |
* | More include cleanup | Chris Robinson | 2019-07-29 | 1 | -3/+4 |
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 13 | -30/+29 |
* | Rename Alc to alc | Chris Robinson | 2019-07-28 | 14 | -0/+5971 |