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 a string_view for the backend open method
Chris Robinson
2023-08-06
1
-18
/
+18
*
Return noErr from DeviceListenerProc (#875)
captainurist
2023-07-07
1
-0
/
+1
*
Use cinttypes instead of inttypes.h in C++
Chris Robinson
2023-06-01
1
-1
/
+1
*
Specify the device type for the event callback
Chris Robinson
2023-06-01
1
-14
/
+14
*
Report device change events from CoreAudio (#856)
Deal(一线灵)
2023-06-01
1
-1
/
+50
*
Include IOAudioTypes.h only when needed
Chris Robinson
2023-05-31
1
-4
/
+3
*
Avoid using al::vector unnecessarily
Chris Robinson
2023-05-12
1
-2
/
+2
*
Clean up some more includes
Chris Robinson
2023-05-12
1
-4
/
+4
*
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
[next]