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
...
*
Return true from alcReopenDeviceSOFT if the new device opened
Chris Robinson
2021-11-21
1
-4
/
+29
*
Make the backend pointer part of ALCdevice instead of DeviceBase
Chris Robinson
2021-11-19
1
-3
/
+3
*
Consolidate some variable state
Chris Robinson
2021-11-17
1
-50
/
+47
*
Always lock the device state when querying device attributes
Chris Robinson
2021-11-16
1
-32
/
+10
*
Add an extension to request stereo UHJ output
Chris Robinson
2021-11-08
1
-8
/
+32
*
Use a tri-state optional for the stereo output mode
Chris Robinson
2021-10-24
1
-15
/
+26
*
Pass a parameter to aluInitRenderer to specify UHJ output
Chris Robinson
2021-10-23
1
-1
/
+13
*
Use a flag to indicate headphone-like output
Chris Robinson
2021-10-23
1
-0
/
+14
*
Reduce the JACK and ALSA backend priority
Chris Robinson
2021-08-14
1
-6
/
+6
*
Implement PipeWire playback
Chris Robinson
2021-08-06
1
-1
/
+1
*
Start a PipeWire backend
Chris Robinson
2021-08-02
1
-0
/
+6
*
Use an optional bool instead of two tri-state enums
Chris Robinson
2021-07-31
1
-9
/
+9
*
Avoid 5.1Rear as its own channel configuration
Chris Robinson
2021-07-30
1
-9
/
+2
*
Add wrapper methods for getting device config values
Chris Robinson
2021-06-23
1
-23
/
+19
*
Allow querying ALC_ALL_DEVICES_SPECIFIER from loopback devices
Chris Robinson
2021-06-22
1
-1
/
+3
*
Rename alcontext.h and move some functions to context.cpp
Chris Robinson
2021-04-27
1
-431
/
+57
*
Move some functions to a more appropriate place
Chris Robinson
2021-04-27
1
-49
/
+0
*
Rename alcmain.h to device.h
Chris Robinson
2021-04-27
1
-1
/
+1
*
Move BufferStorage and Voice to core
Chris Robinson
2021-04-27
1
-1
/
+1
*
Move ContextBase and VoiceChange to core
Chris Robinson
2021-04-27
1
-1
/
+1
*
Partially implement an extension to hold sources on disconnect
Chris Robinson
2021-04-26
1
-0
/
+5
*
Move bformatdec to core
Chris Robinson
2021-04-25
1
-2
/
+2
*
Move async_event.h to core
Chris Robinson
2021-04-25
1
-1
/
+1
*
More include cleanup
Chris Robinson
2021-04-24
1
-1
/
+1
*
Don't bother with al string types
Chris Robinson
2021-04-24
1
-3
/
+3
*
Move the DeviceBase declaraction to core
Chris Robinson
2021-04-24
1
-11
/
+5
*
Create a base the ALCdevice and ALCcontext structs
Chris Robinson
2021-04-24
1
-43
/
+56
*
Move hrtf.cpp/h to core
Chris Robinson
2021-04-22
1
-1
/
+1
*
Avoid using config methods in hrtf.cpp
Chris Robinson
2021-04-22
1
-9
/
+22
*
Move helpers.cpp to core
Chris Robinson
2021-04-22
1
-1
/
+1
*
Move declarations to a more appropriate header
Chris Robinson
2021-04-22
1
-6
/
+0
*
Print an error when starting the backend fails
Chris Robinson
2021-04-20
1
-0
/
+4
*
Lower RLIMIT_RTTIME to allow RTKit to give RT priority
Chris Robinson
2021-04-20
1
-0
/
+5
*
Make an inverted atomic flag type and use it
Chris Robinson
2021-04-15
1
-6
/
+6
*
Log the reset exception error
Chris Robinson
2021-04-07
1
-0
/
+1
*
Advertise the in-progress AL_SOFT_UHJ extension
Chris Robinson
2021-04-01
1
-1
/
+12
*
Rename Uhj2Encoder to UhjEncoder
Chris Robinson
2021-04-01
1
-3
/
+3
*
Combine some duplicate code
Chris Robinson
2021-03-30
1
-48
/
+1
*
Move the UHJ phase shifter to a common header
Chris Robinson
2021-03-28
1
-1
/
+1
*
Load/convert samples from all channels at once for mixing
Chris Robinson
2021-03-19
1
-3
/
+5
*
Avoid shadowing variable names
Chris Robinson
2021-03-11
1
-6
/
+6
*
Declare the attribute counts closer to where they are
Chris Robinson
2021-03-10
1
-25
/
+30
*
Prevent querying the capture device name from a playback device
Chris Robinson
2021-03-09
1
-3
/
+16
*
Don't verify and hold a device reference in alcRenderSamplesSOFT
Chris Robinson
2021-03-09
1
-5
/
+4
*
Add a function/extension to reopen a playback device
Chris Robinson
2021-03-09
1
-25
/
+102
*
Export EFX functions from the router
Chris Robinson
2021-01-27
1
-0
/
+11
*
Ignore SI-style configuration strings for device names
Chris Robinson
2021-01-27
1
-0
/
+5
*
Store buffer info in the queue entry
Chris Robinson
2021-01-24
1
-2
/
+7
*
Make PopCount and CountTrailingZeros more standard-like
Chris Robinson
2021-01-22
1
-7
/
+8
*
Use a standard bitset for bitfield flags
Chris Robinson
2021-01-22
1
-39
/
+41
[prev]
[next]