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
*
Silence some static analysis warnings
Chris Robinson
2021-10-03
6
-15
/
+17
*
Remove a couple unnecessary variables
Chris Robinson
2021-10-03
1
-4
/
+2
*
Make simpler likely/unlikely functions and use them in some places
Chris Robinson
2021-10-03
5
-12
/
+16
*
Use a constexpr char array instead of duplicating strings
Chris Robinson
2021-09-19
1
-5
/
+6
*
Replace a hardcoded offset value
Chris Robinson
2021-09-14
1
-1
/
+1
*
Wait for the pipewire capture stream to start before returning
Chris Robinson
2021-09-13
1
-1
/
+9
*
Track whether nodes are marked as headphones
Chris Robinson
2021-09-12
1
-2
/
+14
*
Use a constexpr char array for a reused prefix string
Chris Robinson
2021-09-12
1
-4
/
+6
*
Use a local unique_ptr array instead of a struct member
Chris Robinson
2021-09-01
1
-6
/
+5
*
Remove a leftover debug trace
Chris Robinson
2021-09-01
1
-1
/
+0
*
Fix when a PipeWire metadata property is being cleared
Chris Robinson
2021-09-01
1
-1
/
+8
*
Fix crashes in SndioCapture::recordProc (#594)
Andrew Krasavin
2021-09-01
1
-0
/
+9
*
Always define NOMINMAX on Windows
Chris Robinson
2021-08-23
1
-2
/
+2
*
Properly check the channel count for WASAPI capture
Chris Robinson
2021-08-23
1
-1
/
+2
*
Properly limit the name header comparison length
Chris Robinson
2021-08-22
1
-1
/
+1
*
Don't store "OpenAL Soft on " in WASAPI device names
Chris Robinson
2021-08-22
1
-21
/
+39
*
Add PipeWire capture support
Chris Robinson
2021-08-21
2
-12
/
+282
*
Don't try to get the stream time if there's no stream
Chris Robinson
2021-08-19
1
-0
/
+1
*
Simplify pwire_load
Chris Robinson
2021-08-19
1
-39
/
+35
*
Track default devices with PipeWire
Chris Robinson
2021-08-18
1
-20
/
+183
*
Support getting device latency with PipeWire
Chris Robinson
2021-08-18
1
-1
/
+93
*
Track the actual update size used for PipeWire updates
Chris Robinson
2021-08-18
1
-1
/
+37
*
Minor naming and comment typo fix
Chris Robinson
2021-08-15
1
-4
/
+4
*
Reduce the JACK and ALSA backend priority
Chris Robinson
2021-08-14
1
-6
/
+6
*
Add enumeration support to the PipeWire backend
Chris Robinson
2021-08-14
1
-45
/
+667
*
Implement PipeWire playback
Chris Robinson
2021-08-06
3
-72
/
+439
*
Start a PipeWire backend
Chris Robinson
2021-08-02
5
-0
/
+228
*
Use an optional bool instead of two tri-state enums
Chris Robinson
2021-07-31
3
-73
/
+49
*
Fix al::optional operator*
Chris Robinson
2021-07-31
1
-1
/
+1
*
Use a higher quality all-pass for the UHJ utils
Chris Robinson
2021-07-30
2
-8
/
+17
*
Avoid 5.1Rear as its own channel configuration
Chris Robinson
2021-07-30
13
-114
/
+27
*
Remove an unused variable
Chris Robinson
2021-07-30
1
-5
/
+3
*
Be more robust with unexpected channel counts
Chris Robinson
2021-07-30
4
-34
/
+35
*
Use non-block mode for sndio capture
Chris Robinson
2021-07-30
1
-47
/
+76
*
Simplify channel handling in the sndio backend
Chris Robinson
2021-07-29
1
-89
/
+63
*
Simplify connecting JACK ports
Chris Robinson
2021-07-25
1
-13
/
+11
*
Set the CoreAudio stream according to the device channel format
Chris Robinson
2021-07-24
1
-53
/
+19
*
Remove a redundant buffer clear
Chris Robinson
2021-07-24
1
-11
/
+0
*
Don't assume more than stereo for unrequested ALSA channels
Chris Robinson
2021-07-24
1
-45
/
+35
*
Fix the device sample type in the SDL2 backend
Chris Robinson
2021-07-24
1
-6
/
+6
*
Ensure unused output channels are cleared when rendering
Chris Robinson
2021-07-24
1
-1
/
+12
*
Still print a warning when DBus or Qt5 aren't found
Chris Robinson
2021-07-17
1
-0
/
+13
*
Silence searching for Qt5
Chris Robinson
2021-07-17
1
-1
/
+1
*
Combine a couple similar switch blocks
Chris Robinson
2021-07-17
1
-77
/
+64
*
Merge pull request #585 from nift4/master
kcat
2021-07-17
1
-1
/
+1
|
\
|
*
CMakeLists: add QUIET to Dbus1 find_package()
Nick (nift4)
2021-07-17
1
-1
/
+1
|
/
*
Use the 2D channel orders for 2- and 3-channel UHJ
Chris Robinson
2021-07-13
1
-1
/
+2
*
Read the channel format from the correct object
Chris Robinson
2021-07-13
1
-2
/
+2
*
Fix returned value for AL_AMBISONIC_SCALING_SOFT buffer queries
Chris Robinson
2021-07-13
1
-1
/
+1
*
Add a UHJ-specific coefficient scaling array
Chris Robinson
2021-07-13
9
-21
/
+40
[next]