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
/
OpenAL32
/
alSource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the voice count unsigned
Chris Robinson
2019-06-09
1
-2
/
+2
*
Use a FlexArray for the context's voices
Chris Robinson
2019-06-09
1
-28
/
+31
*
Remove the DEF_ALIGN macro
Chris Robinson
2019-06-06
1
-4
/
+4
*
Properly destroy other objects
Chris Robinson
2019-06-05
1
-2
/
+2
*
Restructure voice data members
Chris Robinson
2019-06-03
1
-19
/
+21
*
Use a function to mark a source for updating
Chris Robinson
2019-05-23
1
-39
/
+38
*
Allow initializing splitter filters with constructors
Chris Robinson
2019-05-22
1
-2
/
+1
*
Restructure some voice fields
Chris Robinson
2019-05-17
1
-18
/
+27
*
Add exception protection to the last of the API functions
Chris Robinson
2019-04-10
1
-18
/
+88
*
Copy the voice's ambisonic upsampler state when reallocating
Chris Robinson
2019-04-01
1
-1
/
+1
*
Rename ALvoice fields for consistency
Chris Robinson
2019-03-10
1
-71
/
+71
*
Improve handling of voice's AmbiScales for upsampling
Chris Robinson
2019-03-10
1
-4
/
+23
*
Don't directly use a buffer for updating source parameters
Chris Robinson
2019-03-10
1
-0
/
+2
*
Play dummy samples and force a fade out on stopping voices
Chris Robinson
2019-03-09
1
-1
/
+1
*
Add a Stopping state for voices
Chris Robinson
2019-03-09
1
-11
/
+38
*
Increment the active voice count ahead of playing the sources
Chris Robinson
2019-03-09
1
-7
/
+27
*
Clear the voice's buffer when detaching from source
Chris Robinson
2019-03-09
1
-0
/
+6
*
Remove the FOAOut mixing buffer and associated post-processes
Chris Robinson
2019-02-22
1
-1
/
+1
*
Add some preliminary fields for mix-time ambisonic upsampling
Chris Robinson
2019-02-21
1
-0
/
+14
*
Store effect slots in groups of 64
Chris Robinson
2019-02-20
1
-3
/
+8
*
Avoid using internal AL[u]int64 types
Chris Robinson
2019-02-11
1
-23
/
+23
*
Get rid of the FAM_SIZE macro
Chris Robinson
2019-02-11
1
-4
/
+4
*
Use relaxed memory ordering for initializing atomic_flags
Chris Robinson
2019-02-04
1
-2
/
+2
*
Fix compiling problems on VS2019 with vc142 toolset
Minmin Gong
2019-02-04
1
-0
/
+2
*
Clean up the NFC filters a bit
Chris Robinson
2019-01-23
1
-1
/
+1
*
Use a flexible array for DirectHrtfState and ALvoice
Chris Robinson
2019-01-12
1
-1
/
+1
*
Use c++ headers
Filip Gawin
2019-01-09
1
-3
/
+3
*
Avoid using old style casts
Filip Gawin
2019-01-08
1
-86
/
+87
*
Use user-defined literals for 64-bit literals
Chris Robinson
2019-01-07
1
-8
/
+8
*
Use standard unique_lock and lock_guard for the backend lock
Chris Robinson
2019-01-01
1
-31
/
+11
*
Rename BackendLock to StateLock
Chris Robinson
2018-12-30
1
-2
/
+2
*
Get rid of ALCdevice_Lock/Unlock
Chris Robinson
2018-12-29
1
-20
/
+21
*
Use a unique_ptr for the AsyncEvents ringbuffer
Chris Robinson
2018-12-27
1
-1
/
+1
*
Use std::array for appropriate source and listener properties
Chris Robinson
2018-12-26
1
-34
/
+37
*
Avoid a lambda to find a not-null entry in an array
Chris Robinson
2018-12-26
1
-4
/
+5
*
Clean up the ring buffer struct and use member functions
Chris Robinson
2018-12-26
1
-4
/
+5
*
Construct AsyncEvent objects directly in the ringbuffer
Chris Robinson
2018-12-25
1
-6
/
+8
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-19
/
+19
*
Clean up some math stuff
Chris Robinson
2018-12-22
1
-2
/
+2
*
Fix some MSVC conversion warnings
Chris Robinson
2018-12-12
1
-2
/
+3
*
Use a constructor instead of a macro to initialize AsyncEvent
Chris Robinson
2018-12-06
1
-1
/
+1
*
Use class methods for the NFC filters
Chris Robinson
2018-12-05
1
-2
/
+2
*
Avoid a few more explicit loops
Chris Robinson
2018-12-03
1
-44
/
+58
*
Improve some checks for compiler analysis
Chris Robinson
2018-12-02
1
-9
/
+9
*
Add a couple missing source lock guards
Chris Robinson
2018-12-02
1
-0
/
+3
*
Handle source state changed events uniquely in the event loop
Chris Robinson
2018-11-30
1
-13
/
+5
*
Don't bother making ALvoiceProps dynamically sized
Chris Robinson
2018-11-30
1
-3
/
+1
*
Move a variable declaration to a more appropriate place
Chris Robinson
2018-11-30
1
-1
/
+1
*
Avoid hard-coding a couple sizes
Chris Robinson
2018-11-29
1
-6
/
+6
*
Store the source ID with the voice instead of the source pointer
Chris Robinson
2018-11-29
1
-7
/
+9
[next]