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
*
Fix maximum BufferSize calculation
Chris Robinson
2011-10-04
1
-4
/
+4
*
Rename a variable to avoid confusion
Chris Robinson
2011-10-04
1
-16
/
+16
*
Remove some unneeded templates and parameters
Chris Robinson
2011-10-04
3
-65
/
+22
*
Convert samples to float when copying to the stack
Chris Robinson
2011-10-04
2
-53
/
+72
*
Use sample frames when handling the buffer length
Chris Robinson
2011-10-04
4
-104
/
+79
*
Track the temp stack buffer using sample frames instead of bytes
Chris Robinson
2011-10-03
1
-26
/
+25
*
Make sure GCC properly errors when checking visiblity attributes
Chris Robinson
2011-10-02
1
-1
/
+1
*
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
*
Don't use inline asm with MSVC on 64-bit
Chris Robinson
2011-10-02
1
-1
/
+1
*
Get rid of some unnecessary casting
Chris Robinson
2011-10-02
1
-4
/
+4
*
Rename some parameters
Chris Robinson
2011-10-02
2
-21
/
+21
*
Remove the OriginalAlign buffer field, and calculate it as needed
Chris Robinson
2011-10-01
2
-8
/
+12
*
Fix potential divide-by-0
Chris Robinson
2011-10-01
1
-5
/
+11
*
Add buffer properties to get the internal format, and the length in bytes, sa...
Chris Robinson
2011-10-01
4
-1
/
+47
*
Use tokens matching the string
Chris Robinson
2011-10-01
1
-2
/
+2
*
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
[next]