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
/
alc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use atomic_flags and atomic<bools>s where appropriate
Chris Robinson
2018-11-20
1
-9
/
+7
*
Store effect slots as unique_ptrs
Chris Robinson
2018-11-20
1
-1
/
+1
*
Use a unique_ptr for the default effect slot
Chris Robinson
2018-11-20
1
-11
/
+13
*
Use proper inheritence for the effect state objects
Chris Robinson
2018-11-19
1
-9
/
+9
*
Use a vector to handle mixing buffer storage
Chris Robinson
2018-11-19
1
-19
/
+8
*
Remove the atomic exchange macros
Chris Robinson
2018-11-19
1
-16
/
+13
*
Simplify the RefCount type
Chris Robinson
2018-11-19
1
-7
/
+5
*
Use a normal vector for filter sublists
Chris Robinson
2018-11-18
1
-7
/
+5
*
Use a normal vector for effect sublists
Chris Robinson
2018-11-18
1
-5
/
+5
*
Use a normal vector for buffer sublists
Chris Robinson
2018-11-18
1
-5
/
+5
*
Use a standard string for the enumerated HRTF names
Chris Robinson
2018-11-18
1
-3
/
+3
*
Use a standard string for the device's HRTF name
Chris Robinson
2018-11-18
1
-3
/
+1
*
Use a regular vector for the enumerated HRTF list
Chris Robinson
2018-11-18
1
-15
/
+10
*
Use a std::string for the device name
Chris Robinson
2018-11-18
1
-18
/
+15
*
Use a std::thread for the event thread
Chris Robinson
2018-11-18
1
-7
/
+2
*
Fix a float constant type
Chris Robinson
2018-11-18
1
-1
/
+1
*
Avoid more cases of an enum variable and type name clash
Chris Robinson
2018-11-18
1
-29
/
+29
*
Use constructors/destructors with ALCdevice
Chris Robinson
2018-11-18
1
-148
/
+71
*
Avoid a fixed-size string buffer
Chris Robinson
2018-11-18
1
-6
/
+7
*
Separate class and variable definitions
Chris Robinson
2018-11-18
1
-2
/
+3
*
Use constructors/destructors for ALeffectslot
Chris Robinson
2018-11-18
1
-39
/
+2
*
Use cleaner constructor/destructor calls for ALCcontext
Chris Robinson
2018-11-18
1
-66
/
+45
*
Remove the pointer-specific atomic exchange macros
Chris Robinson
2018-11-18
1
-11
/
+11
*
Avoid naming a struct member the same as an enum type
Chris Robinson
2018-11-18
1
-2
/
+2
*
Add and use new/delete operators to ALeffectslot
Chris Robinson
2018-11-18
1
-3
/
+4
*
Use a normal vector for auxiliary effect slots
Chris Robinson
2018-11-18
1
-7
/
+2
*
Use a proper vector for the source sublists
Chris Robinson
2018-11-18
1
-11
/
+8
*
Use new/delete for ALCcontext objects
Chris Robinson
2018-11-18
1
-16
/
+2
*
Store the listener directly in the context
Chris Robinson
2018-11-17
1
-34
/
+34
*
Move the vector and matrix declarations to a separate header
Chris Robinson
2018-11-17
1
-1
/
+1
*
Move the ALCcontext definition to its own header
Chris Robinson
2018-11-17
1
-1
/
+2
*
Don't pass the current thread to althrd_setname
Chris Robinson
2018-11-17
1
-2
/
+0
*
Put a lambda in the call_once call
Chris Robinson
2018-11-16
1
-1
/
+1
*
Remove unused altss types and methods
Chris Robinson
2018-11-16
1
-4
/
+0
*
Avoid using C-style TLS
Chris Robinson
2018-11-16
1
-20
/
+30
*
Use iterators instead of indexed loops
Chris Robinson
2018-11-16
1
-23
/
+22
*
Cleanup some syntax in alc.cpp
Chris Robinson
2018-11-16
1
-19
/
+13
*
Convert the PortAudio backend factory
Chris Robinson
2018-11-15
1
-4
/
+6
*
Convert the WinMM backend factory
Chris Robinson
2018-11-15
1
-2
/
+6
*
Convert the DSound backend factory
Chris Robinson
2018-11-15
1
-1
/
+6
*
Convert the QSA backend factory
Chris Robinson
2018-11-15
1
-1
/
+6
*
Convert the OSS backend factory
Chris Robinson
2018-11-15
1
-1
/
+6
*
Convert the SndIO backend factory
Chris Robinson
2018-11-15
1
-1
/
+6
*
Convert the Solaris backend factory
Chris Robinson
2018-11-15
1
-2
/
+6
*
Convert the SDL2 backend factory
Chris Robinson
2018-11-15
1
-2
/
+6
*
Convert the JACK backend factory
Chris Robinson
2018-11-15
1
-4
/
+7
*
Convert the Wave Writer backend factory
Chris Robinson
2018-11-15
1
-3
/
+6
*
Convert the OpenSL backend factory
Chris Robinson
2018-11-15
1
-0
/
+6
*
Convert the ALSA backend factory
Chris Robinson
2018-11-15
1
-0
/
+6
*
Convert the CoreAudio backend factory
Chris Robinson
2018-11-15
1
-0
/
+6
[prev]
[next]