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
/
coreaudio.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use std::byte instead of a custom al::byte
Chris Robinson
2023-05-04
1
-3
/
+3
*
Handle signed int values holding FourCC codes
Chris Robinson
2023-04-26
1
-0
/
+1
*
Print CoreAudio errors as FourCC codes when possible
Chris Robinson
2023-04-26
1
-43
/
+58
*
Check the correct device property to detect headphones
Chris Robinson
2023-04-25
1
-3
/
+3
*
Try to detect headphones with CoreAudio
Chris Robinson
2023-04-24
1
-0
/
+18
*
Change a function to a static method
Chris Robinson
2022-11-13
1
-1
/
+1
*
Add preliminary support for 7.1.4 output modes
Chris Robinson
2022-11-03
1
-0
/
+1
*
Fix the ringbuffer write size
Chris Robinson
2022-08-18
1
-1
/
+1
*
Use an intermediate buffer for writing to the ringbuffer
Chris Robinson
2022-08-18
1
-26
/
+11
*
Pass the action flags to AudioUnitRender from the callback
Chris Robinson
2022-08-17
1
-3
/
+2
*
Pass the bus number to AudioUnitRender from the callback
Chris Robinson
2022-08-16
1
-2
/
+2
*
Remove a couple unnecessary casts
Chris Robinson
2022-05-13
1
-3
/
+3
*
Fix the CoreAudio output element value
Chris Robinson
2022-05-10
1
-1
/
+1
*
Fix CoreAudio audio unit element values for capture
Chris Robinson
2022-05-02
1
-19
/
+21
*
Handle 3D7.1 as a separate channel configuration
Chris Robinson
2022-04-26
1
-0
/
+1
*
Define the CoreAudio default name only when needed
Chris Robinson
2022-02-23
1
-2
/
+4
*
Avoid 5.1Rear as its own channel configuration
Chris Robinson
2021-07-30
1
-1
/
+0
*
Set the CoreAudio stream according to the device channel format
Chris Robinson
2021-07-24
1
-53
/
+19
*
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
*
Handle tvOS case
HALX99
2021-05-13
1
-3
/
+3
*
Add back a missing include
Chris Robinson
2021-04-27
1
-0
/
+1
*
Update include headers
Chris Robinson
2021-04-27
1
-7
/
+6
*
Use the DeviceBase for the backend
Chris Robinson
2021-04-24
1
-3
/
+3
*
Move some more sources to core
Chris Robinson
2021-04-24
1
-1
/
+1
*
Initialize the new audio unit before disposing the old one
Chris Robinson
2021-03-09
1
-6
/
+6
*
Allow calling BackendBase::open multiple times on playback devices
Chris Robinson
2021-03-08
1
-1
/
+11
*
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
-15
/
+15
*
Don't use ALC error enums for the backend error code
Chris Robinson
2020-12-17
1
-25
/
+36
*
Don't return an enum from captureSamples
Chris Robinson
2020-12-17
1
-9
/
+8
*
Move logging to core
Chris Robinson
2020-12-17
1
-1
/
+1
*
Change a couple macros into constexpr variables
Chris Robinson
2020-11-28
1
-1
/
+1
*
Fix a UInt32 variable type
Chris Robinson
2020-11-24
1
-1
/
+1
*
Fill all buffers for CoreAudio playback
Chris Robinson
2020-11-24
1
-2
/
+6
*
Disable buffer allocation with CoreAudio capture
Chris Robinson
2020-11-24
1
-0
/
+8
*
Ceil the scaled buffer size instead of round
Chris Robinson
2020-11-23
1
-1
/
+3
*
Fix buffer offset for the second conversion
Chris Robinson
2020-11-23
1
-1
/
+1
*
Fix capture buffer size scaling in CoreAudio
Chris Robinson
2020-11-23
1
-5
/
+5
*
Use kAudioUnitScope_Global to get the maximum frame size
Chris Robinson
2020-11-23
1
-1
/
+1
*
Use clearer variable names
Chris Robinson
2020-11-20
1
-1
/
+1
*
Don't try to override the CoreAudio maximum capture slice
Chris Robinson
2020-11-19
1
-20
/
+28
*
Add missing include for the CoreAudio backend
Chris Robinson
2020-11-05
1
-0
/
+1
*
Change a couple functions into member functions
Chris Robinson
2020-08-07
1
-1
/
+1
*
Move a couple related functions to the backend base
Chris Robinson
2020-06-12
1
-1
/
+1
[next]