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
/
alsa.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set the ALSA period size first
Chris Robinson
2019-04-26
1
-4
/
+4
*
Specify the buffer size as itself instead of the period count
Chris Robinson
2019-04-26
1
-20
/
+17
*
Remove the backend factory deinit method
Chris Robinson
2019-04-14
1
-48
/
+32
*
Rename DevProbe enum names
Chris Robinson
2019-03-19
1
-2
/
+2
*
Remove redundant void argument list in function def
Filip Gawin
2019-01-09
1
-1
/
+1
*
Use c++ headers
Filip Gawin
2019-01-09
1
-2
/
+2
*
Avoid using old style casts
Filip Gawin
2019-01-08
1
-8
/
+8
*
Use user-defined literals for 64-bit literals
Chris Robinson
2019-01-07
1
-1
/
+1
*
Use an atomic bool on things that only take true or false
Chris Robinson
2018-12-30
1
-3
/
+3
*
Rename BackendLock to StateLock
Chris Robinson
2018-12-30
1
-4
/
+0
*
Add missing includes for mem_fn
Chris Robinson
2018-12-29
1
-0
/
+1
*
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
*
Convert the backends to use proper inheritence
Chris Robinson
2018-12-28
1
-231
/
+182
*
Turn more methods into member functions
Chris Robinson
2018-12-27
1
-10
/
+14
*
Make some ancillary methods into member functions
Chris Robinson
2018-12-27
1
-63
/
+60
*
Get rid of the unnecessary STATIC_(UP)CAST macros
Chris Robinson
2018-12-27
1
-16
/
+13
*
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
-2
/
+2
*
Rename some ALSA class members for consistency
Chris Robinson
2018-12-27
1
-108
/
+108
*
Clean up the ring buffer struct and use member functions
Chris Robinson
2018-12-26
1
-6
/
+7
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-3
/
+3
*
Use a normal delete instead of ll_ringbuffer_free
Chris Robinson
2018-12-22
1
-11
/
+7
*
Use inline methods for the device format sizes
Chris Robinson
2018-12-19
1
-8
/
+5
*
Avoid using ATOMIC_LOAD on ALCdevice::Connected
Chris Robinson
2018-11-26
1
-2
/
+2
*
Rename some struct members
Chris Robinson
2018-11-26
1
-126
/
+126
*
Replace remaining uses of std::vector with al::vector
Chris Robinson
2018-11-24
1
-7
/
+7
*
Use proper time types for the device clock time and latency
Chris Robinson
2018-11-22
1
-2
/
+4
*
Return the ringbuffer data pointers as a pair
Chris Robinson
2018-11-19
1
-5
/
+4
*
Use a std::string for the device name
Chris Robinson
2018-11-18
1
-6
/
+4
*
Avoid more cases of an enum variable and type name clash
Chris Robinson
2018-11-18
1
-5
/
+5
*
Don't pass the current thread to althrd_setname
Chris Robinson
2018-11-17
1
-2
/
+2
*
Convert the ALSA backend factory
Chris Robinson
2018-11-15
1
-74
/
+53
*
Use a regular char* for the device's name
Chris Robinson
2018-11-15
1
-4
/
+6
*
Use std::string instead of al_string for enumerating
Chris Robinson
2018-11-15
1
-4
/
+2
*
More clearly check if the buffer is not empty
Chris Robinson
2018-11-14
1
-1
/
+1
*
Fix some comment indentation
Chris Robinson
2018-11-13
1
-3
/
+3
*
Use C++ more with the ALSA backend
Chris Robinson
2018-11-13
1
-359
/
+276
*
Convert the ALSA backend to C++
Chris Robinson
2018-11-13
1
-0
/
+1470