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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
|
|
|
Also clear away a few more MSVC precision warnings
*
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
|
|
|
|
aren't available
*
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 ↵
Chris Robinson
2011-09-20
2
-6
/
+12
|
|
|
|
traces
*
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
6
-26
/
+39
|
*
Check the number of available samples before calling the capture method
Chris Robinson
2011-09-18
7
-53
/
+38
|
*
Use the ALC types for the device format enum values
Chris Robinson
2011-09-18
1
-12
/
+12
|
*
Use arrays instead of large switches to decompose formats
Chris Robinson
2011-09-18
3
-296
/
+146
|
*
Return int and float config values through a parameter
Chris Robinson
2011-09-18
5
-68
/
+89
|
|
|
|
|
This allows the getter functions to return whether or not the option exists without a separate call and check.
*
Avoid a buffer underrun when getting the end of a config option value
Chris Robinson
2011-09-18
1
-2
/
+3
|
*
Update a config file comment
Chris Robinson
2011-09-18
1
-3
/
+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
3
-7
/
+47
|
*
Store the HRTF tables used in the device
Chris Robinson
2011-09-18
4
-34
/
+44
|
*
Fix a mutex leak in a capture open error path
Chris Robinson
2011-09-16
1
-0
/
+1
|
*
Fix comment on external HRTF file format
Chris Robinson
2011-09-15
1
-2
/
+2
|
*
Trace compatible HRTF formats when loading instead of on error
Chris Robinson
2011-09-15
1
-3
/
+4
|
*
Make alcSetError static
Chris Robinson
2011-09-14
2
-26
/
+24
|
*
Remove a couple ineffective alcSetError calls
Chris Robinson
2011-09-14
1
-6
/
+0
|
*
Use IsDebuggerPresent instead of the VC-only __try/__except
Chris Robinson
2011-09-14
2
-10
/
+4
|
*
Return an error from the CaptureSamples method instead of setting it
Chris Robinson
2011-09-14
8
-67
/
+66
|
*
Limit the minimum ALSA capture size to 100ms, and the maximum period size to ↵
Chris Robinson
2011-09-13
1
-1
/
+7
|
|
|
|
50ms
*
Use maxu to clamp PulseAudio's capture buffer size
Chris Robinson
2011-09-13
1
-2
/
+1
|
*
Pre-apply the deferred source offset only when it's playing or paused
Chris Robinson
2011-09-12
1
-1
/
+2
|
*
Rename the ALEffect_ macros to ALeffectState_ to reflect what they work on
Chris Robinson
2011-09-12
5
-17
/
+17
|
*
Be a bit more robust while handling the global device list
Chris Robinson
2011-09-12
2
-46
/
+39
|
*
Remove the context from being current before removing it from the device
Chris Robinson
2011-09-12
1
-13
/
+13
|
*
Get rid of IsContext
Chris Robinson
2011-09-12
1
-74
/
+60
|
*
Use VerifyDevice to validate a device handle instead of IsDevice
Chris Robinson
2011-09-12
1
-26
/
+4
|
*
Look for __ALSOFT_TRAP_ERROR to trap both AL and ALC errors
Chris Robinson
2011-09-12
1
-5
/
+14
|
*
Shorten some warning messages
Chris Robinson
2011-09-12
1
-3
/
+3
|
*
Use the active source list when stopping sources on disconnect
Chris Robinson
2011-09-12
1
-11
/
+11
|
[next]