| Commit message (Expand) | Author | Age | Files | Lines |
* | Move alexcpt to core | Chris Robinson | 2020-12-24 | 1 | -1/+1 |
* | Change a couple macros into constexpr variables | Chris Robinson | 2020-11-28 | 1 | -1/+1 |
* | Make ALbuffer inherit from BufferStorage | Chris Robinson | 2020-11-21 | 1 | -53/+53 |
* | Disassociate internal buffer enums from AL enum values | Chris Robinson | 2020-11-20 | 1 | -4/+44 |
* | Put the loop start/end in BufferStorage | Chris Robinson | 2020-11-19 | 1 | -8/+8 |
* | Use inline functions for popcnt and ctz instead of macros | Chris Robinson | 2020-10-13 | 1 | -4/+3 |
* | Use a separate structure for buffer storage | Chris Robinson | 2020-08-28 | 1 | -46/+46 |
* | Move storable buffer format info to a separate source | Chris Robinson | 2020-08-24 | 1 | -31/+0 |
* | Fix up some more uses of [AL[C]]void | Chris Robinson | 2020-04-28 | 1 | -6/+6 |
* | Shorten the name of format types | Chris Robinson | 2020-04-28 | 1 | -2/+2 |
* | Avoid using some more AL types | Chris Robinson | 2020-04-23 | 1 | -24/+24 |
* | Clean up some more unnecessary uses of AL types | Chris Robinson | 2020-04-08 | 1 | -13/+13 |
* | Add an extension to change a buffer's unpack ambisonic order | Chris Robinson | 2020-04-04 | 1 | -0/+13 |
* | Track a buffer's ambisonic order | Chris Robinson | 2020-04-04 | 1 | -10/+21 |
* | Add an ambisonic order parameter to the buffer channel count | Chris Robinson | 2020-04-03 | 1 | -15/+14 |
* | Get rid of MAX_INPUT_CHANNELS | Chris Robinson | 2020-03-28 | 1 | -6/+10 |
* | Handle running the buffer callback in the voice | Chris Robinson | 2020-02-17 | 1 | -5/+2 |
* | Set and retrieve a buffer's callback | Chris Robinson | 2020-02-17 | 1 | -8/+144 |
* | Stub out an interface for a callback-driven buffer | Chris Robinson | 2020-02-16 | 1 | -0/+41 |
* | Use struct methods to get a buffer's format info | Chris Robinson | 2020-01-18 | 1 | -8/+7 |
* | Add an interface to set a B-Format buffer's layout and scaling | Chris Robinson | 2019-12-02 | 1 | -0/+32 |
* | Avoid static constexpr for arrays iterated over at run-time | Chris Robinson | 2019-10-25 | 1 | -1/+1 |
* | Make the buffer frequency unsigned | Chris Robinson | 2019-09-21 | 1 | -3/+3 |
* | Remove a couple no-op statements | Chris Robinson | 2019-09-13 | 1 | -2/+0 |
* | Clean up some lambda definitions | Chris Robinson | 2019-09-12 | 1 | -26/+23 |
* | Fix counting free objects | Chris Robinson | 2019-09-12 | 1 | -1/+1 |
* | Clean up some more implicit conversions | Chris Robinson | 2019-09-11 | 1 | -123/+125 |
* | Allocate buffer batches separately from buffers | Chris Robinson | 2019-09-11 | 1 | -40/+42 |
* | Use global placement new for AL object batches | Chris Robinson | 2019-09-01 | 1 | -6/+2 |
* | Modify LIKELY and UNLIKELY to not need extra parenthesis | Chris Robinson | 2019-08-04 | 1 | -116/+108 |
* | Use a smart pointer for holding the context's device | Chris Robinson | 2019-08-01 | 1 | -20/+20 |
* | Add a common base for auto-deleting ref-counted objects | Chris Robinson | 2019-08-01 | 1 | -4/+4 |
* | Add iterators to ALbufferlistitem | Chris Robinson | 2019-07-31 | 1 | -3/+4 |
* | Move another function to a ALCcontext method | Chris Robinson | 2019-07-30 | 1 | -95/+90 |
* | Properly prefix ALCcontext members | Chris Robinson | 2019-07-30 | 1 | -20/+20 |
* | Rename al/* sources to avoid camel-case | Chris Robinson | 2019-07-29 | 1 | -0/+1408 |