aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure the output buffer pointer is updated in case multiple iterations ar...Chris Robinson2012-10-031-9/+13
* Update the example to use avcodec_decode_audio4Chris Robinson2012-10-032-39/+46
* Update some ffmpeg functionsChris Robinson2012-10-032-8/+6
* Fix some signed/unsigned comparisonsChris Robinson2012-10-021-4/+4
* Reset maxlength if PulseAudio updates the playback rateChris Robinson2012-10-021-0/+1
* Use lrintf to fast convert floats to ints when possibleChris Robinson2012-09-283-9/+9
* Decrease the default BUFFERSIZE to 2048Chris Robinson2012-09-281-4/+4
* Combine early reflections and late reverb in VerbPassChris Robinson2012-09-271-11/+11
* Use an unsigned type for the sample position fractionChris Robinson2012-09-271-3/+3
* Remove an unneeded parameter from the resamplerChris Robinson2012-09-274-18/+13
* Ensure the device's default effect slot is properly alignedChris Robinson2012-09-261-2/+2
* Update a commentChris Robinson2012-09-261-5/+5
* Ensure effect slots are alignedChris Robinson2012-09-261-5/+5
* Deinterlace audio when loading it into the stack.Chris Robinson2012-09-261-182/+168
* Round when calculating NumUpdates from PulseAudio's minreqChris Robinson2012-09-251-7/+8
* Remove an unnecessary includeChris Robinson2012-09-241-1/+0
* Combine multiple loops into oneChris Robinson2012-09-242-63/+30
* Avoid mixing silence to outputChris Robinson2012-09-242-1/+15
* Remove SSE resamplers. They aren't gaining us much this way.Chris Robinson2012-09-243-104/+0
* Make sure PulseAudio sets an update size that's a multiple of 4 samples with SSEChris Robinson2012-09-201-2/+5
* Help ensure the update size is a multiple of 4 with SSEChris Robinson2012-09-201-0/+5
* Fix matrix multiply used by the SSE cubic resamplerChris Robinson2012-09-181-63/+22
* Precision control bits don't exist with SSEChris Robinson2012-09-181-5/+4
* Improve a couple error traces with the HRTF loaderChris Robinson2012-09-181-2/+2
* fpu_control.h is no longer usedChris Robinson2012-09-183-8/+0
* Win64 doesn't allow _controlfp or __control87_2 to set the precision control ...Chris Robinson2012-09-181-0/+6
* Fix a typo in a commentChris Robinson2012-09-171-1/+1
* Avoid correcting for more non-existing clicksChris Robinson2012-09-161-8/+14
* Don't try to correct for non-existing clicks.Chris Robinson2012-09-161-6/+13
* Explicitly give the wet buffer 1 channelChris Robinson2012-09-165-23/+23
* Check the proper value for setting WetPendingClicksChris Robinson2012-09-161-1/+1
* Avoid building redundant mixersChris Robinson2012-09-165-99/+75
* Implement an SSE MixSend methodChris Robinson2012-09-162-1/+30
* Properly restore the SSE control word with __control87_2Chris Robinson2012-09-161-1/+1
* Properly handle the SSE control wordChris Robinson2012-09-162-16/+40
* Use __control87_2 when availableChris Robinson2012-09-163-0/+11
* Use a struct to store the FPU modeChris Robinson2012-09-166-29/+29
* Add missing source property retrievalsChris Robinson2012-09-141-0/+12
* Implement an SSE cubic resamplerChris Robinson2012-09-143-1/+92
* Shorten a warningChris Robinson2012-09-141-1/+1
* Implement an SSE linear resamplerChris Robinson2012-09-143-0/+54
* Ensure the ResampledBuffer is alignedChris Robinson2012-09-141-1/+1
* Use a source param for the resampler and move them to the mixer sourceChris Robinson2012-09-146-64/+72
* Remove an unused headerChris Robinson2012-09-143-15/+2
* Move a couple macros to more appropriate headersChris Robinson2012-09-143-9/+8
* Fix up some more header includesChris Robinson2012-09-1411-48/+40