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 bool for the TrapALError flag
Chris Robinson
2019-06-29
1
-3
/
+3
*
Use a range-for loop to concatenate available backends
Chris Robinson
2019-06-29
1
-7
/
+12
*
Don't keep retrieving the backend factories
Chris Robinson
2019-06-28
1
-22
/
+22
*
Fix the error "a reinterpret_cast is not a constant expression" on GCC 9
Minmin Gong
2019-06-27
1
-1
/
+1
*
Use a span instead of pointer+size parameters
Chris Robinson
2019-06-17
1
-10
/
+11
*
Avoid manually looping to destroy orphaned async events
Chris Robinson
2019-06-16
1
-10
/
+7
*
Reorganize how some device fields are set and reset
Chris Robinson
2019-06-15
1
-5
/
+48
*
Make the voice count unsigned
Chris Robinson
2019-06-09
1
-2
/
+2
*
Use a FlexArray for the context's voices
Chris Robinson
2019-06-09
1
-96
/
+49
*
Make sure the bitfield indices are constants
Chris Robinson
2019-06-09
1
-41
/
+41
*
Use a bitfield for the device flags
Chris Robinson
2019-06-08
1
-43
/
+41
*
Simplify DistanceComp somewhat
Chris Robinson
2019-06-08
1
-1
/
+0
*
Use a span for the effect state's output target
Chris Robinson
2019-06-05
1
-4
/
+2
*
Make some more channel counts unsigned
Chris Robinson
2019-06-05
1
-1
/
+1
*
Make RealMixParams channel count unsigned
Chris Robinson
2019-06-05
1
-2
/
+2
*
Properly destroy other objects
Chris Robinson
2019-06-05
1
-2
/
+2
*
Don't log the function or prefix
Chris Robinson
2019-06-04
1
-7
/
+7
*
Restructure voice data members
Chris Robinson
2019-06-03
1
-19
/
+23
*
Use std::array for most mixing buffer arrays
Chris Robinson
2019-05-28
1
-1
/
+1
*
Get rid of the COUNTOF macro
Chris Robinson
2019-05-26
1
-9
/
+8
*
Restructure some voice fields
Chris Robinson
2019-05-17
1
-9
/
+4
*
Catch exceptions from backend reset
Chris Robinson
2019-05-04
1
-1
/
+7
*
Add an exception class to cover backend creation and opening
Chris Robinson
2019-05-04
1
-35
/
+41
*
Report the threshold limit for the output limiter
Chris Robinson
2019-05-04
1
-3
/
+6
*
Scale the update size with sample rate changes
Chris Robinson
2019-04-26
1
-5
/
+3
*
Specify the buffer size as itself instead of the period count
Chris Robinson
2019-04-26
1
-22
/
+25
*
Open the playback device earlier
Chris Robinson
2019-04-20
1
-18
/
+20
*
Remove the SZFMT macro
Chris Robinson
2019-04-11
1
-12
/
+12
*
Simplify sorting and initializing the backends
Chris Robinson
2019-04-11
1
-58
/
+42
*
Add macros to stop exceptions from leaving API functions
Chris Robinson
2019-04-09
1
-6
/
+62
*
Change RealMixParams::ChannelName to better reflect its use
Chris Robinson
2019-04-02
1
-68
/
+66
*
Spread out the ALC extensions like the AL extensions
Chris Robinson
2019-04-01
1
-6
/
+17
*
Avoid multiple using statements for the same things
Chris Robinson
2019-04-01
1
-9
/
+3
*
Copy the voice's ambisonic upsampler state when reallocating
Chris Robinson
2019-04-01
1
-0
/
+8
*
Remove a couple unused member variables
Chris Robinson
2019-03-30
1
-2
/
+0
*
Don't stop the backend if it's not running
Chris Robinson
2019-03-30
1
-1
/
+1
*
Remove a couple unnecessary duration_casts
Chris Robinson
2019-03-26
1
-9
/
+8
*
Mark the device and context deletes as unlikely
Chris Robinson
2019-03-24
1
-2
/
+2
*
Use a sorted vector for looking up contexts
Chris Robinson
2019-03-19
1
-38
/
+52
*
Use a sorted vector for devices instead of a linked list
Chris Robinson
2019-03-19
1
-62
/
+35
*
Rename DevProbe enum names
Chris Robinson
2019-03-19
1
-2
/
+2
*
Rename ALvoice fields for consistency
Chris Robinson
2019-03-10
1
-31
/
+30
*
Don't directly use a buffer for updating source parameters
Chris Robinson
2019-03-10
1
-0
/
+2
*
Add a Stopping state for voices
Chris Robinson
2019-03-09
1
-3
/
+7
*
Remove the FOAOut mixing buffer and associated post-processes
Chris Robinson
2019-02-22
1
-16
/
+4
*
Allow processing some effects in higher order ambisonics
Chris Robinson
2019-02-21
1
-3
/
+3
*
Store effect slots in groups of 64
Chris Robinson
2019-02-20
1
-13
/
+24
*
Allocate the effect slot wet buffer dynamically
Chris Robinson
2019-02-20
1
-2
/
+5
*
Use relaxed memory ordering for initializing atomic_flags
Chris Robinson
2019-02-04
1
-1
/
+1
*
Fix compiling problems on VS2019 with vc142 toolset
Minmin Gong
2019-02-04
1
-0
/
+1
[next]