index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
alc
/
backends
/
pulseaudio.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid using bit_cast for pointer types
Chris Robinson
2024-01-03
1
-9
/
+4
*
Clean up some gotos and non-optimal casts
Chris Robinson
2023-12-26
1
-2
/
+3
*
Avoid assignments in if conditions
Chris Robinson
2023-12-23
1
-2
/
+2
*
Use string_views for querying config parameters
Chris Robinson
2023-12-21
1
-6
/
+6
*
Ensure struct members are initialized
Chris Robinson
2023-12-20
1
-2
/
+2
*
Remove DEF_NEWDEL
Chris Robinson
2023-12-16
1
-4
/
+0
*
Mostly finish cleanup for backends
Chris Robinson
2023-12-11
1
-10
/
+19
*
Replace a global function with a member function
Chris Robinson
2023-12-03
1
-2
/
+2
*
Fix some unused parameter and unhandled enum warnings
Chris Robinson
2023-11-25
1
-8
/
+10
*
Add query fonction in ALC_SOFT_system_events unreleased extension (#938)
MathiusD
2023-11-26
1
-1
/
+13
*
Use a string_view for the backend open method
Chris Robinson
2023-08-06
1
-8
/
+8
*
Specify the device type for the event callback
Chris Robinson
2023-06-01
1
-2
/
+4
*
Handle device added/removed events with PulseAudio
Chris Robinson
2023-06-01
1
-0
/
+42
*
Add a context to PulseMainloop
Chris Robinson
2023-06-01
1
-84
/
+64
*
Avoid using al::vector unnecessarily
Chris Robinson
2023-05-12
1
-3
/
+3
*
Use std::byte instead of a custom al::byte
Chris Robinson
2023-05-04
1
-8
/
+7
*
Make and use a bit_cast function
Chris Robinson
2023-05-04
1
-1
/
+2
*
Replace al::optional with std::optional
Chris Robinson
2023-05-04
1
-3
/
+3
*
Use macros for the likely/unlikely attributes
Chris Robinson
2023-03-01
1
-12
/
+12
*
clang-tidy cleanups (#800)
Rosen Penev
2023-01-15
1
-5
/
+5
*
Don't explicitly try to spawn servers by default
Chris Robinson
2023-01-14
1
-1
/
+1
*
Avoid using a non-0 span length over nullptr
Chris Robinson
2023-01-13
1
-17
/
+32
*
Write proper samples when starting the PulseAudio stream
Chris Robinson
2023-01-13
1
-17
/
+3
*
Avoid single-use static class method wrappers
Chris Robinson
2023-01-13
1
-81
/
+46
*
Avoid unnecessary uses of make_optional
Chris Robinson
2023-01-13
1
-2
/
+4
*
Avoid some explicit casts and references
Chris Robinson
2023-01-01
1
-7
/
+11
*
Avoid using a macro to wrap standard attributes
Chris Robinson
2022-12-06
1
-12
/
+12
*
Avoid LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
1
-13
/
+13
*
Add preliminary support for 7.1.4 output modes
Chris Robinson
2022-11-03
1
-1
/
+17
*
Remove unnecessary includes and forward declarations
Chris Robinson
2022-09-23
1
-7
/
+0
*
Remove an unnecessary include
Chris Robinson
2022-09-22
1
-1
/
+0
*
Use PulseAudio's threaded mainloop instead of a custom one
Chris Robinson
2022-09-22
1
-141
/
+160
*
Handle 3D7.1 as a separate channel configuration
Chris Robinson
2022-04-26
1
-0
/
+2
*
Handle 5.1 using rear channels with PulseAudio and PipeWire
Chris Robinson
2022-01-25
1
-82
/
+14
*
Use a flag to indicate headphone-like output
Chris Robinson
2021-10-23
1
-2
/
+2
*
Avoid 5.1Rear as its own channel configuration
Chris Robinson
2021-07-30
1
-7
/
+1
*
Update include headers
Chris Robinson
2021-04-27
1
-2
/
+2
*
Move GetChannelIdxByName and clean up some more includes
Chris Robinson
2021-04-26
1
-10
/
+26
*
Use the DeviceBase for the backend
Chris Robinson
2021-04-24
1
-4
/
+4
*
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
-0
/
+1
*
Fill the PulseAudio buffer before uncorking playback
Chris Robinson
2021-04-19
1
-14
/
+14
*
Don't force application name with pulseaudio
Ilya Fedin
2021-03-18
1
-8
/
+1
*
Allow calling BackendBase::open multiple times on playback devices
Chris Robinson
2021-03-08
1
-3
/
+14
*
Use a standard bitset for bitfield flags
Chris Robinson
2021-01-22
1
-3
/
+3
*
Use a span instead of passing a vector by reference
Chris Robinson
2021-01-11
1
-5
/
+5
*
Make sure proper names are used for querying PulseAudio info
Chris Robinson
2021-01-10
1
-5
/
+5
*
Pass nullptr to pulse for default device
Ilya Fedin
2021-01-10
1
-42
/
+13
*
Move alexcpt to core
Chris Robinson
2020-12-24
1
-1
/
+0
*
Avoid AL/ALC types in the backends
Chris Robinson
2020-12-17
1
-16
/
+16
[next]