Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove althrd_t from Windows | Chris Robinson | 2018-11-26 | 1 | -1/+0 |
| | |||||
* | Replace some uses of althrd_t with std::thread | Chris Robinson | 2018-11-26 | 2 | -29/+35 |
| | |||||
* | Get rid of the last ATOMIC macro uses | Chris Robinson | 2018-11-26 | 2 | -2/+2 |
| | |||||
* | Avoid using ATOMIC_LOAD on ALCdevice::Connected | Chris Robinson | 2018-11-26 | 11 | -18/+17 |
| | |||||
* | Use a unique_ptr for the QSA backend data | Chris Robinson | 2018-11-26 | 1 | -53/+28 |
| | |||||
* | Rename some struct members | Chris Robinson | 2018-11-26 | 13 | -383/+378 |
| | |||||
* | Avoid using the ATOMIC() macro | Chris Robinson | 2018-11-26 | 8 | -19/+19 |
| | |||||
* | Avoid using ATOMIC_INIT | Chris Robinson | 2018-11-26 | 9 | -92/+45 |
| | |||||
* | Don't explicitly clear vector objects in the destructor | Chris Robinson | 2018-11-25 | 1 | -10/+6 |
| | |||||
* | Automatically clean up filters and effects with their sublists | Chris Robinson | 2018-11-25 | 1 | -10/+10 |
| | |||||
* | Automatically clean up buffers with ther sublist | Chris Robinson | 2018-11-25 | 1 | -5/+5 |
| | |||||
* | Clean up MixSource | Chris Robinson | 2018-11-25 | 1 | -104/+93 |
| | |||||
* | Avoid another DECL_TEMPLATE macro | Chris Robinson | 2018-11-25 | 5 | -31/+58 |
| | |||||
* | Avoid a separate function to clean up effect slots | Chris Robinson | 2018-11-25 | 1 | -1/+5 |
| | |||||
* | Atuomatically clean up sources with its sublist's destruction | Chris Robinson | 2018-11-25 | 2 | -5/+15 |
| | |||||
* | Properly initialize the sublists' freemask | Chris Robinson | 2018-11-25 | 1 | -1/+1 |
| | |||||
* | Move bs2b.h to a more appropriate place | Chris Robinson | 2018-11-24 | 1 | -0/+90 |
| | |||||
* | Use C++ methods a bit more | Chris Robinson | 2018-11-24 | 2 | -21/+14 |
| | |||||
* | Replace remaining uses of std::vector with al::vector | Chris Robinson | 2018-11-24 | 11 | -57/+57 |
| | | | | Which uses a custom allocator that uses our allocation functions. | ||||
* | Avoid an extraneous boolean | Chris Robinson | 2018-11-24 | 1 | -9/+4 |
| | |||||
* | Make GetContextRef return a ContextRef | Chris Robinson | 2018-11-24 | 2 | -6/+5 |
| | |||||
* | Use a normal vector to store buffer data | Chris Robinson | 2018-11-24 | 1 | -4/+4 |
| | |||||
* | 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 | 3 | -56/+50 |
| | |||||
* | 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 | 1 | -19/+18 |
| | |||||
* | 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 | 8 | -25/+25 |
| | |||||
* | Use standard types for the device clock times | Chris Robinson | 2018-11-22 | 4 | -11/+26 |
| | |||||
* | Clean up the Chorus a little | Chris Robinson | 2018-11-22 | 1 | -64/+53 |
| | |||||
* | Use unique_ptr for DirectHrtfState | Chris Robinson | 2018-11-22 | 4 | -8/+8 |
| | |||||
* | Add and use a macro to define placement-new-only allocators | Chris Robinson | 2018-11-22 | 1 | -3/+1 |
| | | | | | | 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 | 4 | -20/+16 |
| | |||||
* | Use unique_ptr for bs2b | Chris Robinson | 2018-11-22 | 3 | -9/+5 |
| | |||||
* | Use unique_ptr for BFormatDec and AmbiUpsampler | Chris Robinson | 2018-11-22 | 5 | -107/+70 |
| | |||||
* | Use a unique_ptr for the FrontStablizer | Chris Robinson | 2018-11-22 | 4 | -29/+21 |
| | |||||
* | Use a unique_ptr for the Compressor | Chris Robinson | 2018-11-21 | 4 | -91/+94 |
| | |||||
* | Use a unique_ptr for Uhj2Encoder | Chris Robinson | 2018-11-21 | 4 | -19/+12 |
| | |||||
* | Use RAII when handling the mixer's FPU state | Chris Robinson | 2018-11-21 | 5 | -48/+34 |
| | |||||
* | 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 | 2 | -7/+2 |
| | |||||
* | Use a normal vector for the distance buffer storage | Chris Robinson | 2018-11-21 | 3 | -41/+23 |
| | |||||
* | 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 | 1 | -145/+125 |
| | |||||
* | Use an enum class for AmbiLayout/Norm settings | Chris Robinson | 2018-11-20 | 3 | -31/+21 |
| | |||||
* | Use a normal vector for the source send properties | Chris Robinson | 2018-11-20 | 1 | -7/+2 |
| | |||||
* | Use a standard mutex for the event callback lock | Chris Robinson | 2018-11-20 | 2 | -3/+3 |
| |