| Commit message (Expand) | Author | Age | Files | Lines |
* | Use member functions for BFormatDec and AmbiUpsampler | Chris Robinson | 2018-12-08 | 1 | -12/+8 |
* | Use a constructor instead of a macro to initialize AsyncEvent | Chris Robinson | 2018-12-06 | 1 | -3/+3 |
* | Use class methods for BandSplitter and SplitterAllpass filters | Chris Robinson | 2018-12-05 | 1 | -3/+3 |
* | Use class methods for the NFC filters | Chris Robinson | 2018-12-05 | 1 | -4/+4 |
* | Use class methods for the biquad filter | Chris Robinson | 2018-12-04 | 1 | -16/+8 |
* | Avoid a few more explicit loops | Chris Robinson | 2018-12-04 | 1 | -19/+22 |
* | Read atomic variables in the reverse order they're set | Chris Robinson | 2018-12-04 | 1 | -6/+5 |
* | Handle source state changed events uniquely in the event loop | Chris Robinson | 2018-11-30 | 1 | -23/+4 |
* | Improve construction and destruction of ALvoices | Chris Robinson | 2018-11-30 | 1 | -9/+9 |
* | Don't bother making ALvoiceProps dynamically sized | Chris Robinson | 2018-11-30 | 1 | -8/+6 |
* | Store the source ID with the voice instead of the source pointer | Chris Robinson | 2018-11-29 | 1 | -11/+11 |
* | Don't sever a paused source from its voice on disconnect | Chris Robinson | 2018-11-28 | 1 | -9/+10 |
* | Small cleanup for ~ALCcontext_struct | Chris Robinson | 2018-11-27 | 1 | -1/+1 |
* | Make and use a semaphore class | Chris Robinson | 2018-11-27 | 1 | -3/+3 |
* | Make the context VoiceCount atomic | Chris Robinson | 2018-11-23 | 1 | -3/+3 |
* | Restructure and clean up alu.cpp a bit | Chris Robinson | 2018-11-23 | 1 | -151/+166 |
* | Use standard types for the device clock times | Chris Robinson | 2018-11-22 | 1 | -1/+1 |
* | Use unique_ptr for DirectHrtfState | Chris Robinson | 2018-11-22 | 1 | -1/+1 |
* | Clean up some unnecessary specifiers | Chris Robinson | 2018-11-22 | 1 | -8/+4 |
* | Use unique_ptr for bs2b | Chris Robinson | 2018-11-22 | 1 | -1/+1 |
* | Use unique_ptr for BFormatDec and AmbiUpsampler | Chris Robinson | 2018-11-22 | 1 | -4/+4 |
* | Use a unique_ptr for the FrontStablizer | Chris Robinson | 2018-11-22 | 1 | -1/+1 |
* | Use a unique_ptr for the Compressor | Chris Robinson | 2018-11-21 | 1 | -1/+1 |
* | Use a unique_ptr for Uhj2Encoder | Chris Robinson | 2018-11-21 | 1 | -1/+1 |
* | Use RAII when handling the mixer's FPU state | Chris Robinson | 2018-11-21 | 1 | -2/+1 |
* | Use a normal vector for the distance buffer storage | Chris Robinson | 2018-11-21 | 1 | -19/+18 |
* | Use a unique_ptr for the default effect slot | Chris Robinson | 2018-11-20 | 1 | -2/+2 |
* | Use C++ templates instead of macro-defined variations | Chris Robinson | 2018-11-20 | 1 | -174/+175 |
* | Avoid another case of a variable named the same as a type | Chris Robinson | 2018-11-19 | 1 | -5/+5 |
* | Use proper inheritence for the effect state objects | Chris Robinson | 2018-11-19 | 1 | -9/+9 |
* | Clean up the biquad filter a bit | Chris Robinson | 2018-11-19 | 1 | -4/+4 |
* | Make ll_ringbuffer_write/read take void*/const void* | Chris Robinson | 2018-11-19 | 1 | -3/+3 |
* | Remove the atomic exchange macros | Chris Robinson | 2018-11-19 | 1 | -14/+9 |
* | Replace ATOMIC_REPLACE_HEAD with an inline function | Chris Robinson | 2018-11-19 | 1 | -4/+4 |
* | Remove the pointer-specific atomic exchange macros | Chris Robinson | 2018-11-18 | 1 | -13/+11 |
* | Avoid naming a struct member the same as an enum type | Chris Robinson | 2018-11-18 | 1 | -2/+2 |
* | Store the listener directly in the context | Chris Robinson | 2018-11-17 | 1 | -34/+34 |
* | Move the vector and matrix declarations to a separate header | Chris Robinson | 2018-11-17 | 1 | -7/+0 |
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -7/+8 |
* | Remove unused headers and checks | Chris Robinson | 2018-11-17 | 1 | -1/+0 |
* | Convert ALu.c to C++ | Chris Robinson | 2018-11-16 | 1 | -0/+1884 |