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
path:
root
/
Alc
/
alc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a flexible array for DirectHrtfState and ALvoice
Chris Robinson
2019-01-12
1
-6
/
+6
*
Use a flexible array for the active effect slots
Chris Robinson
2019-01-11
1
-7
/
+3
*
Use a vector for ALeffectslotArray
Chris Robinson
2019-01-09
1
-13
/
+7
*
Change a true/false ALenum atomic into a bool
Chris Robinson
2019-01-09
1
-2
/
+2
*
Avoid using old style casts
Filip Gawin
2019-01-08
1
-11
/
+11
*
Use user-defined literals for 64-bit literals
Chris Robinson
2019-01-07
1
-1
/
+1
*
Use DeviceRef and ContextRef when creating a new device and context
Chris Robinson
2019-01-01
1
-29
/
+22
*
Rename ALCdevice_struct and ALCcontext_struct
Chris Robinson
2019-01-01
1
-8
/
+6
*
Use standard unique_lock and lock_guard for the backend lock
Chris Robinson
2019-01-01
1
-22
/
+19
*
Add and use a make_unique function
Chris Robinson
2019-01-01
1
-4
/
+4
*
Use an atomic bool on things that only take true or false
Chris Robinson
2018-12-30
1
-1
/
+1
*
Rename BackendLock to StateLock
Chris Robinson
2018-12-30
1
-37
/
+27
*
Don't bother with an explicit Loopback backend type
Chris Robinson
2018-12-29
1
-1
/
+1
*
Return a unique_ptr for the backend
Chris Robinson
2018-12-29
1
-2
/
+1
*
Make the backend type an enum class
Chris Robinson
2018-12-29
1
-7
/
+8
*
Convert the backends to use proper inheritence
Chris Robinson
2018-12-28
1
-30
/
+31
*
Return unique_ptrs instead of raw pointers
Chris Robinson
2018-12-27
1
-1
/
+1
*
Use a unique_ptr for the AsyncEvents ringbuffer
Chris Robinson
2018-12-27
1
-4
/
+1
*
Recognize ambix as an alias for acn+sn3d
Chris Robinson
2018-12-27
1
-1
/
+1
*
Clean up the ring buffer struct and use member functions
Chris Robinson
2018-12-26
1
-1
/
+1
*
Construct AsyncEvent objects directly in the ringbuffer
Chris Robinson
2018-12-25
1
-0
/
+19
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-17
/
+16
*
Add an in-progress extension to set the effect slot target
Chris Robinson
2018-12-24
1
-0
/
+1
*
Make the Compressor more class-like
Chris Robinson
2018-12-24
1
-6
/
+5
*
Only check ambisonic attributes with B-Format output
Chris Robinson
2018-12-24
1
-11
/
+14
*
Dynamically sort the effect slots when mixing
Chris Robinson
2018-12-22
1
-2
/
+6
*
Use a normal delete instead of ll_ringbuffer_free
Chris Robinson
2018-12-22
1
-1
/
+1
*
Rename a couple HRTF structs
Chris Robinson
2018-12-22
1
-20
/
+20
*
Don't hardcode the channel count from the device ambisonic order
Chris Robinson
2018-12-19
1
-7
/
+5
*
Don't allow FuMa ordering or normalization above third-order
Chris Robinson
2018-12-19
1
-2
/
+14
*
Combine handling of attribute processing
Chris Robinson
2018-12-18
1
-208
/
+143
*
Avoid some explicit loop counts
Chris Robinson
2018-12-15
1
-8
/
+4
*
Add more casts for MSVC
Chris Robinson
2018-12-12
1
-1
/
+1
*
Use proper classes for Vector and Matrix types
Chris Robinson
2018-12-12
1
-2
/
+2
*
Rename a couple global variables
Chris Robinson
2018-12-09
1
-5
/
+5
*
Avoid static global initialization functions
Chris Robinson
2018-12-08
1
-134
/
+16
*
Avoid several uses of memset
Chris Robinson
2018-12-08
1
-2
/
+2
*
Use class methods for the NFC filters
Chris Robinson
2018-12-05
1
-2
/
+2
*
Avoid more explicit loops
Chris Robinson
2018-12-04
1
-20
/
+21
*
Increase the async event queue size
Chris Robinson
2018-12-04
1
-1
/
+1
*
Use std::array for the voice's PrevSamples
Chris Robinson
2018-11-30
1
-1
/
+2
*
Improve construction and destruction of ALvoices
Chris Robinson
2018-11-30
1
-12
/
+45
*
Don't bother making ALvoiceProps dynamically sized
Chris Robinson
2018-11-30
1
-21
/
+9
*
Store the source ID with the voice instead of the source pointer
Chris Robinson
2018-11-29
1
-1
/
+1
*
Remove an improper Connected check
Chris Robinson
2018-11-28
1
-1
/
+1
*
Attempt to reconnect lost devices with alcResetDeviceSOFT
Chris Robinson
2018-11-28
1
-7
/
+19
*
Reduce some indentation
Chris Robinson
2018-11-28
1
-31
/
+26
*
Avoid some explicit loops
Chris Robinson
2018-11-28
1
-12
/
+17
*
Avoid an unnecessary lambda
Chris Robinson
2018-11-28
1
-3
/
+1
*
Small cleanup for ~ALCcontext_struct
Chris Robinson
2018-11-27
1
-17
/
+17
[next]