aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Separate the resampling and mixing stepsChris Robinson2012-09-088-411/+253
* Workaround MinGW __declspec(align(x)) bugChris Robinson2012-09-081-0/+3
* Free the global ALSA config after opening capture devices tooChris Robinson2012-09-021-1/+4
* alsa: Free the global config cache to remove a lot of reported leaksLauri Kasanen2012-09-021-0/+6
* Set the error if setting a new integer source offset failsChris Robinson2012-09-011-1/+1
* Minor cleanups for mixer_incChris Robinson2012-08-294-35/+39
* Add an SSE-enhanced path for applying the mixer matrixChris Robinson2012-08-294-7/+48
* Make sure device buffers are 16-byte alignedChris Robinson2012-08-292-12/+12
* Increase MaxChannels to be a multiple of 4Chris Robinson2012-08-291-10/+11
* Set an error closer to where it occurs for setting source propertiesChris Robinson2012-08-291-523/+443
* Add helpers to set source propertiesChris Robinson2012-08-281-366/+463
* Print the error when reporting snd_pcm_delay failureChris Robinson2012-08-271-1/+1
* Use _aligned_free for pointers returned by _aligned_mallocChris Robinson2012-08-241-1/+3
* Constify some parametersChris Robinson2012-08-211-12/+12
* Add the option to retrieve the source offset and latency in secondsChris Robinson2012-08-202-0/+52
* Fix getting the RW offsets with alGetSourcei64vSOFTChris Robinson2012-08-201-0/+2
* Add methods to get source properties as doublesChris Robinson2012-08-203-0/+145
* Fix a parameter nameChris Robinson2012-08-202-4/+4
* Properly export alGetSource3i64SOFTChris Robinson2012-08-202-0/+3
* Use helper functions to read source propertiesChris Robinson2012-08-201-229/+442
* Use the correct 64-bit int type for the extension functionsChris Robinson2012-08-201-3/+4
* Add a macro to help make a 64-bit valueChris Robinson2012-08-193-2/+4
* Use a default method to provide a dummy latencyChris Robinson2012-08-1914-98/+18
* Hold the device lock with PulseAudio between mixing and writingChris Robinson2012-08-181-0/+2
* Hold the device lock with ALSA between mixing and writingChris Robinson2012-08-181-0/+4
* Use non-blocking access for ALSA playbackChris Robinson2012-08-181-17/+37
* Move the device lock into the backend function tableChris Robinson2012-08-1818-22/+62
* Keep the backend device open until the last reference is releasedChris Robinson2012-08-181-4/+5
* Add the start of AL_SOFT_source_latencyChris Robinson2012-08-183-0/+116
* Add a device method to retrieve the active latencyChris Robinson2012-08-1717-15/+165
* Place the alignment attribute before the variable declarationChris Robinson2012-08-162-5/+5
* Remove extra parenthesis used in the aligned attribute declarationChris Robinson2012-08-161-2/+2
* Fix aligned allocator fallbackChris Robinson2012-08-161-3/+2
* MSVC wants __declspec(align), not __declspec(aligned)Chris Robinson2012-08-161-1/+1
* Avoid dynamic handling of libsndioChris Robinson2012-08-162-88/+3
* Apply HRTF mixer coefficients with stepping using SSEChris Robinson2012-08-154-11/+65
* Check the max CPUID functions before calling themChris Robinson2012-08-151-4/+11
* Make sure sources are 16-byte alignedChris Robinson2012-08-151-4/+4
* Add wrapper methods to ensure aligned allocationsChris Robinson2012-08-154-0/+65
* Ensure some HRTF-related parameters are alignedChris Robinson2012-08-151-4/+4
* Make sure the working coefficients are aligned for the SSE mixerChris Robinson2012-08-154-6/+12
* Remove unused filter functionsChris Robinson2012-08-151-21/+0
* Check for and use the -msse switch when dealing with SSE intrinsicsChris Robinson2012-08-151-1/+11
* Check the correct macro for ARM Neon supportChris Robinson2012-08-151-1/+1
* Don't bother handling MMX since we don't use itChris Robinson2012-08-152-13/+5
* Add cmake options to disable or require support for CPU extensionsChris Robinson2012-08-154-15/+48
* Move mixers into separate source filesChris Robinson2012-08-157-419/+617
* Add an SSE-enhanced HRTF mixer using intrinsicsChris Robinson2012-08-145-3/+57
* Fix a typoChris Robinson2012-08-131-1/+1
* Add a config option to disable use of CPU extensionsChris Robinson2012-08-134-10/+52