| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't try to access null pointers | Chris Robinson | 2023-04-28 | 1 | -0/+3 |
* | Use std::transform to cast doubles to floats | Chris Robinson | 2023-04-27 | 1 | -2/+4 |
* | Make sure extension functions are properly aligned on 32-bit | Chris Robinson | 2023-04-12 | 1 | -2/+3 |
* | Allow using a negative offset with callback buffers | Chris Robinson | 2023-03-28 | 1 | -1/+4 |
* | Log the buffer format when queueing mismatched buffers | Chris Robinson | 2023-03-22 | 1 | -2/+6 |
* | Remove the separate UserFmt types | Chris Robinson | 2023-03-19 | 1 | -16/+3 |
* | Simplify some samples-to-bytes conversions | Chris Robinson | 2023-03-19 | 1 | -40/+8 |
* | Add a compat option to restore AL_SOFT_buffer_sub_data | Chris Robinson | 2023-03-17 | 1 | -10/+134 |
* | Rename some member functions and variables for consistency | Chris Robinson | 2023-03-16 | 1 | -102/+102 |
* | Commit deferred EAX properties in alcProcessContext | Chris Robinson | 2023-03-16 | 1 | -15/+0 |
* | Fix the format check for queueing buffers | Chris Robinson | 2023-03-15 | 1 | -1/+1 |
* | Set a default version for EAX source properties | Chris Robinson | 2023-03-14 | 1 | -14/+15 |
* | Don't allow queueing a buffer with no format | Chris Robinson | 2023-03-12 | 1 | -10/+18 |
* | Don't commit EAX updates in applyAllUpdates | Chris Robinson | 2023-03-11 | 1 | -32/+9 |
* | Don't assume the max property size unchecked for user pointers | Chris Robinson | 2023-03-06 | 1 | -56/+193 |
* | Don't get the front element of an empty queue | Chris Robinson | 2023-03-05 | 1 | -1/+4 |
* | Report the current buffer ID of a streaming source | Chris Robinson | 2023-03-05 | 1 | -2/+13 |
* | Use macros for the likely/unlikely attributes | Chris Robinson | 2023-03-01 | 1 | -136/+136 |
* | Don't start with fading for negative offsets | Chris Robinson | 2023-02-18 | 1 | -2/+4 |
* | Track the callback buffer base separately | Chris Robinson | 2023-02-18 | 1 | -0/+1 |
* | Support IMA4 ADPCM as a mixing voice format | Chris Robinson | 2023-02-14 | 1 | -12/+15 |
* | Don't set an EAX version by default for sources | Chris Robinson | 2023-02-05 | 1 | -26/+8 |
* | Don't force an update if there is no aux slot being replaced | Chris Robinson | 2023-01-20 | 1 | -4/+7 |
* | Avoid unnecessary uses of make_optional | Chris Robinson | 2023-01-13 | 1 | -15/+15 |
* | Avoid some explicit casts and references | Chris Robinson | 2023-01-01 | 1 | -3/+3 |
* | Avoid a manual loop to find a buffer queue entry | Chris Robinson | 2022-12-24 | 1 | -6/+3 |
* | Constify some parameters | Chris Robinson | 2022-12-24 | 1 | -16/+16 |
* | Avoid using a macro to set a context error and return | Chris Robinson | 2022-12-24 | 1 | -34/+32 |
* | Avoid some macros for checking property sizes and values | Chris Robinson | 2022-12-24 | 1 | -169/+228 |
* | Avoid using a macro to wrap standard attributes | Chris Robinson | 2022-12-06 | 1 | -135/+135 |
* | Avoid LIKELY/UNLIKELY macros | Chris Robinson | 2022-12-05 | 1 | -119/+119 |
* | Use standard likely/unlikely attributes when available | Chris Robinson | 2022-12-05 | 1 | -18/+18 |
* | Add functions to start sources at a particular device time | Chris Robinson | 2022-11-03 | 1 | -161/+234 |
* | Add the ability to start a voice at a particular time | Chris Robinson | 2022-11-03 | 1 | -0/+2 |
* | int64_t max can't fit into a double without narrowing | Chris Robinson | 2022-11-02 | 1 | -6/+0 |
* | Handle negative voice positions | Chris Robinson | 2022-11-02 | 1 | -36/+66 |
* | Remove a redundant check | Chris Robinson | 2022-07-17 | 1 | -3/+0 |
* | Fix parameter signedness | Chris Robinson | 2022-07-17 | 1 | -1/+1 |
* | [EAX_SOURCE] Fix source's occlusion and exclusion contribution | Boris I. Bendovsky | 2022-07-17 | 1 | -17/+44 |
* | [EAX_SOURCE] Skip occlusion calculation if occlusion property is zero | Boris I. Bendovsky | 2022-07-17 | 1 | -3/+7 |
* | [EAX_SOURCE] Fix Room and RoomHF contribution | Boris I. Bendovsky | 2022-07-17 | 1 | -2/+3 |
* | [EAX_SOURCE] Fix getting active FX slot IDs | Boris I. Bendovsky | 2022-07-17 | 1 | -2/+11 |
* | [EAX_FX_SLOT] Fix slot's occlusion contribution | Boris I. Bendovsky | 2022-07-17 | 1 | -1/+3 |
* | Dynamically allocate EffectSlot objects | Chris Robinson | 2022-07-15 | 1 | -2/+2 |
* | Don't always activate the EAX primary effect slot for sources | Chris Robinson | 2022-07-06 | 1 | -14/+22 |
* | Combine multiple individual flags | Chris Robinson | 2022-06-19 | 1 | -48/+32 |
* | Track EAX1 source changes | Chris Robinson | 2022-06-19 | 1 | -9/+6 |
* | Avoid changing the EAX version on failure | Chris Robinson | 2022-06-18 | 1 | -3/+2 |
* | Fix inverted checks | Chris Robinson | 2022-06-18 | 1 | -4/+4 |
* | Don't mark the EAX version changed when getting properties | Chris Robinson | 2022-06-18 | 1 | -4/+5 |