Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix subspan extent calculation | Chris Robinson | 2020-04-28 | 1 | -1/+1 |
| | |||||
* | Don't return a bool from the backend start method | Chris Robinson | 2020-04-28 | 19 | -212/+128 |
| | |||||
* | Limit the maximum settable sample rate | Chris Robinson | 2020-04-28 | 2 | -8/+14 |
| | |||||
* | 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 | 14 | -144/+144 |
| | |||||
* | Clean up al.h a bit | Chris Robinson | 2020-04-28 | 1 | -31/+30 |
| | |||||
* | Move standard ALC function's annotations to the header | Chris Robinson | 2020-04-28 | 2 | -34/+52 |
| | |||||
* | Clean up some function comments | Chris Robinson | 2020-04-28 | 2 | -145/+43 |
| | |||||
* | Shorten the name of format types | Chris Robinson | 2020-04-28 | 2 | -9/+9 |
| | |||||
* | 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 |
| | |||||
* | Avoid unnecessary PATH_SUFFIXES | Chris Robinson | 2020-04-26 | 1 | -13/+12 |
| | |||||
* | Avoid duplicate env var declarations | Chris Robinson | 2020-04-26 | 1 | -6/+4 |
| | |||||
* | Don't delete non-existent files in AppVeyor | Chris Robinson | 2020-04-26 | 1 | -5/+0 |
| | |||||
* | Remove some hopefully unneeded macros | Chris Robinson | 2020-04-25 | 3 | -27/+2 |
| | |||||
* | Use global placement new for AsyncEvent | Chris Robinson | 2020-04-24 | 4 | -6/+10 |
| | |||||
* | Minor cleanup of reverb code | Chris Robinson | 2020-04-24 | 1 | -16/+17 |
| | |||||
* | Add a method to process two biquads at once | Chris Robinson | 2020-04-23 | 4 | -16/+61 |
| | |||||
* | Clean up some scaling math | Chris Robinson | 2020-04-23 | 1 | -4/+3 |
| | |||||
* | Avoid using some more AL types | Chris Robinson | 2020-04-23 | 3 | -39/+39 |
| | |||||
* | Avoid an unnecessary out parameter | Chris Robinson | 2020-04-21 | 9 | -76/+69 |
| | |||||
* | Fix the source ID for a source voice stopped from deletion | Chris Robinson | 2020-04-21 | 1 | -1/+1 |
| | |||||
* | Set the device name in the Oboe backend | Chris Robinson | 2020-04-20 | 1 | -0/+2 |
| | |||||
* | Get rid of an unnecessary variable | Chris Robinson | 2020-04-20 | 1 | -20/+14 |
| | |||||
* | Trace the opened Oboe stream properties | Chris Robinson | 2020-04-19 | 1 | -6/+6 |
| | |||||
* | More gracefully relax the Oboe format request | Chris Robinson | 2020-04-19 | 1 | -21/+23 |
| | |||||
* | Simplify some install statements | Chris Robinson | 2020-04-19 | 1 | -32/+19 |
| | |||||
* | Use an import target for libsndfile | Chris Robinson | 2020-04-19 | 2 | -39/+31 |
| | |||||
* | Fix some message formatting | Chris Robinson | 2020-04-19 | 1 | -1/+1 |
| | |||||
* | Make sure HAVE_OBOE is cleared before checking | Chris Robinson | 2020-04-19 | 1 | -26/+27 |
| | |||||
* | Correctly test for SSE switches | Chris Robinson | 2020-04-19 | 1 | -25/+33 |
| | |||||
* | Rename install options for consistency | Chris Robinson | 2020-04-19 | 1 | -14/+23 |
| | |||||
* | Don't explicitly link libpthread | Chris Robinson | 2020-04-19 | 1 | -5/+0 |
| | | | | Compiling and linking with -pthread is apparently enough. | ||||
* | Build Oboe with hidden visibility | Chris Robinson | 2020-04-18 | 1 | -0/+10 |
| | |||||
* | Try to be more robust with the Oboe format | Chris Robinson | 2020-04-18 | 1 | -8/+45 |
| | |||||
* | Add missing backslash | Chris Robinson | 2020-04-18 | 1 | -1/+1 |
| | |||||
* | Initial implementation for Oboe-based playback | Chris Robinson | 2020-04-18 | 1 | -4/+185 |
| | |||||
* | Attempt to build with Oboe on Android with Travis | Chris Robinson | 2020-04-18 | 1 | -0/+4 |
| | |||||
* | Add an Oboe backend stub | Chris Robinson | 2020-04-18 | 6 | -0/+116 |
| | |||||
* | Use cmake --build with Travis to build | Chris Robinson | 2020-04-17 | 1 | -1/+1 |
| | | | | Instead of assuming makefiles | ||||
* | Update Travis to use Android NDK r21, API 16 | Chris Robinson | 2020-04-17 | 1 | -12/+12 |
| | |||||
* | Precalculate some values | Chris Robinson | 2020-04-16 | 1 | -11/+17 |
| | | | | | MSVC isn't as willing to precompute sqrt and log10 results from known input values. | ||||
* | Simplify some reverb update code | Chris Robinson | 2020-04-16 | 1 | -49/+36 |
| | |||||
* | Remove another unnecessary return value | Chris Robinson | 2020-04-16 | 16 | -82/+41 |
| | |||||
* | Remove an always-true return value | Chris Robinson | 2020-04-16 | 1 | -8/+5 |
| | |||||
* | Move a type to where it's used | Chris Robinson | 2020-04-16 | 2 | -3/+4 |
| | |||||
* | Get rid of the specialized MixRow_ methods | Chris Robinson | 2020-04-16 | 7 | -125/+41 |
| | |||||
* | Combine multiple target installs | Chris Robinson | 2020-04-15 | 1 | -27/+19 |
| | |||||
* | Fix installing alsoft-config | Chris Robinson | 2020-04-15 | 2 | -5/+13 |
| |