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
*
Use an atomic bool on things that only take true or false
Chris Robinson
2018-12-30
11
-36
/
+36
*
Rename BackendLock to StateLock
Chris Robinson
2018-12-30
13
-79
/
+38
*
Don't make the backend's lock/unlock methods noexcept
Chris Robinson
2018-12-29
4
-20
/
+14
*
Get rid of ALCdevice_Lock/Unlock
Chris Robinson
2018-12-29
3
-29
/
+21
*
Clean up a member name
Chris Robinson
2018-12-29
2
-10
/
+10
*
Use member functions for the sample and channel converters
Chris Robinson
2018-12-29
4
-66
/
+55
*
Add missing includes for mem_fn
Chris Robinson
2018-12-29
11
-0
/
+11
*
Don't bother with an explicit Loopback backend type
Chris Robinson
2018-12-29
3
-11
/
+6
*
Return a unique_ptr for the backend
Chris Robinson
2018-12-29
38
-68
/
+68
*
Make the backend type an enum class
Chris Robinson
2018-12-29
36
-140
/
+135
*
Get CoreAudio capture samples in one call
Chris Robinson
2018-12-28
1
-22
/
+21
*
Convert the backends to use proper inheritence
Chris Robinson
2018-12-28
40
-2856
/
+1903
*
Use static_cast instead of reinterpret_cast where possible
Chris Robinson
2018-12-28
4
-21
/
+21
*
Finish turning ancillary backend methods into member functions
Chris Robinson
2018-12-28
2
-305
/
+301
*
Turn even more methods into member functions
Chris Robinson
2018-12-28
5
-271
/
+278
*
Turn some more methods into member functions
Chris Robinson
2018-12-28
1
-93
/
+118
*
Add a method to prefix logged function names
Chris Robinson
2018-12-28
2
-15
/
+9
*
Make more methods into member functions
Chris Robinson
2018-12-27
3
-351
/
+316
*
Turn more methods into member functions
Chris Robinson
2018-12-27
3
-167
/
+169
*
Turn more methods into member functions
Chris Robinson
2018-12-27
3
-85
/
+94
*
Make some ancillary methods into member functions
Chris Robinson
2018-12-27
2
-117
/
+131
*
Use vectors instead of malloc'd buffers
Chris Robinson
2018-12-27
2
-42
/
+32
*
Finish renaming backend struct fields
Chris Robinson
2018-12-27
5
-255
/
+246
*
Rename some more struct members for consistency
Chris Robinson
2018-12-27
3
-289
/
+285
*
Fix ring buffer vector methods
Chris Robinson
2018-12-27
2
-8
/
+8
*
Get rid of the unnecessary STATIC_(UP)CAST macros
Chris Robinson
2018-12-27
19
-272
/
+204
*
Use a proper constructor/destructor for the ALCbackend base
Chris Robinson
2018-12-27
19
-102
/
+96
*
Rename DSound class members for consistency
Chris Robinson
2018-12-27
1
-95
/
+95
*
Return unique_ptrs instead of raw pointers
Chris Robinson
2018-12-27
15
-83
/
+55
*
Simplify resampling with CoreAudio capture
Chris Robinson
2018-12-27
1
-181
/
+136
*
Use a unique_ptr for the AsyncEvents ringbuffer
Chris Robinson
2018-12-27
6
-19
/
+16
*
Rename some ALSA class members for consistency
Chris Robinson
2018-12-27
1
-108
/
+108
*
Constify and reorder a couple device fields
Chris Robinson
2018-12-27
1
-4
/
+4
*
Recognize ambix as an alias for acn+sn3d
Chris Robinson
2018-12-27
3
-5
/
+5
*
Use std::array for appropriate source and listener properties
Chris Robinson
2018-12-26
6
-91
/
+87
*
Avoid a lambda to find a not-null entry in an array
Chris Robinson
2018-12-26
2
-7
/
+9
*
Clean up the ring buffer struct and use member functions
Chris Robinson
2018-12-26
18
-269
/
+285
*
Handle HRTF coefficients and values by reference where possible
Chris Robinson
2018-12-26
8
-44
/
+42
*
Avoid masking in ApplyCoeffs's inner loop
Chris Robinson
2018-12-26
3
-35
/
+62
*
Improve UHJ2 encoding
Chris Robinson
2018-12-26
3
-53
/
+51
*
Improve some post-process handlers
Chris Robinson
2018-12-26
1
-26
/
+26
*
More aggressively try to decrement an effect's refcount in-place
Chris Robinson
2018-12-26
1
-13
/
+17
*
Avoid using a local for a temporary
Chris Robinson
2018-12-25
1
-3
/
+3
*
Do some pre-mixing fading checks once before preparing to mix
Chris Robinson
2018-12-25
2
-74
/
+89
*
Add a couple more ASSUMEs for number of channels and sends
Chris Robinson
2018-12-25
1
-0
/
+2
*
Add an adjust-latency config option for PulseAudio
Chris Robinson
2018-12-25
3
-6
/
+42
*
Rework the pulseaudio backend to avoid an explicit mixer thread
Chris Robinson
2018-12-25
1
-122
/
+59
*
Cache the process binary path and name
Chris Robinson
2018-12-25
4
-18
/
+22
*
Cleanup some includes
Chris Robinson
2018-12-25
5
-20
/
+18
*
Rename a couple filter files for consistency
Chris Robinson
2018-12-25
11
-14
/
+15
[next]