aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Constify the direct and send parameters given to the mixerChris Robinson2012-10-156-21/+21
* Use a separate step to deinterlace reverb samplesChris Robinson2012-10-141-14/+33
* Remove the unused Device parameterChris Robinson2012-10-146-17/+11
* Store the output buffers in the DirectParams structChris Robinson2012-10-145-10/+25
* Remove the now-unused Source parameter from the DryMix methodsChris Robinson2012-10-146-16/+11
* Store some more HRTF info in the DirectParams structChris Robinson2012-10-143-5/+14
* Mark some parameters as const and/or RESTRICTChris Robinson2012-10-144-12/+13
* Move alhelpers and alffmpeg code to a common sub-directoryChris Robinson2012-10-146-3/+5
* Use a helper method to convert i64 values to the proper typesChris Robinson2012-10-141-74/+88
* Check i64 property ranges before passing them to the int handlersChris Robinson2012-10-141-19/+76
* Don't add the dry gain to the mixing matrixChris Robinson2012-10-131-1/+1
* Silence an implicit int-to-float conversion warning on MSVCChris Robinson2012-10-131-1/+1
* Don't use a loop to determine the next power of 2Chris Robinson2012-10-131-9/+7
* List the in-progress AL_SOFT_source_latency extensionChris Robinson2012-10-131-1/+2
* Implement the double and int64 source settersChris Robinson2012-10-133-4/+267
* Fix copying the listener Up vectorChris Robinson2012-10-121-1/+1
* Use the enum to set the default distance modelChris Robinson2012-10-121-1/+1
* Initialize the listener velocity parameterChris Robinson2012-10-121-0/+2
* Apply the listener matrix to the listener velocity onceChris Robinson2012-10-122-12/+11
* Avoid needlessly copying the listener matrixChris Robinson2012-10-121-7/+3
* Apply the listener position to the transformation matrixChris Robinson2012-10-121-38/+44
* Check the distance against epsilon to determine if it matchesChris Robinson2012-10-122-2/+7
* Properly scale wide-stereo sourcesChris Robinson2012-10-101-1/+1
* Avoid mixing to a send slot if the gain is too lowChris Robinson2012-10-101-0/+3
* The max step is no longer dependent on the channel countChris Robinson2012-10-101-2/+2
* Set Hrtf.Moving after setting the source params instead of after mixingChris Robinson2012-10-092-3/+1
* Build the listener matrix separatelyChris Robinson2012-10-094-35/+42
* Don't include alListener.h from alMain.hChris Robinson2012-10-093-6/+3
* Store a pointer to the listener in the contextChris Robinson2012-10-094-83/+84
* Define RESTRICT in config.h instead of alMain.hChris Robinson2012-10-093-16/+14
* Don't assume x86 or x64 to use IsProcessorFeaturePresentChris Robinson2012-10-081-3/+2
* Fix a type conversion warningChris Robinson2012-10-081-2/+3
* Fix a type mismatchChris Robinson2012-10-071-1/+2
* Add missing includeChris Robinson2012-10-071-0/+1
* Use IsProcessorFeaturePresent to detect SSE on WindowsChris Robinson2012-10-071-0/+10
* Revert "Use __cpuid from intrin.h in Windows when available"Chris Robinson2012-10-073-44/+0
* Use __cpuid from intrin.h in Windows when availableChris Robinson2012-10-073-0/+44
* Add trace, warn, and error markers to logged outputChris Robinson2012-10-072-9/+9
* Lock the device using the pulseaudio main loopChris Robinson2012-10-071-8/+15
* Avoid unnecessarily locking the list lockChris Robinson2012-10-071-43/+31
* Shorten format trace messagesChris Robinson2012-10-061-2/+2
* Define WIN32_LEAN_AND_MEAN when including windows.h in alMain.hChris Robinson2012-10-063-0/+7
* Include windows.h before cpuid.h to avoid __cpuid clashesChris Robinson2012-10-062-23/+26
* Rename a couple functionsChris Robinson2012-10-051-15/+15
* Put temporary storage in the device instead of on the stackChris Robinson2012-10-052-4/+7
* Add a special resampler for matching sample ratesChris Robinson2012-10-054-2/+13
* Round up the device's default slot alignmentChris Robinson2012-10-051-1/+1
* Fix potential buffer overflow with temp sample spaceChris Robinson2012-10-051-2/+3
* Scale and round NumUpdates when PulseAudio changes the sample rateChris Robinson2012-10-041-7/+7
* Avoid void* arithmeticChris Robinson2012-10-041-1/+1