| Commit message (Expand) | Author | Age | Files | Lines |
* | Make MixSamples non-static global | Chris Robinson | 2017-12-17 | 1 | -1/+2 |
* | Allow storing multiple buffers in a ALbufferlistitem | Chris Robinson | 2017-12-15 | 2 | -68/+145 |
* | Add queries to get the source offset with the device clock | Chris Robinson | 2017-12-03 | 2 | -0/+34 |
* | Add an "un-exposed" method to get the library version | Chris Robinson | 2017-10-16 | 1 | -0/+10 |
* | Avoid a separate function to query ambisonic mode support | Chris Robinson | 2017-09-27 | 1 | -12/+8 |
* | Re-update effect slots when context properties change | Chris Robinson | 2017-09-27 | 8 | -48/+42 |
* | Don't update context and listener props unnecessarily | Chris Robinson | 2017-09-27 | 4 | -40/+52 |
* | Update the context state properties separately | Chris Robinson | 2017-09-27 | 5 | -26/+69 |
* | Add an option to ignore the app's speed of sound for reverb decay | Chris Robinson | 2017-09-22 | 2 | -1/+3 |
* | Pass the context to the auxiliary effect update method | Chris Robinson | 2017-09-21 | 1 | -2/+2 |
* | Manually save and restore the FPU rounding mode on Windows | Chris Robinson | 2017-09-19 | 1 | -0/+3 |
* | Rename resampler labels | Chris Robinson | 2017-08-27 | 1 | -3/+3 |
* | Add a higher quality bsinc resampler using 24 sample points | Chris Robinson | 2017-08-27 | 2 | -5/+12 |
* | Rename the bsinc resampler to bsinc12 | Chris Robinson | 2017-08-25 | 2 | -4/+4 |
* | 0 meters per unit is invalid | Chris Robinson | 2017-08-21 | 1 | -1/+1 |
* | Pass the filter entry to apply to resample_fir4 | Chris Robinson | 2017-08-18 | 1 | -3/+2 |
* | Store the sinc4 table in the filter state | Chris Robinson | 2017-08-16 | 1 | -7/+11 |
* | Simplify bsinc filter storage in the filter state | Chris Robinson | 2017-08-16 | 1 | -6/+5 |
* | Keep bsinc info together in a struct | Chris Robinson | 2017-08-15 | 1 | -2/+1 |
* | Avoid re-selecting the direct HRTF mix function | Chris Robinson | 2017-08-07 | 1 | -0/+2 |
* | Add a front-stablizer config option for surround sound modes | Chris Robinson | 2017-07-31 | 1 | -0/+3 |
* | Apply the output buffer offset before writing to it | Chris Robinson | 2017-07-15 | 1 | -1/+1 |
* | Use macros to set and restore the mixer FPU mode | Chris Robinson | 2017-07-13 | 2 | -4/+14 |
* | Store the default effect slot in the context | Chris Robinson | 2017-07-13 | 2 | -8/+5 |
* | Store the QSA backend's ExtraData in the wrapper struct | Chris Robinson | 2017-06-29 | 1 | -2/+0 |
* | Remove the fastf2u conversion function | Chris Robinson | 2017-06-27 | 1 | -5/+0 |
* | Clean up some messy rounding code | Chris Robinson | 2017-06-26 | 1 | -0/+18 |
* | Use the bsinc resampler for the converter | Chris Robinson | 2017-06-25 | 1 | -0/+2 |
* | "Convert" the QSA backend to the new API | Chris Robinson | 2017-06-18 | 1 | -19/+0 |
* | Make the dithering depth configurable | Chris Robinson | 2017-06-17 | 1 | -1/+1 |
* | Don't force a fade-in when resuming a paused source | Chris Robinson | 2017-06-09 | 1 | -11/+1 |
* | Fix source sends' initial HF absorption and decay calculation | Chris Robinson | 2017-05-27 | 2 | -2/+2 |
* | Add a new compressor/limiter | Chris Robinson | 2017-05-27 | 2 | -24/+30 |
* | Finalize ALC_SOFT_output_limiter | Chris Robinson | 2017-05-25 | 1 | -5/+0 |
* | Add an option to dither 8- and 16-bit output | Chris Robinson | 2017-05-23 | 2 | -0/+7 |
* | Reduce the amount of variables that hold the same value | Chris Robinson | 2017-05-21 | 1 | -2/+2 |
* | Add a method to copy a filter's coefficients | Chris Robinson | 2017-05-21 | 2 | -0/+10 |
* | Use a macro to specify the decay target gain | Chris Robinson | 2017-05-21 | 1 | -0/+3 |
* | Apply more proper air absorption to the wet path | Chris Robinson | 2017-05-19 | 2 | -0/+4 |
* | Finalize AL_SOFT_source_spatialize | Chris Robinson | 2017-05-11 | 1 | -6/+0 |
* | Reduce LIMITER_VALUE_MAX | Chris Robinson | 2017-05-09 | 1 | -1/+1 |
* | Store the output limiter values as fixed-point integers | Chris Robinson | 2017-05-08 | 1 | -2/+6 |
* | Update AL_SOURCE_SPATIALIZE_SOFT value | Chris Robinson | 2017-05-06 | 1 | -1/+1 |
* | Calculate the output limiter gain using the RMS | Chris Robinson | 2017-05-05 | 2 | -1/+20 |
* | Rename RollOff to Rolloff | Chris Robinson | 2017-05-05 | 3 | -6/+6 |
* | Start an extension to change the source's spatialize property | Chris Robinson | 2017-05-05 | 3 | -3/+31 |
* | Add a property to force source spatialization on or off | Chris Robinson | 2017-05-04 | 3 | -0/+10 |
* | Finalize AL_SOFT_source_resampler | Chris Robinson | 2017-05-03 | 1 | -13/+0 |
* | Rename Zero-Order Hold to Nearest | Chris Robinson | 2017-05-03 | 1 | -1/+1 |
* | Add a mixing function to blend HRIRs | Chris Robinson | 2017-05-03 | 1 | -0/+5 |