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
*
Rename Alc to alc
Chris Robinson
2019-07-28
1
-709
/
+0
*
Rename alMain.h to alcmain.h
Chris Robinson
2019-07-28
1
-1
/
+1
*
Remove the UNUSED macro
Chris Robinson
2019-07-28
1
-6
/
+5
*
Don't log the function or prefix
Chris Robinson
2019-06-04
1
-2
/
+0
*
Specify the buffer size as itself instead of the period count
Chris Robinson
2019-04-26
1
-1
/
+1
*
Rename DevProbe enum names
Chris Robinson
2019-03-19
1
-2
/
+2
*
Avoid using internal AL[u]int64 types
Chris Robinson
2019-02-11
1
-3
/
+3
*
Use member functions for the sample and channel converters
Chris Robinson
2018-12-29
1
-4
/
+3
*
Return a unique_ptr for the backend
Chris Robinson
2018-12-29
1
-3
/
+3
*
Make the backend type an enum class
Chris Robinson
2018-12-29
1
-5
/
+5
*
Get CoreAudio capture samples in one call
Chris Robinson
2018-12-28
1
-22
/
+21
*
Convert the backends to use proper inheritence
Chris Robinson
2018-12-28
1
-170
/
+121
*
Turn more methods into member functions
Chris Robinson
2018-12-27
1
-9
/
+13
*
Make some ancillary methods into member functions
Chris Robinson
2018-12-27
1
-54
/
+71
*
Get rid of the unnecessary STATIC_(UP)CAST macros
Chris Robinson
2018-12-27
1
-10
/
+7
*
Use a proper constructor/destructor for the ALCbackend base
Chris Robinson
2018-12-27
1
-6
/
+6
*
Return unique_ptrs instead of raw pointers
Chris Robinson
2018-12-27
1
-4
/
+4
*
Simplify resampling with CoreAudio capture
Chris Robinson
2018-12-27
1
-181
/
+136
*
Clean up the ring buffer struct and use member functions
Chris Robinson
2018-12-26
1
-5
/
+8
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-1
/
+1
*
Use a normal delete instead of ll_ringbuffer_free
Chris Robinson
2018-12-22
1
-13
/
+7
*
Use inline methods for the device format sizes
Chris Robinson
2018-12-19
1
-2
/
+2
*
Avoid several uses of memset
Chris Robinson
2018-12-08
1
-1
/
+1
*
Rename some struct members
Chris Robinson
2018-11-26
1
-92
/
+92
*
Make ll_ringbuffer_write/read take void*/const void*
Chris Robinson
2018-11-19
1
-3
/
+2
*
Use a std::string for the device name
Chris Robinson
2018-11-18
1
-5
/
+2
*
Avoid more cases of an enum variable and type name clash
Chris Robinson
2018-11-18
1
-2
/
+2
*
Convert the CoreAudio backend factory
Chris Robinson
2018-11-15
1
-39
/
+13
*
Use a regular char* for the device's name
Chris Robinson
2018-11-15
1
-2
/
+4
*
Use std::string instead of al_string for enumerating
Chris Robinson
2018-11-15
1
-3
/
+4
*
Convert the CoreAudio backend to C++
Chris Robinson
2018-11-13
1
-0
/
+820