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
/
wave.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of the unnecessary STATIC_(UP)CAST macros
Chris Robinson
2018-12-27
1
-5
/
+4
*
Use a proper constructor/destructor for the ALCbackend base
Chris Robinson
2018-12-27
1
-3
/
+3
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-1
/
+1
*
Use inline methods for the device format sizes
Chris Robinson
2018-12-19
1
-7
/
+6
*
Fix some MSVC conversion warnings
Chris Robinson
2018-12-12
1
-4
/
+4
*
Avoid using ATOMIC_LOAD on ALCdevice::Connected
Chris Robinson
2018-11-26
1
-1
/
+1
*
Rename some struct members
Chris Robinson
2018-11-26
1
-7
/
+7
*
Avoid using the ATOMIC() macro
Chris Robinson
2018-11-26
1
-1
/
+1
*
Avoid using ATOMIC_INIT
Chris Robinson
2018-11-26
1
-8
/
+3
*
Replace remaining uses of std::vector with al::vector
Chris Robinson
2018-11-24
1
-1
/
+1
*
Use an enum class for AmbiLayout/Norm settings
Chris Robinson
2018-11-20
1
-2
/
+2
*
Remove the atomic exchange macros
Chris Robinson
2018-11-19
1
-2
/
+1
*
Use a std::string for the device name
Chris Robinson
2018-11-18
1
-2
/
+1
*
Avoid more cases of an enum variable and type name clash
Chris Robinson
2018-11-18
1
-6
/
+6
*
Don't pass the current thread to althrd_setname
Chris Robinson
2018-11-17
1
-1
/
+1
*
Convert the Wave Writer backend factory
Chris Robinson
2018-11-15
1
-59
/
+32
*
Use a regular char* for the device's name
Chris Robinson
2018-11-15
1
-1
/
+2
*
Use std::string instead of al_string for enumerating
Chris Robinson
2018-11-15
1
-3
/
+4
*
Avoid calling through the vtable in the backends
Chris Robinson
2018-11-13
1
-2
/
+2
*
Use a vector in the wave backend
Chris Robinson
2018-11-11
1
-30
/
+13
*
Use C++ threads in the null and wave backends
Chris Robinson
2018-11-11
1
-21
/
+21
*
Use standard timing methods for the null and wave backends
Chris Robinson
2018-11-10
1
-30
/
+31
*
Get rid of the last few al_fopen calls
Chris Robinson
2018-11-10
1
-6
/
+10
*
Add missing consttructor and destructor calls for the wave backend
Chris Robinson
2018-11-09
1
-0
/
+2
*
Convert the wave backend to C++
Chris Robinson
2018-11-09
1
-0
/
+461