Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use more specific names for temp buffer storage | Chris Robinson | 2019-03-02 | 1 | -1/+3 |
| | |||||
* | Reduce BUFFERSIZE to match the default period size | Chris Robinson | 2019-02-24 | 1 | -2/+9 |
| | | | | | Also adds a bit more space to the temp source data buffer, to avoid needing to loop on matching sample rates. | ||||
* | Remove the FOAOut mixing buffer and associated post-processes | Chris Robinson | 2019-02-22 | 1 | -8/+2 |
| | |||||
* | Avoid using internal AL[u]int64 types | Chris Robinson | 2019-02-11 | 1 | -9/+6 |
| | |||||
* | Get rid of the FAM_SIZE macro | Chris Robinson | 2019-02-11 | 1 | -6/+0 |
| | |||||
* | Move some number-related stuff to a separate header | Chris Robinson | 2019-02-11 | 1 | -31/+7 |
| | |||||
* | Constify some parameters | Chris Robinson | 2019-01-12 | 1 | -1/+1 |
| | |||||
* | Add prefixes for ALCdevice and ALCcontext | Chris Robinson | 2019-01-09 | 1 | -0/+1 |
| | |||||
* | Remove an unused macro | Chris Robinson | 2019-01-08 | 1 | -4/+0 |
| | |||||
* | Replace a couple more C-style casts | Chris Robinson | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | Use user-defined literals for 64-bit literals | Chris Robinson | 2019-01-07 | 1 | -24/+7 |
| | |||||
* | Move some macros to a common header | Chris Robinson | 2019-01-07 | 1 | -35/+1 |
| | |||||
* | Simplify MixParams and AmbiUpsampler | Chris Robinson | 2019-01-05 | 1 | -20/+7 |
| | | | | Since the dry buffer is always an ambisonic target now | ||||
* | Rename ALCdevice_struct and ALCcontext_struct | Chris Robinson | 2019-01-01 | 1 | -5/+5 |
| | | | | | | | | | | | A (possibly contentious?) change in the public headers. Those names were never part of any specification, and I don't know why the struct names differed from the actual type name. But with C++, which takes the original struct declaration as the original name, it was affecting the type's internal symbols. This shouldn't affect user code since ALCdevice_struct and ALCcontext_struct were never part of the spec. If issues arise from this change, it should be reported. | ||||
* | Use an atomic bool on things that only take true or false | Chris Robinson | 2018-12-30 | 1 | -1/+1 |
| | |||||
* | Rename BackendLock to StateLock | Chris Robinson | 2018-12-30 | 1 | -1/+5 |
| | |||||
* | Return a unique_ptr for the backend | Chris Robinson | 2018-12-29 | 1 | -1/+1 |
| | |||||
* | Convert the backends to use proper inheritence | Chris Robinson | 2018-12-28 | 1 | -2/+2 |
| | |||||
* | Constify and reorder a couple device fields | Chris Robinson | 2018-12-27 | 1 | -4/+4 |
| | |||||
* | Cleanup some includes | Chris Robinson | 2018-12-25 | 1 | -13/+1 |
| | |||||
* | Remove extraneous typedef, struct, and enum keywords | Chris Robinson | 2018-12-24 | 1 | -17/+17 |
| | |||||
* | Provide effect target parameters through a common struct | Chris Robinson | 2018-12-24 | 1 | -2/+2 |
| | |||||
* | Apply the limiter before distance compensation | Chris Robinson | 2018-12-24 | 1 | -2/+2 |
| | |||||
* | Rename a couple HRTF structs | Chris Robinson | 2018-12-22 | 1 | -3/+3 |
| | |||||
* | Pass RealMixParams by reference instead of pointer | Chris Robinson | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | Use inline methods for the device format sizes | Chris Robinson | 2018-12-19 | 1 | -2/+1 |
| | |||||
* | Don't hardcode the channel count from the device ambisonic order | Chris Robinson | 2018-12-19 | 1 | -8/+11 |
| | |||||
* | Combine handling of attribute processing | Chris Robinson | 2018-12-18 | 1 | -0/+2 |
| | |||||
* | Move some ambisonic-related macros to a separate header | Chris Robinson | 2018-12-15 | 1 | -37/+1 |
| | |||||
* | Add macros for the ambisonic order masks | Chris Robinson | 2018-12-14 | 1 | -3/+11 |
| | |||||
* | Add POPCNT32 and CTZ32 macros | Chris Robinson | 2018-12-13 | 1 | -13/+41 |
| | |||||
* | Fix some MSVC conversion warnings | Chris Robinson | 2018-12-12 | 1 | -6/+6 |
| | |||||
* | Clean up a few more loops | Chris Robinson | 2018-12-10 | 1 | -2/+13 |
| | |||||
* | Use member functions for BFormatDec and AmbiUpsampler | Chris Robinson | 2018-12-08 | 1 | -2/+2 |
| | |||||
* | Use a constructor instead of a macro to initialize AsyncEvent | Chris Robinson | 2018-12-06 | 1 | -3/+5 |
| | |||||
* | Handle EventType_BufferCompleted uniquely | Chris Robinson | 2018-12-04 | 1 | -0/+4 |
| | |||||
* | Handle source state changed events uniquely in the event loop | Chris Robinson | 2018-11-30 | 1 | -3/+7 |
| | | | | | To avoid the need of constructing the string in the mixer thread, which is commonly formatted anyway. | ||||
* | Reorganize some device members | Chris Robinson | 2018-11-29 | 1 | -29/+30 |
| | |||||
* | Use a standard mutex for the remaining locks | Chris Robinson | 2018-11-26 | 1 | -3/+3 |
| | |||||
* | Use a standard mutex for the backend lock | Chris Robinson | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | Add a missing std::begin | Chris Robinson | 2018-11-26 | 1 | -1/+1 |
| | |||||
* | Get rid of some unnecessary functions | Chris Robinson | 2018-11-26 | 1 | -10/+0 |
| | |||||
* | Avoid using the ATOMIC() macro | Chris Robinson | 2018-11-26 | 1 | -4/+4 |
| | |||||
* | Automatically clean up filters and effects with their sublists | Chris Robinson | 2018-11-25 | 1 | -6/+26 |
| | |||||
* | Automatically clean up buffers with ther sublist | Chris Robinson | 2018-11-25 | 1 | -3/+13 |
| | |||||
* | Properly initialize the sublists' freemask | Chris Robinson | 2018-11-25 | 1 | -3/+3 |
| | |||||
* | Add a POPCNT64 macro | Chris Robinson | 2018-11-24 | 1 | -0/+15 |
| | | | | To count the number of 1/on bits in a 64-bit value | ||||
* | Replace remaining uses of std::vector with al::vector | Chris Robinson | 2018-11-24 | 1 | -1/+1 |
| | | | | Which uses a custom allocator that uses our allocation functions. | ||||
* | Avoid a couple explicit loops | Chris Robinson | 2018-11-22 | 1 | -8/+5 |
| | |||||
* | Add noexcept to a bunch of inline functions | Chris Robinson | 2018-11-22 | 1 | -5/+5 |
| |