Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use RAII in alEffect.cpp | Chris Robinson | 2018-11-24 | 2 | -426/+398 |
| | |||||
* | Fix a couple comments | Chris Robinson | 2018-11-24 | 1 | -2/+2 |
| | |||||
* | Ensure an enum is the appropriate size/type | Chris Robinson | 2018-11-24 | 1 | -13/+5 |
| | |||||
* | Use a normal vector to store buffer data | Chris Robinson | 2018-11-24 | 3 | -44/+37 |
| | |||||
* | Use RAII more with alFilter.cpp | Chris Robinson | 2018-11-24 | 1 | -382/+364 |
| | |||||
* | Use a unique_ptr while opening a device | Chris Robinson | 2018-11-23 | 1 | -21/+22 |
| | |||||
* | Use RAII for device references | Chris Robinson | 2018-11-23 | 1 | -236/+232 |
| | |||||
* | Make the context VoiceCount atomic | Chris Robinson | 2018-11-23 | 4 | -86/+79 |
| | |||||
* | Fix an incorrect check | Chris Robinson | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | Restructure and clean up alu.cpp a bit | Chris Robinson | 2018-11-23 | 1 | -151/+166 |
| | |||||
* | Avoid a couple explicit loops | Chris Robinson | 2018-11-22 | 2 | -27/+23 |
| | |||||
* | Add noexcept to a bunch of inline functions | Chris Robinson | 2018-11-22 | 2 | -28/+28 |
| | |||||
* | Make a DirectHrtfState constructor to try appeasing MSVC | Chris Robinson | 2018-11-22 | 1 | -2/+4 |
| | |||||
* | Use proper time types for the device clock time and latency | Chris Robinson | 2018-11-22 | 9 | -39/+39 |
| | |||||
* | Use standard types for the device clock times | Chris Robinson | 2018-11-22 | 5 | -13/+29 |
| | |||||
* | Clean up alSource.cpp some | Chris Robinson | 2018-11-22 | 1 | -666/+626 |
| | |||||
* | Clean up the Chorus a little | Chris Robinson | 2018-11-22 | 1 | -64/+53 |
| | |||||
* | Use unique_ptr for DirectHrtfState | Chris Robinson | 2018-11-22 | 5 | -9/+9 |
| | |||||
* | Add and use a macro to define placement-new-only allocators | Chris Robinson | 2018-11-22 | 2 | -3/+5 |
| | | | | | | This is for structs that utilize over-allocation, either flexible array members, or which store optional additional objects in the same allocation block. | ||||
* | Clean up some unnecessary specifiers | Chris Robinson | 2018-11-22 | 5 | -23/+19 |
| | |||||
* | Use unique_ptr for bs2b | Chris Robinson | 2018-11-22 | 5 | -23/+16 |
| | |||||
* | Use unique_ptr for BFormatDec and AmbiUpsampler | Chris Robinson | 2018-11-22 | 6 | -109/+74 |
| | |||||
* | Use a unique_ptr for the FrontStablizer | Chris Robinson | 2018-11-22 | 5 | -30/+22 |
| | |||||
* | Use a unique_ptr for the Compressor | Chris Robinson | 2018-11-21 | 5 | -92/+95 |
| | |||||
* | Use a unique_ptr for Uhj2Encoder | Chris Robinson | 2018-11-21 | 5 | -20/+14 |
| | |||||
* | Fix deleting the same buffer ID multiple times in one call | Chris Robinson | 2018-11-21 | 1 | -1/+4 |
| | |||||
* | Use RAII more in alSource.cpp | Chris Robinson | 2018-11-21 | 1 | -651/+457 |
| | |||||
* | Use RAII when handling the mixer's FPU state | Chris Robinson | 2018-11-21 | 6 | -61/+47 |
| | |||||
* | Avoid using ATOMIC macros | Chris Robinson | 2018-11-21 | 1 | -25/+25 |
| | |||||
* | Replace a couple more almtx_lock/unlock calls | Chris Robinson | 2018-11-21 | 1 | -6/+4 |
| | |||||
* | Always use RAII with EffectSlotLock | Chris Robinson | 2018-11-21 | 4 | -14/+10 |
| | |||||
* | Use a normal vector for the distance buffer storage | Chris Robinson | 2018-11-21 | 4 | -47/+52 |
| | |||||
* | Make VerifyContext return a context reference | Chris Robinson | 2018-11-21 | 2 | -46/+60 |
| | |||||
* | Rename a method to be clearer about its behavior | Chris Robinson | 2018-11-21 | 1 | -3/+3 |
| | |||||
* | Use RAII locks with the BackendLock | Chris Robinson | 2018-11-20 | 2 | -151/+131 |
| | |||||
* | Use an enum class for AmbiLayout/Norm settings | Chris Robinson | 2018-11-20 | 4 | -44/+34 |
| | |||||
* | Try to improve alffplay underrun device time adjustment | Chris Robinson | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | Use a normal vector for the source send properties | Chris Robinson | 2018-11-20 | 3 | -137/+118 |
| | |||||
* | Use C++ more in alListener.cpp | Chris Robinson | 2018-11-20 | 1 | -189/+127 |
| | |||||
* | Use a standard mutex for the event callback lock | Chris Robinson | 2018-11-20 | 5 | -9/+9 |
| | |||||
* | Use atomic_flags and atomic<bools>s where appropriate | Chris Robinson | 2018-11-20 | 9 | -34/+30 |
| | |||||
* | Store effect slots as unique_ptrs | Chris Robinson | 2018-11-20 | 4 | -25/+18 |
| | |||||
* | Use C++ more in alAuxEffectSlot.cpp | Chris Robinson | 2018-11-20 | 1 | -349/+279 |
| | |||||
* | Use a unique_ptr for the default effect slot | Chris Robinson | 2018-11-20 | 3 | -15/+18 |
| | |||||
* | Use more C++ templates instead of DECL_TEMPLATE tricks | Chris Robinson | 2018-11-20 | 1 | -202/+145 |
| | |||||
* | Use C++ templates instead of macro definitions more | Chris Robinson | 2018-11-20 | 1 | -41/+34 |
| | |||||
* | Add compile-time traits for FmtType enum values | Chris Robinson | 2018-11-20 | 1 | -7/+18 |
| | |||||
* | Use C++ templates instead of macro-defined variations | Chris Robinson | 2018-11-20 | 1 | -174/+175 |
| | |||||
* | Add compile-time traits for DevFmtType enum values | Chris Robinson | 2018-11-20 | 1 | -0/+20 |
| | |||||
* | Avoid another case of a variable named the same as a type | Chris Robinson | 2018-11-19 | 3 | -9/+9 |
| |