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
/
backends
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Attempt to support capture enumeration with CoreAudio
Chris Robinson
2021-07-10
1
-45
/
+72
*
Use variables and types when they're defined
Chris Robinson
2021-07-09
1
-0
/
+6
*
Don't define enumeration functions when they're not used
Chris Robinson
2021-07-09
1
-16
/
+25
*
Use a unique_ptr to hold raw byte memory
Chris Robinson
2021-06-21
1
-2
/
+4
*
Fix getting of device channel count in CoreAudio backend
alexey.lysiuk
2021-06-21
1
-3
/
+1
*
Fix some size types
Chris Robinson
2021-06-18
1
-2
/
+2
*
Initial attempt at CoreAudio playback enumeration
Chris Robinson
2021-06-18
1
-14
/
+253
*
Use a unique_ptr to auto-free the jack ports list
Chris Robinson
2021-06-12
1
-20
/
+24
*
Set the JACK output ports as terminal
Chris Robinson
2021-06-12
1
-1
/
+1
*
Give a name to a lambda
Chris Robinson
2021-06-11
1
-7
/
+7
*
Improve name duplication handling with JACK
Chris Robinson
2021-06-10
1
-26
/
+63
*
Add an option to mix directly in the JACK callback
Chris Robinson
2021-06-08
1
-31
/
+80
*
Handle tvOS case
HALX99
2021-05-13
1
-3
/
+3
*
Add back a missing include
Chris Robinson
2021-04-27
1
-0
/
+1
*
Rename alcmain.h to device.h
Chris Robinson
2021-04-27
4
-9
/
+7
*
Update include headers
Chris Robinson
2021-04-27
29
-68
/
+62
*
Partially implement an extension to hold sources on disconnect
Chris Robinson
2021-04-26
1
-1
/
+3
*
Move GetChannelIdxByName and clean up some more includes
Chris Robinson
2021-04-26
3
-17
/
+35
*
Use the DeviceBase for the backend
Chris Robinson
2021-04-24
35
-69
/
+69
*
Move some more sources to core
Chris Robinson
2021-04-24
2
-2
/
+2
*
Move helpers.cpp to core
Chris Robinson
2021-04-22
12
-12
/
+12
*
Move declarations to a more appropriate header
Chris Robinson
2021-04-22
5
-0
/
+5
*
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
*
Don't activate the WASAPI device when initially opening it
Chris Robinson
2021-03-17
1
-17
/
+2
*
Avoid returning objects with a reference parameter
Chris Robinson
2021-03-16
1
-13
/
+13
*
Check that CoCreateInstance succeeds
Chris Robinson
2021-03-16
1
-13
/
+17
*
Workaround mingw complaining about the %z formatter
Chris Robinson
2021-03-12
1
-0
/
+4
*
Initialize the new audio unit before disposing the old one
Chris Robinson
2021-03-09
1
-6
/
+6
*
Move the ComPtr wrapper to a common header
Chris Robinson
2021-03-08
2
-126
/
+2
*
Allow calling BackendBase::open multiple times on playback devices
Chris Robinson
2021-03-08
15
-257
/
+360
*
Add enumeration to the JACK backend
Chris Robinson
2021-02-13
1
-35
/
+84
*
Stop the Oboe recording stream when recording is stopped
Chris Robinson
2021-02-02
1
-2
/
+2
*
Implement Oboe capture
Chris Robinson
2021-01-31
1
-4
/
+135
*
Set the oboe stream buffer size
Chris Robinson
2021-01-31
1
-0
/
+2
*
Allow the sample type to get changed on Solaris
Chris Robinson
2021-01-29
1
-6
/
+10
*
Fix compilation on Solaris backend
Cacodemon345
2021-01-29
1
-0
/
+1
*
Remove an unnecessary semicolon
Chris Robinson
2021-01-22
1
-1
/
+1
*
Use if constexpr when possible
Chris Robinson
2021-01-22
2
-2
/
+4
*
Make PopCount and CountTrailingZeros more standard-like
Chris Robinson
2021-01-22
2
-2
/
+4
*
Use a standard bitset for bitfield flags
Chris Robinson
2021-01-22
5
-12
/
+12
*
Make the endian test more C++-like
Chris Robinson
2021-01-21
2
-13
/
+17
[next]