aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use a fast native type for the backup popcountChris Robinson2021-03-021-7/+20
* Use the correct lock when allocating filtersChris Robinson2021-03-021-1/+1
* Avoid making BSincPointsMax publicChris Robinson2021-03-013-19/+30
* Avoid cutting off the last bsinc filter coefficientChris Robinson2021-03-011-3/+3
* Avoid trying to get the app path when it fails on Windows tooChris Robinson2021-02-271-9/+10
* Avoid calling readlink on platforms that don't support itChris Robinson2021-02-271-11/+11
* Avoiding cutting all bsinc resampler output at scale 0Chris Robinson2021-02-242-9/+8
* Use a more appropriate epsilon for Sinc()Chris Robinson2021-02-241-1/+2
* Avoid an unnecessary loop iterationChris Robinson2021-02-231-2/+3
* Adjust the bsinc filter table packingChris Robinson2021-02-234-41/+29
* Remove unnecessary use of SSE2 intrinsicsChris Robinson2021-02-211-2/+1
* Store the all-pass FIR results more efficientlyChris Robinson2021-02-181-14/+23
* Use shifts instead of shuffles with SSE where possibleChris Robinson2021-02-181-4/+4
* Add some optimization hintsChris Robinson2021-02-163-18/+24
* Clean up some formattingChris Robinson2021-02-161-81/+71
* Add missing includeChris Robinson2021-02-161-0/+1
* Add enumeration to the JACK backendChris Robinson2021-02-131-35/+84
* Add the all-pass filter results to the output with NEONChris Robinson2021-02-081-3/+3
* Use spans instead of references to arraysChris Robinson2021-02-0612-31/+38
* Add a alSourceQueueBufferLayersSOFT stubChris Robinson2021-02-041-0/+11
* Release 1.21.1Chris Robinson2021-02-042-2/+2
* Update changelogChris Robinson2021-02-021-0/+2
* Stop the Oboe recording stream when recording is stoppedChris Robinson2021-02-021-2/+2
* Implement Oboe captureChris Robinson2021-01-311-4/+135
* Set the oboe stream buffer sizeChris Robinson2021-01-311-0/+2
* Add a comment about using lld on AndroidChris Robinson2021-01-311-0/+5
* Avoid copying buffers for aligning overlapped windowsChris Robinson2021-01-302-33/+42
* Update changelogChris Robinson2021-01-291-0/+2
* Calculate the square root after checking the limitChris Robinson2021-01-291-4/+5
* Allow the sample type to get changed on SolarisChris Robinson2021-01-291-6/+10
* Merge pull request #524 from Cacodemon345/patch-1kcat2021-01-291-0/+1
|\
| * Fix compilation on Solaris backendCacodemon3452021-01-291-0/+1
|/
* Add a panning "deadzone" for spatialized sourcesChris Robinson2021-01-282-3/+4
* Export EFX functions from the routerChris Robinson2021-01-275-1/+152
* Ignore SI-style configuration strings for device namesChris Robinson2021-01-271-0/+5
* Rework fading of stopped soundsChris Robinson2021-01-271-22/+13
* Make sure InitVoice is given a valid buffer queue itemChris Robinson2021-01-261-2/+2
* Move al::deque to a common headerChris Robinson2021-01-253-7/+18
* Use an AL-specific buffer queue item struct for sourcesChris Robinson2021-01-255-79/+68
* Use a deque for the source buffer queueChris Robinson2021-01-252-149/+121
* Store the callback in the buffer list itemChris Robinson2021-01-244-61/+64
* Store buffer info in the queue entryChris Robinson2021-01-2421-78/+103
* Remove some unnecessary function attributesChris Robinson2021-01-231-4/+4
* Set the correct default buffer bits/formatChris Robinson2021-01-222-3/+3
* Don't bother checking for std::aligned_allocChris Robinson2021-01-223-25/+2
* Fix setting the correct standards flagChris Robinson2021-01-221-2/+10
* Ensure the correct standard is set for cmake checksChris Robinson2021-01-221-0/+2
* Remove an unnecessary semicolonChris Robinson2021-01-221-1/+1
* Fix __cplusplus value checkChris Robinson2021-01-221-1/+1
* Use if constexpr when possibleChris Robinson2021-01-225-6/+15