aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Enable to detect Windows SDK v1903Minmin Gong2019-08-091-9/+10
* | Simplify and fix vocal morpher pitch calculationsChris Robinson2019-08-081-7/+4
* | Simplify the weighted decay time calculationChris Robinson2019-08-081-9/+5
* | Turn a couple methods into member functionsChris Robinson2019-08-081-41/+40
* | Improve log formatting for file searchesChris Robinson2019-08-071-2/+2
* | Don't store options that are set to blank/defaultChris Robinson2019-08-071-20/+22
* | Make the post-process methods member functionsChris Robinson2019-08-074-37/+35
* | Update some more includesChris Robinson2019-08-067-1/+9
* | Merge pull request #321 from Frozen-Tofu/masterkcat2019-08-061-0/+2
|\ \ | |/ |/|
| * no AudioObjectPropertyAddress on iOSLi Keqing2019-08-071-0/+2
|/
* Update some includesChris Robinson2019-08-0513-17/+46
* Move a struct definition to where it's usedChris Robinson2019-08-052-19/+16
* Move some declarations out of alcmain.hChris Robinson2019-08-056-122/+140
* Move the meters per unit property to the listenerChris Robinson2019-08-056-13/+9
* Remove the ReverbSpeedOfSound hackChris Robinson2019-08-055-88/+59
* Move some structs to where they're usedChris Robinson2019-08-042-37/+37
* Don't allow numeric values for the resampler optionChris Robinson2019-08-041-8/+1
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-0427-448/+428
* Pass spans to the source get-property methodsChris Robinson2019-08-031-268/+165
* Pass spans to the source set-property methodsChris Robinson2019-08-031-219/+212
* Add a Create method to FlexArray for "raw" arraysChris Robinson2019-08-032-15/+15
* Make a couple counts size_tChris Robinson2019-08-035-10/+13
* Avoid manually incrementing a reference countChris Robinson2019-08-031-8/+4
* Turn a couple more functions into methodsChris Robinson2019-08-022-120/+99
* Use an unsigned voice indexChris Robinson2019-08-022-20/+12
* Avoid reloading the voices array when processingChris Robinson2019-08-021-12/+13
* Add operator* to intrusive_ptrChris Robinson2019-08-011-0/+1
* Use a smart pointer for holding the context's deviceChris Robinson2019-08-0119-88/+84
* Reduce the AsyncEvent struct sizeChris Robinson2019-08-011-1/+1
* Add and use an intrusive_ptr typeChris Robinson2019-08-013-105/+73
* Remove an unnecessary variableChris Robinson2019-08-011-4/+2
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-0114-141/+133
* Cleanup alcontext.h includesChris Robinson2019-08-011-21/+20
* Use float2 where appropriateChris Robinson2019-07-311-2/+2
* Don't templatize HrirArrayChris Robinson2019-07-317-16/+14
* Fix a couple ASSUME statementsChris Robinson2019-07-312-2/+2
* Use enums for the resampler and mixer template tagsChris Robinson2019-07-311-29/+27
* Add iterators to ALbufferlistitemChris Robinson2019-07-315-145/+170
* Remove improper includeChris Robinson2019-07-301-1/+0
* Move another function to a ALCcontext methodChris Robinson2019-07-3027-510/+467
* Turn some functions into methodsChris Robinson2019-07-305-60/+48
* Properly prefix ALCcontext membersChris Robinson2019-07-3023-481/+481
* More include cleanupChris Robinson2019-07-297-18/+25
* Use Transposed Direct Form II for the BS2B filtersChris Robinson2019-07-292-43/+37
* Rename al/* sources to avoid camel-caseChris Robinson2019-07-2939-89/+85
* Minor formatting fixesChris Robinson2019-07-291-7/+4
* Move the event declarations to a separate headerChris Robinson2019-07-2910-49/+64
* Rename the OpenAL32 directory to alChris Robinson2019-07-2918-18/+18
* Remove some unnecessary cmake checksChris Robinson2019-07-291-31/+16
* Cleanup common sources' includesChris Robinson2019-07-298-33/+37