Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Simplify flexible array member usage | Chris Robinson | 2019-09-11 | 6 | -35/+13 | |
| | ||||||
* | Avoid dynamically allocating ChannelConverter | Chris Robinson | 2019-09-10 | 3 | -33/+7 | |
| | ||||||
* | Make hq-mode the default and update ambisonics.txt | Chris Robinson | 2019-09-08 | 1 | -4/+3 | |
| | ||||||
* | Remove unneeded TRACEREF logging | Chris Robinson | 2019-09-08 | 2 | -7/+2 | |
| | ||||||
* | Use a normal vector for the voices array | Chris Robinson | 2019-09-04 | 4 | -54/+9 | |
| | ||||||
* | Increment the mix count during disconnect | Chris Robinson | 2019-09-04 | 1 | -1/+3 | |
| | | | | | So attempts to get the current playback offset behave correctly while disconnecting. | |||||
* | Only ASSUME values where a variable is used | Chris Robinson | 2019-09-04 | 4 | -6/+3 | |
| | ||||||
* | Only use one accumulation buffer for B-Format HRTF mixing | Chris Robinson | 2019-09-03 | 3 | -25/+16 | |
| | | | | | It's all getting added together anyway and all channels are continuous inputs, so this is fewer passes over various buffers. | |||||
* | Clean up some formatting | Chris Robinson | 2019-09-03 | 1 | -6/+6 | |
| | ||||||
* | Avoid unnecessary placement new definitions | Chris Robinson | 2019-09-01 | 1 | -2/+1 | |
| | ||||||
* | Avoid accumulating a temporary | Chris Robinson | 2019-09-01 | 1 | -2/+2 | |
| | ||||||
* | Hold the source lock in UpdateAllSourceProps | Chris Robinson | 2019-09-01 | 1 | -21/+20 | |
| | ||||||
* | Store the voice fraction offset as unsigned | Chris Robinson | 2019-08-31 | 8 | -53/+46 | |
| | ||||||
* | Make MixVoice a member function | Chris Robinson | 2019-08-31 | 3 | -58/+55 | |
| | ||||||
* | Remove a couple unnecessary variables | Chris Robinson | 2019-08-27 | 1 | -7/+5 | |
| | ||||||
* | Remove some unnecessary local spans | Chris Robinson | 2019-08-26 | 1 | -23/+18 | |
| | ||||||
* | Use a span for effect state input | Chris Robinson | 2019-08-26 | 15 | -69/+73 | |
| | ||||||
* | Fix a function's sample count type | Chris Robinson | 2019-08-25 | 1 | -3/+4 | |
| | ||||||
* | Use al::byte for a couple more buffers | Chris Robinson | 2019-08-25 | 2 | -11/+11 | |
| | ||||||
* | Pass unsigned sample count to aluMixData | Chris Robinson | 2019-08-25 | 5 | -16/+16 | |
| | ||||||
* | Use unsigned sample counts for the compressor/limiter | Chris Robinson | 2019-08-25 | 2 | -56/+37 | |
| |