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
/
coreaudio.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Don't return a bool from the backend start method
Chris Robinson
2020-04-28
1
-15
/
+7
*
Use standard attribute declarations
Chris Robinson
2020-04-13
1
-0
/
+1
*
Get rid of a redundant enum
Chris Robinson
2020-03-30
1
-3
/
+3
*
Return the enumerated device names from the backend
Chris Robinson
2020-03-30
1
-6
/
+8
*
Remove unnecessary locks now that the mixer doesn't require one
Chris Robinson
2020-02-26
1
-1
/
+0
*
Make CreateRingBuffer a static RingBuffer method
Chris Robinson
2020-01-10
1
-1
/
+1
*
Handle padding between device sample frames
Chris Robinson
2019-12-21
1
-1
/
+2
*
Make C callbacks noexcept
Chris Robinson
2019-10-09
1
-11
/
+11
*
Never return null from CreateRingBuffer
Chris Robinson
2019-10-08
1
-1
/
+0
*
Clean up some exception messages and avoid duplicate log messages
Chris Robinson
2019-10-08
1
-52
/
+2
*
Avoid raw lock/unlock calls
Chris Robinson
2019-10-07
1
-2
/
+1
*
Use exceptions for backend open failures
Chris Robinson
2019-10-07
1
-83
/
+82
*
Make MAX_RESAMPLER_PADDING specify the total padding
Chris Robinson
2019-09-28
1
-1
/
+1
*
Use FastBSinc24 for WASAPI and CoreAudio capture
Chris Robinson
2019-09-28
1
-1
/
+1
*
Make the resampler type an enum class
Chris Robinson
2019-09-22
1
-1
/
+1
[next]