Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use our case-insensitive compare functions in makemhr | Chris Robinson | 2019-09-16 | 3 | -21/+23 |
| | |||||
* | Make the common code a separate static library | Chris Robinson | 2019-09-16 | 1 | -8/+11 |
| | |||||
* | Avoid an unused variable | Chris Robinson | 2019-09-16 | 1 | -1/+1 |
| | |||||
* | Add and use custom string types and functions | Chris Robinson | 2019-09-16 | 6 | -38/+123 |
| | |||||
* | Fix typo | Chris Robinson | 2019-09-16 | 1 | -3/+3 |
| | |||||
* | Clean up some more conversion warnings | Chris Robinson | 2019-09-16 | 1 | -22/+19 |
| | |||||
* | Clean up some more shadowing warnings | Chris Robinson | 2019-09-16 | 8 | -47/+49 |
| | |||||
* | Add a fallback if SLAndroidDataFormat_PCM_EX isn't available | Chris Robinson | 2019-09-15 | 1 | -56/+91 |
| | |||||
* | Clean up the spaghetti mess in alcCaptureSamples | Chris Robinson | 2019-09-15 | 1 | -7/+19 |
| | |||||
* | Rename ALautowah* for consistency | Chris Robinson | 2019-09-15 | 1 | -18/+18 |
| | |||||
* | Make the BackendFactory base destructor protected | Chris Robinson | 2019-09-15 | 1 | -2/+3 |
| | |||||
* | Return and pass more appropriate types for backends | Chris Robinson | 2019-09-15 | 20 | -227/+227 |
| | |||||
* | Fix a few warnings from MSVC | Chris Robinson | 2019-09-14 | 3 | -9/+9 |
| | |||||
* | Fix a few more GCC warnings | Chris Robinson | 2019-09-14 | 7 | -9/+12 |
| | |||||
* | Fix a copy-paste error | Chris Robinson | 2019-09-14 | 1 | -1/+1 |
| | |||||
* | Build with -Wunused | Chris Robinson | 2019-09-14 | 1 | -1/+1 |
| | |||||
* | Add a note about clearing complex_hilbert's imaginary input | Chris Robinson | 2019-09-14 | 1 | -1/+2 |
| | |||||
* | Enable and fix more warnings | Chris Robinson | 2019-09-14 | 17 | -139/+122 |
| | |||||
* | Avoid recalculations in the formant filter process | Chris Robinson | 2019-09-14 | 1 | -15/+22 |
| | |||||
* | Don't hold the pulse lock while not necessary | Chris Robinson | 2019-09-14 | 1 | -1/+2 |
| | |||||
* | Fix some more implicit conversions noted by GCC | Chris Robinson | 2019-09-14 | 29 | -135/+156 |
| | |||||
* | Merge pull request #344 from Lopuska/patch-3 | kcat | 2019-09-14 | 1 | -2/+0 |
|\ | | | | | removed unnecessary loop | ||||
| * | removed unnecessary loop | Lopuska | 2019-09-15 | 1 | -2/+0 |
| | | | | | | the caller in fshifter is already doing the same job by putting 0 for the imaginary part | ||||
* | | Merge pull request #342 from Lopuska/patch-1 | kcat | 2019-09-14 | 1 | -2/+3 |
|\ \ | |/ |/| | pass proper effects slot number to AddActiveEffectSlots | ||||
| * | pass proper effects slot number to AddActiveEffectSlots | Lopuska | 2019-09-15 | 1 | -2/+3 |
|/ | | | It resolves wrong logic when creating more than 1 aux slot at time in a batch | ||||
* | Enable -Wconversion warnings | Chris Robinson | 2019-09-14 | 1 | -1/+1 |
| | | | | This is now clean with Clang 7, let's see what other compilers give. | ||||
* | Clean up (most) implicit conversions in the backends | Chris Robinson | 2019-09-14 | 6 | -86/+98 |
| | |||||
* | Fix implicit conversions in the effects | Chris Robinson | 2019-09-14 | 9 | -116/+109 |
| | |||||
* | Use an unsigned index value | Chris Robinson | 2019-09-14 | 2 | -5/+2 |
| | |||||
* | Fix more implicit conversions | Chris Robinson | 2019-09-14 | 3 | -21/+23 |
| | |||||
* | Store the ambisonic order as unsigned | Chris Robinson | 2019-09-13 | 7 | -22/+21 |
| | |||||
* | Remove a couple no-op statements | Chris Robinson | 2019-09-13 | 1 | -2/+0 |
| | |||||
* | Return unsigned values from the FromDevFmt functions | Chris Robinson | 2019-09-13 | 13 | -81/+67 |
| | |||||
* | Clean up more implicit conversions | Chris Robinson | 2019-09-13 | 4 | -26/+29 |
| | |||||
* | Pass IrSize to the HRTF mixers as unsigned | Chris Robinson | 2019-09-13 | 7 | -25/+25 |
| | |||||
* | Make IrSize unsigned | Chris Robinson | 2019-09-13 | 6 | -109/+105 |
| | |||||
* | Make NumAuxSends unsigned | Chris Robinson | 2019-09-13 | 6 | -30/+32 |
| | |||||
* | Clean up implicit conversions in alu.cpp | Chris Robinson | 2019-09-13 | 1 | -44/+36 |
| | |||||
* | Make the resampler increment unsigned | Chris Robinson | 2019-09-13 | 9 | -82/+77 |
| | |||||
* | Clean up sample converter implicit conversions | Chris Robinson | 2019-09-12 | 6 | -54/+58 |
| | |||||
* | Clean up some lambda definitions | Chris Robinson | 2019-09-12 | 5 | -102/+79 |
| | |||||
* | Fix source limit check | Chris Robinson | 2019-09-12 | 1 | -2/+3 |
| | |||||
* | Fix counting free objects | Chris Robinson | 2019-09-12 | 5 | -5/+5 |
| | |||||
* | Avoid a macro call and mark unlikely paths as unlikely | Chris Robinson | 2019-09-12 | 1 | -3/+3 |
| | |||||
* | Clean up implicit conversions in source.cpp | Chris Robinson | 2019-09-12 | 4 | -1266/+1270 |
| | |||||
* | Get rid of more implicit conversions | Chris Robinson | 2019-09-12 | 5 | -144/+156 |
| | |||||
* | Don't use [[nodiscard]] in C++11 | Chris Robinson | 2019-09-12 | 1 | -5/+5 |
| | | | | To silence some warnings in older compilers, and fix an error with newer MSVC. | ||||
* | Use unsigned channel indices | Chris Robinson | 2019-09-12 | 9 | -59/+61 |
| | |||||
* | Avoid implicit conversions with the examples and utils | Chris Robinson | 2019-09-12 | 13 | -93/+99 |
| | |||||
* | Only pass -Wold-style-cast for C++ | Chris Robinson | 2019-09-11 | 1 | -1/+1 |
| |