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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some suggested changes for iOS
Chris Robinson
2018-09-07
1
-3
/
+11
*
Pass the device name list to the backend probe method
Chris Robinson
2018-09-07
1
-5
/
+3
*
Fix capture device closing in the CoreAudio backend
Chris Robinson
2018-03-24
1
-14
/
+26
*
Remove an unused struct and move some functions to where they're used
Chris Robinson
2018-03-23
1
-38
/
+24
*
Combine multiple allocations into one
Chris Robinson
2018-03-23
1
-16
/
+5
*
Ensure at least the specified ringbuffer size is writable
Chris Robinson
2018-03-02
1
-1
/
+1
*
Add an option to limit the write size of the ringbuffer
Chris Robinson
2018-03-01
1
-1
/
+1
*
Don't bother with an explicit stop backend method
Chris Robinson
2018-01-29
1
-8
/
+3
*
Call the backend close method in the destructor
Chris Robinson
2018-01-28
1
-0
/
+1
*
Avoid using alloca in the CoreAudio backend
Chris Robinson
2018-01-16
1
-12
/
+10
*
Move the ringbuffer declarations to a separate header
Chris Robinson
2018-01-11
1
-0
/
+1
*
Store the ambisonic order separate from the channel enum
Chris Robinson
2017-04-12
1
-5
/
+3
*
Convert the CoreAudio backend to the updated backend API
Chris Robinson
2017-04-09
1
-178
/
+282
*
Rename al_string_* functions to alstr_*
Chris Robinson
2017-04-04
1
-2
/
+2
*
Always lock the device backend before calling aluMixData
Chris Robinson
2017-02-18
1
-0
/
+2
*
Modify NumUpdates for different sample rates instead of UpdateSize
Chris Robinson
2016-08-04
1
-1
/
+1
*
Remove DevFmtBFormat3D, which is covered by DevFmtAmbi1
Chris Robinson
2016-07-31
1
-1
/
+0
*
Add a config to output first-, second-, or third-order ambisonics
Chris Robinson
2016-07-29
1
-0
/
+3
*
Convert remaining ringbuffers to the lockless variant
Chris Robinson
2016-03-29
1
-9
/
+13
*
Replace deprecated Carbon API calls with modern AudioComponent APIs in the Co...
Alex Szpakowski
2015-11-13
1
-18
/
+24
*
Support B-Format output with the wave file writer
Chris Robinson
2014-11-25
1
-0
/
+1
*
Fix 5.1 surround sound
Chris Robinson
2014-11-07
1
-1
/
+1
*
Remove the GetLatency method from the old BackendFuncs
Chris Robinson
2014-09-08
1
-2
/
+1
*
Check the given CoreAudio capture device name
Chris Robinson
2014-08-26
1
-0
/
+5
*
Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...
François Cami
2014-08-18
1
-2
/
+2
*
Add a needed header for the CoreAudio backend
Chris Robinson
2014-05-22
1
-0
/
+1
*
Use an al_string for the device name
Chris Robinson
2014-03-28
1
-1
/
+3
*
Remove the Lock and Unlock methods from BackendFuncs
Chris Robinson
2013-11-04
1
-2
/
+0
*
Add support for float32 output to CoreAudio
Chris Robinson
2012-12-03
1
-10
/
+13
*
Use the correct multiplier for int32 output with CoreAudio
Chris Robinson
2012-12-03
1
-2
/
+2
*
Don't include alu.h in alMain.h
Chris Robinson
2012-09-14
1
-2
/
+1
*
Use a default method to provide a dummy latency
Chris Robinson
2012-08-19
1
-8
/
+1
*
Move the device lock into the backend function table
Chris Robinson
2012-08-18
1
-0
/
+2
*
Add a device method to retrieve the active latency
Chris Robinson
2012-08-17
1
-1
/
+9
*
Rename AllDevice -> AllDevices
Chris Robinson
2012-05-09
1
-1
/
+1
*
Remove hungarian notation from the device and context structs
Chris Robinson
2012-04-19
1
-1
/
+1
*
Minor coreaudio fix, and make sure to set the device name
Chris Robinson
2012-03-13
1
-4
/
+3
*
Attempted fix for the coreaudio backend
Chris Robinson
2012-03-12
1
-16
/
+40
*
Always use "OpenAL Soft" for the short device enumeration list
Chris Robinson
2012-02-20
1
-3
/
+0
*
Support signed and unsigned 32-bit int output
Chris Robinson
2012-02-14
1
-0
/
+13
*
Avoid printing messages about device parameter changes in the backends
Chris Robinson
2012-01-17
1
-41
/
+0
*
Check the number of available samples before calling the capture method
Chris Robinson
2011-09-18
1
-9
/
+6
*
Remove a couple ineffective alcSetError calls
Chris Robinson
2011-09-14
1
-6
/
+0
*
Return an error from the CaptureSamples method instead of setting it
Chris Robinson
2011-09-14
1
-28
/
+27
*
Return an ALC error enum from the OpenCapture backend method
Chris Robinson
2011-08-24
1
-4
/
+4
*
Return an ALC error enum from the OpenPlayback backend method
Chris Robinson
2011-08-24
1
-5
/
+5
*
Move backend sources to a separate sub-directory
Chris Robinson
2011-08-20
1
-0
/
+719