Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid storing an integer in a pointer | Chris Robinson | 2019-09-21 | 1 | -3/+6 |
| | | | | | | C++ does not guarantee that, given an int of sufficient size, converting int->ptr->int will result in the original value. A pointer may have more than one integer representation. Only ptr->int->ptr round trips are well-defined. | ||||
* | Split some code into separate functions | Chris Robinson | 2019-09-21 | 1 | -128/+126 |
| | |||||
* | Explicitly mark a couple functions as inline | Chris Robinson | 2019-09-21 | 1 | -6/+6 |
| | |||||
* | Use an array and loop instead of individual tests | Chris Robinson | 2019-09-21 | 1 | -16/+22 |
| | |||||
* | Remove and simplify some functions | Chris Robinson | 2019-09-20 | 1 | -6/+8 |
| | |||||
* | Use an anonymous namespace instead of static | Chris Robinson | 2019-09-19 | 1 | -6/+12 |
| | |||||
* | Fix a couple more annoying conversion warnings | Chris Robinson | 2019-09-18 | 1 | -2/+2 |
| | |||||
* | Fix some Windows warnings | Chris Robinson | 2019-09-18 | 2 | -12/+12 |
| | |||||
* | Avoid hiding a class member function | Chris Robinson | 2019-09-18 | 1 | -5/+5 |
| | |||||
* | Enable and fix some more warnings | Chris Robinson | 2019-09-18 | 2 | -17/+20 |
| | |||||
* | Make the bsinc l and m coefficients unsigned | Chris Robinson | 2019-09-17 | 4 | -19/+14 |
| | |||||
* | Avoid an unnecessary multiply | Chris Robinson | 2019-09-16 | 1 | -2/+2 |
| | |||||
* | Remove the last uses of the system's str[n]casecmp | Chris Robinson | 2019-09-16 | 5 | -26/+33 |
| | |||||
* | 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 | 1 | -35/+43 |
| | |||||
* | 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 | 7 | -40/+42 |
| | |||||
* | 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 | 2 | -3/+3 |
| | |||||
* | Fix a few more GCC warnings | Chris Robinson | 2019-09-14 | 4 | -5/+8 |
| | |||||
* | Fix a copy-paste error | Chris Robinson | 2019-09-14 | 1 | -1/+1 |
| | |||||
* | Enable and fix more warnings | Chris Robinson | 2019-09-14 | 11 | -88/+89 |
| | |||||
* | 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 | 24 | -124/+144 |
| | |||||
* | 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 | 8 | -116/+107 |
| | |||||
* | 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 |
| | |||||
* | 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 | 4 | -24/+26 |
| | |||||
* | 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 | 5 | -36/+38 |
| | |||||
* | Clean up implicit conversions in source.cpp | Chris Robinson | 2019-09-12 | 2 | -4/+4 |
| | |||||
* | Use unsigned channel indices | Chris Robinson | 2019-09-12 | 9 | -59/+61 |
| | |||||
* | Clean up some more implicit conversions | Chris Robinson | 2019-09-11 | 1 | -14/+14 |
| | |||||
* | Fix a few more C-style casts | Chris Robinson | 2019-09-11 | 3 | -6/+7 |
| | |||||
* | Fix function declaration | Chris Robinson | 2019-09-11 | 3 | -5/+6 |
| | |||||
* | Avoid C-style casts in C++ | Chris Robinson | 2019-09-11 | 6 | -19/+22 |
| | |||||
* | Fix some more implicit casts | Chris Robinson | 2019-09-11 | 2 | -368/+363 |
| |