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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a function definition static
Chris Robinson
2016-08-23
1
-1
/
+1
*
Hold updates for both listener and source updates
Chris Robinson
2016-08-23
1
-11
/
+0
*
Don't pass the context's distance model as the source's
Chris Robinson
2016-08-23
1
-10
/
+7
*
Avoid checking DeferUpdates for each source state change
Chris Robinson
2016-08-08
1
-8
/
+24
*
Don't store the looping state in the voice
Chris Robinson
2016-07-31
1
-9
/
+20
*
Move the input channel array out of the DirectParams and SendParams
Chris Robinson
2016-07-13
1
-3
/
+3
*
Reorder some source fields
Chris Robinson
2016-07-07
1
-19
/
+22
*
Use separate arrays for UIntMap keys and values
Chris Robinson
2016-07-04
1
-2
/
+2
*
Ensure voices has been updated once before mixing them
Chris Robinson
2016-06-16
1
-1
/
+8
*
Make a function static
Chris Robinson
2016-06-01
1
-6
/
+7
*
Hold the effectslot map lock while handling it
Chris Robinson
2016-05-29
1
-0
/
+3
*
Avoid the mixer lock when getting the plain source offset
Chris Robinson
2016-05-28
1
-11
/
+15
*
Avoid an explicit mixer lock for getting the source offset and latency
Chris Robinson
2016-05-28
1
-27
/
+72
*
Change the backend getLatency method to return the clock time too
Chris Robinson
2016-05-28
1
-3
/
+8
*
Remove a couple unneeded functions
Chris Robinson
2016-05-25
1
-4
/
+7
*
Avoid using realloc in a number of places
Chris Robinson
2016-05-21
1
-1
/
+3
*
Make the source position calues atomic
Chris Robinson
2016-05-19
1
-19
/
+20
*
Avoid redundantly storing distance model settings
Chris Robinson
2016-05-17
1
-6
/
+9
*
Don't store the source's update method with the voice
Chris Robinson
2016-05-16
1
-4
/
+0
*
Avoid separate updates to sources that should apply together
Chris Robinson
2016-05-15
1
-1
/
+12
*
Provide asynchronous property updates for sources
Chris Robinson
2016-05-14
1
-132
/
+320
*
Hold the effect and filter maps while handling effects and filters
Chris Robinson
2016-05-12
1
-1
/
+10
*
Hold the buffer map lock while handling the buffer
Chris Robinson
2016-05-10
1
-1
/
+11
*
Hold the source map lock while handling it
Chris Robinson
2016-05-10
1
-0
/
+68
*
Use the source's offset type to determine if there's an offset
Chris Robinson
2016-05-09
1
-6
/
+11
*
Remove unnecessary code for the now-unused write offset
Chris Robinson
2016-04-25
1
-53
/
+17
*
Add support for AL_EXT_SOURCE_RADIUS
Chris Robinson
2016-04-25
1
-6
/
+27
*
Drop support for AL_SOFT_buffer_samples and AL_SOFT_buffer_sub_data
Chris Robinson
2016-04-24
1
-49
/
+0
*
Move the aligned malloc functions to the common lib
Chris Robinson
2016-03-29
1
-0
/
+1
*
Implement AL_EXT_STEREO_ANGLES support
Chris Robinson
2016-03-25
1
-0
/
+36
*
Calculate HRTF stepping params right before mixing
Chris Robinson
2016-02-14
1
-1
/
+0
*
Calculate channel gain stepping just before mixing
Chris Robinson
2016-02-14
1
-7
/
+2
*
Make the source's buffer queue a singly-linked list
Chris Robinson
2016-01-31
1
-30
/
+27
*
Lock the source queue for writing when updating the playback offset
Chris Robinson
2015-10-24
1
-8
/
+8
*
Fix usage of modf
Chris Robinson
2015-10-24
1
-2
/
+2
*
Include the fractional part with the source sample/sec offset
Chris Robinson
2015-10-16
1
-17
/
+18
*
Store the source's previous samples with the voice
Chris Robinson
2015-10-15
1
-0
/
+12
*
Properly limit the calculated source offset components
Chris Robinson
2015-10-14
1
-4
/
+8
*
Shut GCC up
Chris Robinson
2015-10-13
1
-1
/
+1
*
Properly apply fractional source offsets when a user offset is set
Chris Robinson
2015-10-13
1
-22
/
+22
*
Move the resampler stuff to mixer.c where it's used
Chris Robinson
2015-10-01
1
-15
/
+0
*
Implement a 6-point sinc-lanczos filter
Chris Robinson
2015-09-29
1
-0
/
+2
*
Replace the cubic resampler with a 4-point sinc/lanczos filter
Chris Robinson
2015-09-27
1
-2
/
+2
*
Don't keep selecting the mixer to use
Chris Robinson
2015-09-27
1
-2
/
+0
*
Use a single enum list for source properties
Chris Robinson
2015-09-22
1
-346
/
+416
*
Handle up to 6 values with alSourcedvSOFT and alGetSourcefv
Chris Robinson
2015-09-21
1
-4
/
+4
*
Get rid of ALCdevice_GetLatency
Chris Robinson
2015-09-21
1
-2
/
+6
*
Move HRTF params and state closer together
Chris Robinson
2015-02-09
1
-3
/
+3
*
Use aluVector in some more places
Chris Robinson
2014-12-16
1
-27
/
+15
*
Partially revert "Use a different method for HRTF mixing"
Chris Robinson
2014-11-23
1
-0
/
+11
[next]