aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
Commit message (Expand)AuthorAgeFilesLines
* Fix for GCC 5.4Chris Robinson2019-06-081-3/+3
* Simplify DistanceComp somewhatChris Robinson2019-06-081-14/+6
* Remove the DEF_ALIGN macroChris Robinson2019-06-061-4/+4
* Remove the per-voice ChannelsPerOrder fieldChris Robinson2019-06-052-2/+1
* Use a span for the effect state's output targetChris Robinson2019-06-051-2/+1
* Make some more channel counts unsignedChris Robinson2019-06-051-1/+1
* Make RealMixParams channel count unsignedChris Robinson2019-06-051-1/+1
* Properly destroy other objectsChris Robinson2019-06-056-13/+13
* Don't log the function or prefixChris Robinson2019-06-042-3/+2
* Improve alignment handling for the alignment allocatorChris Robinson2019-06-031-1/+1
* Restructure voice data membersChris Robinson2019-06-032-41/+37
* Use a span for the voice's buffer referencesChris Robinson2019-05-291-4/+2
* Use span<FloatBufferLine> for MixSamplesChris Robinson2019-05-291-3/+3
* Use FloatBufferLine and span<> for MixRowSamplesChris Robinson2019-05-291-2/+2
* Pass a span to MixDirectHrtf instead of a pointer+sizeChris Robinson2019-05-291-2/+4
* Use FloatBufferLine with the HRTF mixer functionsChris Robinson2019-05-281-6/+6
* Use std::array for most mixing buffer arraysChris Robinson2019-05-283-6/+8
* Get rid of the COUNTOF macroChris Robinson2019-05-263-18/+17
* Use al::byte for ADPCM decodersChris Robinson2019-05-243-57/+53
* Move a couple table definitions to where they're usedChris Robinson2019-05-242-89/+3
* Remove an unnecessary struct memberChris Robinson2019-05-242-12/+9
* Use raw bytes for the buffer dataChris Robinson2019-05-242-3/+5
* Use a function to mark a source for updatingChris Robinson2019-05-231-39/+38
* Allow initializing splitter filters with constructorsChris Robinson2019-05-221-2/+1
* Restructure some voice fieldsChris Robinson2019-05-172-24/+35
* Change the default period size to 20msChris Robinson2019-04-261-4/+4
* Specify the buffer size as itself instead of the period countChris Robinson2019-04-261-1/+2
* Add exception protection to the last of the API functionsChris Robinson2019-04-102-18/+113
* Add exception protection to effect, filter, and buffer functionsChris Robinson2019-04-103-8/+98
* Add exception protection to the listener functionsChris Robinson2019-04-101-8/+25
* Add exception protection to context state functionsChris Robinson2019-04-101-0/+49
* Add exception protection to some AL functionsChris Robinson2019-04-103-0/+15
* Don't use a fixed size buffer for printed messagesChris Robinson2019-04-091-17/+15
* Avoid directly using CalcAmbiCoeffsChris Robinson2019-04-021-14/+0
* Change RealMixParams::ChannelName to better reflect its useChris Robinson2019-04-021-10/+4
* Copy the voice's ambisonic upsampler state when reallocatingChris Robinson2019-04-012-2/+2
* Remove a couple unused member variablesChris Robinson2019-03-301-2/+0
* Use a temporary buffer for HRTF filter accumulationChris Robinson2019-03-292-7/+7
* Avoid using the HRTF history buffer as a ring bufferChris Robinson2019-03-281-1/+5
* Move an enum to a more appropriate headerChris Robinson2019-03-261-6/+0
* Rename and move ALeffectPropsChris Robinson2019-03-224-114/+7
* Use MixParams for the wet buffersChris Robinson2019-03-222-9/+5
* Fix a comment typoChris Robinson2019-03-221-1/+1
* Pass ALeffectProps directly to the get/setParam* methodsChris Robinson2019-03-222-8/+27
* Use the effect state factory to set the default effect propsChris Robinson2019-03-224-258/+48
* Implement getDefaultProps for effect state factoriesChris Robinson2019-03-223-7/+3
* Use a separate EffectStateFactory for standard reverbChris Robinson2019-03-222-1/+2
* Add a new EffectStateFactory method to get the default propertiesChris Robinson2019-03-222-0/+7
* Use a sorted vector for devices instead of a linked listChris Robinson2019-03-191-2/+0
* Rename DevProbe enum namesChris Robinson2019-03-191-3/+3