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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for AL_EXT_ALAW
Chris Robinson
2011-10-01
5
-5
/
+167
*
Add AL_EXT_MULAW and AL_EXT_ALAW tokens to alext.h
Chris Robinson
2011-10-01
1
-0
/
+12
*
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
4
-5
/
+5
*
Define the values for F_PI and F_PI_2 directly instead of using M_PI
Chris Robinson
2011-09-30
1
-6
/
+2
*
Use raise(SIGTRAP) instead of kill(getpid(),SIGTRAP)
Chris Robinson
2011-09-30
2
-2
/
+2
*
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 when setting a new effect on an effect slot
Chris Robinson
2011-09-29
1
-0
/
+5
*
Set the mixer FPU mode for device parameter updates
Chris Robinson
2011-09-29
1
-0
/
+3
*
Set the FPU into single-precision mode for mixer updates
Chris Robinson
2011-09-29
4
-8
/
+28
*
Use inline functions to set/restore the FPU mode for mixer updates
Chris Robinson
2011-09-29
3
-29
/
+29
*
Use inline assembly for fast float-to-int conversions
Chris Robinson
2011-09-29
3
-20
/
+44
*
Set toward-zero rounding when updating in alDeferUpdatesSOFT
Chris Robinson
2011-09-28
1
-0
/
+16
*
Clamp the low-pass reference gain to -60 dB instead of -40 dB
Chris Robinson
2011-09-25
1
-3
/
+3
*
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
*
Centralize the Lookup and Remove macros
Chris Robinson
2011-09-24
6
-104
/
+97
*
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
6
-13
/
+43
*
Cast a 64-bit variable to a 32-bit int
Chris Robinson
2011-09-24
1
-1
/
+2
*
Don't require libm for the float-type math functions
Chris Robinson
2011-09-24
1
-12
/
+19
*
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
3
-26
/
+26
*
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
4
-2
/
+12
*
Make AIRABSORBGAINHF a float type
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
4
-11
/
+12
*
Add atomic functions for GCC inline asm
Chris Robinson
2011-09-23
1
-0
/
+70
*
Use macros for float-typed PI values, to avoid manual casts everywhere
Chris Robinson
2011-09-22
7
-56
/
+59
*
More MSVC precision casts
Chris Robinson
2011-09-22
1
-40
/
+40
*
Add a few more precision casts
Chris Robinson
2011-09-22
2
-4
/
+4
*
Use cosf and sinf when available
Chris Robinson
2011-09-22
8
-25
/
+45
*
Silence some MSVC precision warnings
Chris Robinson
2011-09-22
5
-39
/
+28
*
Constify some parameters
Chris Robinson
2011-09-22
4
-27
/
+27
*
Don't use the -fvisibility switch if the visibility attributes didn't work
Chris Robinson
2011-09-21
1
-7
/
+10
*
Actually check for hidden visibility
Chris Robinson
2011-09-20
1
-1
/
+1
*
Try to use "default" and "hidden" visibility when "protected" and "internal" ...
Chris Robinson
2011-09-20
1
-4
/
+23
*
Remove a couple type size checks
Chris Robinson
2011-09-20
2
-8
/
+0
*
Check for SLES/OpenSLES.h along with SLES/OpenSLES_Android.h
Chris Robinson
2011-09-20
1
-1
/
+1
*
Define _WIN32_WINNT on the command line with _WIN32
Chris Robinson
2011-09-20
5
-7
/
+1
*
Move Sleep implementation into helper.c and emulate sched_yield for Windows
Chris Robinson
2011-09-20
2
-12
/
+16
*
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
2
-6
/
+12
*
Fix a warning message
Chris Robinson
2011-09-20
1
-1
/
+1
[next]