index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some unneeded templates and parameters
Chris Robinson
2011-10-04
2
-63
/
+20
*
Convert samples to float when copying to the stack
Chris Robinson
2011-10-04
1
-49
/
+68
*
Use sample frames when handling the buffer length
Chris Robinson
2011-10-04
1
-6
/
+6
*
Track the temp stack buffer using sample frames instead of bytes
Chris Robinson
2011-10-03
1
-26
/
+25
*
Don't use a double when calculating the HRTF coefficients
Chris Robinson
2011-10-02
1
-6
/
+6
*
Make a floating-point constant a float type
Chris Robinson
2011-10-02
1
-1
/
+1
*
Add support for AL_EXT_ALAW
Chris Robinson
2011-10-01
1
-2
/
+2
*
Improve index calculation for reverb modulation updates
Chris Robinson
2011-10-01
1
-10
/
+5
*
Add some formatting spaces to the reverb state struct
Chris Robinson
2011-10-01
1
-0
/
+24
*
Rename LOWPASSFREQCUTOFF to LOWPASSFREQREF
Chris Robinson
2011-09-30
3
-4
/
+4
*
Use raise(SIGTRAP) instead of kill(getpid(),SIGTRAP)
Chris Robinson
2011-09-30
1
-1
/
+1
*
Apply the initial wet send reverb decay before clamping the gains
Chris Robinson
2011-09-30
1
-18
/
+18
*
Multiply by the reciprocal value instead of dividing
Chris Robinson
2011-09-29
1
-4
/
+4
*
Use fast float-to-int conversions for some mixer-related code
Chris Robinson
2011-09-29
3
-20
/
+20
*
Set the mixer FPU mode for device parameter updates
Chris Robinson
2011-09-29
1
-0
/
+3
*
Use inline functions to set/restore the FPU mode for mixer updates
Chris Robinson
2011-09-29
1
-14
/
+2
*
Use inline assembly for fast float-to-int conversions
Chris Robinson
2011-09-29
2
-20
/
+20
*
Copy only the gains needed for the channel being mixed
Chris Robinson
2011-09-24
1
-10
/
+8
*
A static source only has one buffer in the queue
Chris Robinson
2011-09-24
1
-1
/
+0
*
Only warn when a symbol fails to load
Chris Robinson
2011-09-24
1
-1
/
+1
*
Rename the MMDevAPI backend's MessageProc function
Chris Robinson
2011-09-24
1
-2
/
+2
*
Look for and use atan2f, log10f, and floorf
Chris Robinson
2011-09-24
3
-5
/
+5
*
Cast a 64-bit variable to a 32-bit int
Chris Robinson
2011-09-24
1
-1
/
+2
*
Use aluAtan instead of atan
Chris Robinson
2011-09-24
1
-1
/
+1
*
Silence MSVC warnings in the HRTF code
Chris Robinson
2011-09-23
1
-3
/
+3
*
Add a WAVEFORM_FRACONE macro and minor cleanups for the ring modulator
Chris Robinson
2011-09-23
1
-10
/
+10
*
Use float types for the resamplers instead of double
Chris Robinson
2011-09-23
2
-19
/
+19
*
Change a double type to a float
Chris Robinson
2011-09-23
1
-1
/
+1
*
Check for asinf and use it
Chris Robinson
2011-09-23
1
-1
/
+1
*
Move ConeScale and ZScale to ALu.c and alu.h, and make them floats
Chris Robinson
2011-09-23
2
-8
/
+9
*
Use macros for float-typed PI values, to avoid manual casts everywhere
Chris Robinson
2011-09-22
6
-56
/
+56
*
More MSVC precision casts
Chris Robinson
2011-09-22
1
-40
/
+40
*
Add a few more precision casts
Chris Robinson
2011-09-22
1
-3
/
+3
*
Use cosf and sinf when available
Chris Robinson
2011-09-22
5
-24
/
+24
*
Silence some MSVC precision warnings
Chris Robinson
2011-09-22
1
-2
/
+2
*
Define _WIN32_WINNT on the command line with _WIN32
Chris Robinson
2011-09-20
3
-3
/
+0
*
Move Sleep implementation into helper.c and emulate sched_yield for Windows
Chris Robinson
2011-09-20
1
-2
/
+12
*
Fix indentation
Chris Robinson
2011-09-20
1
-1
/
+1
*
Make a separate log level to trace reference counts, to avoid log spam for tr...
Chris Robinson
2011-09-20
1
-5
/
+5
*
Fix a warning message
Chris Robinson
2011-09-20
1
-1
/
+1
*
Trace created device and context pointers
Chris Robinson
2011-09-20
1
-0
/
+5
*
Avoid size_t and ssize_t in some places
Chris Robinson
2011-09-20
1
-9
/
+9
*
Add a ConfigValueStr function, to return the string through a parameter
Chris Robinson
2011-09-19
5
-26
/
+38
*
Check the number of available samples before calling the capture method
Chris Robinson
2011-09-18
7
-53
/
+38
*
Use arrays instead of large switches to decompose formats
Chris Robinson
2011-09-18
1
-74
/
+40
*
Return int and float config values through a parameter
Chris Robinson
2011-09-18
3
-65
/
+85
*
Avoid a buffer underrun when getting the end of a config option value
Chris Robinson
2011-09-18
1
-2
/
+3
*
Allow loading multiple HRTF tables through a comma-separated list
Chris Robinson
2011-09-18
1
-22
/
+41
*
Dynamically allocate space for HRTF tables
Chris Robinson
2011-09-18
2
-7
/
+46
*
Store the HRTF tables used in the device
Chris Robinson
2011-09-18
3
-31
/
+35
[next]