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
*
C11's alignas is also sufficient for SSE aligning
Chris Robinson
2014-05-05
1
-7
/
+9
*
Add a cast to silence an MSVC warning
Chris Robinson
2014-05-04
1
-2
/
+3
*
Trace skipped info sub-chunks
Chris Robinson
2014-05-04
1
-0
/
+2
*
Use ALuint for the amount to skip
Chris Robinson
2014-05-04
1
-1
/
+1
*
Don't use the next power of two when duplicating config values
Chris Robinson
2014-05-04
1
-1
/
+1
*
Remove unnecessary ifdefs
Chris Robinson
2014-05-04
2
-4
/
+0
*
Always use the current gains when mixing
Chris Robinson
2014-05-04
3
-17
/
+22
*
Better pack HRTF mixing properties
Chris Robinson
2014-05-03
4
-70
/
+65
*
Clamp the current and target gain lower bound to epsilon
Chris Robinson
2014-05-03
2
-11
/
+11
*
Make sure all gain steps are applied with the SSE and Neon mixers
Chris Robinson
2014-05-03
2
-44
/
+22
*
Revert e9aee578a797c694655538cd0a00ad6c0bf6d5dc
Chris Robinson
2014-05-02
1
-2
/
+2
*
Iniitialize some mmdevapi backend fields in the constructor
Chris Robinson
2014-05-02
1
-0
/
+23
*
Use a backup in case pthread_mutex_timedlock isn't available
Chris Robinson
2014-05-01
3
-1
/
+28
*
Use ALboolean for al_string_empty's return type
Chris Robinson
2014-04-30
2
-2
/
+2
*
Add a helper VECTOR_FOR_EACH macro
Chris Robinson
2014-04-30
6
-55
/
+49
*
Use _mm_set_ps() to set an __m128 instead of {}
Chris Robinson
2014-04-26
1
-2
/
+2
*
Convert the mmdevapi backend to the new backend API
Chris Robinson
2014-04-25
4
-397
/
+511
*
Use a vector for mmdevapi device lists
Chris Robinson
2014-04-24
1
-93
/
+77
*
More device list cleanup cleanup
Chris Robinson
2014-04-24
2
-40
/
+25
*
Use a helper function to clear PulseAudio device lists
Chris Robinson
2014-04-24
1
-36
/
+20
*
Use a helper method to clear winmm device lists
Chris Robinson
2014-04-24
1
-20
/
+15
*
Avoid using superfluous LP* types
Chris Robinson
2014-04-23
1
-10
/
+10
*
Use a RefCount for counting committed winmm buffers
Chris Robinson
2014-04-23
1
-7
/
+7
*
Avoid forward-declaring backend vtables
Chris Robinson
2014-04-23
4
-42
/
+44
*
Avoid using assert() in createBackend
Chris Robinson
2014-04-23
2
-14
/
+20
*
Include FindALSA.cmake
Chris Robinson
2014-04-23
1
-0
/
+73
*
Properly handle HAVE_DYNLOAD in the dsound backend
Chris Robinson
2014-04-22
1
-1
/
+7
*
Avoid some superfluous types
Chris Robinson
2014-04-22
1
-8
/
+8
*
Simplify the cmake backend handling a bit
Chris Robinson
2014-04-22
1
-31
/
+24
*
Fix adding backend include directories
Chris Robinson
2014-04-22
1
-16
/
+48
*
Use a helper to return mmdevapi message thread responses
Chris Robinson
2014-04-22
1
-16
/
+15
*
Avoid dereferencing a NULL pointer
Chris Robinson
2014-04-21
1
-2
/
+2
*
Use a vector to store the ALSA device lists
Chris Robinson
2014-04-21
1
-96
/
+82
*
Use al_string for ALSA's device map
Chris Robinson
2014-04-21
1
-21
/
+26
*
Trace the device name being opened in ALSA and PulseAudio
Chris Robinson
2014-04-21
2
-0
/
+4
*
Use the althrd methods in winmm
Chris Robinson
2014-04-21
1
-78
/
+15
*
Only declare backend options when the backend is available
Chris Robinson
2014-04-20
1
-22
/
+20
*
Use the stored format block align instead of calculating it
Chris Robinson
2014-04-20
1
-7
/
+4
*
Use a vector for the PulseAudio DevMaps
Chris Robinson
2014-04-20
1
-76
/
+82
*
Use an al_string in the PulseAudio backend instead of char*
Chris Robinson
2014-04-20
1
-44
/
+63
*
Convert the DSound backend to the new API
Chris Robinson
2014-04-19
4
-224
/
+293
*
Add a SZFMT macro for a size_t string formatter
Chris Robinson
2014-04-19
2
-2
/
+11
*
Don't link with libwinmm unless WinMM is enabled
Chris Robinson
2014-04-19
1
-11
/
+8
*
Use a find module to look for DirectSound
Chris Robinson
2014-04-19
2
-28
/
+60
*
Use find cmake modules for more backends
Chris Robinson
2014-04-19
7
-79
/
+259
*
Add a GCC-specific STATIC_UPCAST macro that checks the object type
Chris Robinson
2014-04-19
4
-4
/
+11
*
Use C11 alignas when available
Chris Robinson
2014-04-19
7
-17
/
+55
*
Dont bother trying _alloca
Chris Robinson
2014-04-19
1
-6
/
+1
*
Set -D_GNU_SOURCE=1 -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 earlier
Chris Robinson
2014-04-19
1
-4
/
+5
*
Use FindALSA.cmake to look for ALSA
Chris Robinson
2014-04-19
1
-15
/
+14
[next]