.. |
backends
|
Make sure PulseAudio sets an update size that's a multiple of 4 samples with SSE
|
2012-09-20 15:01:49 -07:00 |
ALc.c
|
Help ensure the update size is a multiple of 4 with SSE
|
2012-09-20 14:54:28 -07:00 |
alcConfig.c
|
Again try to get _WIN32_IE to behave right with MinGW
|
2012-09-11 01:39:05 -07:00 |
alcDedicated.c
|
Use a non-interleaved DryBuffer
|
2012-09-11 06:32:42 -07:00 |
alcEcho.c
|
Use a non-interleaved DryBuffer
|
2012-09-11 06:32:42 -07:00 |
alcModulator.c
|
Use a non-interleaved DryBuffer
|
2012-09-11 06:32:42 -07:00 |
alcReverb.c
|
Fix up some more header includes
|
2012-09-14 02:42:36 -07:00 |
alcRing.c
|
Avoid a junk sample at the start of the ring buffer, and allocate the buffer
|
2011-06-27 14:30:45 -07:00 |
alcThread.c
|
Set a 1MB stack size for created threads
|
2012-04-16 19:15:48 -07:00 |
ALu.c
|
Remove SSE resamplers. They aren't gaining us much this way.
|
2012-09-24 14:47:06 -07:00 |
bs2b.c
|
Use memset to clear the bs2b filter's last sample and remove the unused is_clear function
|
2012-02-19 13:09:29 -08:00 |
helpers.c
|
Precision control bits don't exist with SSE
|
2012-09-18 15:08:36 -07:00 |
hrtf_tables.inc
|
Use the correct size for defaultCoeffs
|
2012-09-11 10:43:53 -07:00 |
hrtf.c
|
Improve a couple error traces with the HRTF loader
|
2012-09-18 12:15:43 -07:00 |
mixer_c.c
|
Combine multiple loops into one
|
2012-09-24 19:07:07 -07:00 |
mixer_defs.h
|
Remove an unnecessary include
|
2012-09-24 20:39:12 -07:00 |
mixer_inc.c
|
Avoid building redundant mixers
|
2012-09-16 08:14:26 -07:00 |
mixer_neon.c
|
Update HRTF code
|
2012-09-11 02:11:51 -07:00 |
mixer_sse.c
|
Combine multiple loops into one
|
2012-09-24 19:07:07 -07:00 |
mixer.c
|
Ensure the ResampledBuffer is aligned
|
2012-09-14 04:16:49 -07:00 |
panning.c
|
Use a more efficient method to offset the speaker angles when computing gains
|
2012-08-09 02:31:19 -07:00 |