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
*
Include the limiter's lookAhead delay in the device latency
Chris Robinson
2018-09-25
1
-2
/
+2
*
Put user events in a union structure
Chris Robinson
2018-09-20
1
-6
/
+5
*
Add a method to queue multiple buffer layers onto a source
Chris Robinson
2018-05-21
1
-0
/
+115
*
Store the ALbufferlistitem's composited/max sample length
Chris Robinson
2018-03-27
1
-79
/
+43
*
Move the filter implementation to a separate directory
Chris Robinson
2018-03-22
1
-0
/
+1
*
Don't check for space in the ringbuffer before trying to write
Chris Robinson
2018-03-03
1
-3
/
+2
*
Use a plain mutex for the property lock
Chris Robinson
2018-03-03
1
-48
/
+24
*
Count all buffers in a list item for processed and queued
Chris Robinson
2018-02-25
1
-34
/
+51
*
Don't make the source state atomic
Chris Robinson
2018-02-24
1
-23
/
+16
*
Handle source state change events
Chris Robinson
2018-02-24
1
-11
/
+56
*
Combine multiple functions called sequentially
Chris Robinson
2018-02-11
1
-6
/
+2
*
Remove unsupported source queries
Chris Robinson
2018-02-04
1
-124
/
+0
*
Make the Connected state atomic
Chris Robinson
2018-02-04
1
-1
/
+1
*
Add a couple missing lock calls
Chris Robinson
2018-02-03
1
-0
/
+4
*
Remove the unused thunk code
Chris Robinson
2018-02-02
1
-1
/
+0
*
Remove the individual source queue and buffer locks
Chris Robinson
2018-02-02
1
-83
/
+4
*
Store an index to a given source's voice
Chris Robinson
2018-02-01
1
-10
/
+15
*
Move some inline functions into a header instead of copying them
Chris Robinson
2018-01-27
1
-11
/
+11
*
Fix error reporting for resource generation
Chris Robinson
2018-01-27
1
-4
/
+6
*
Store filters in an array of lists
Chris Robinson
2018-01-27
1
-6
/
+20
*
Use a vector to store the effect slot pointers
Chris Robinson
2018-01-27
1
-5
/
+13
*
Use an array lookup for source IDs
Chris Robinson
2018-01-27
1
-124
/
+193
*
Make some more functions static where they're used
Chris Robinson
2018-01-27
1
-7
/
+14
*
Use a different method for storing and looking up buffers
Chris Robinson
2018-01-27
1
-8
/
+23
*
Construct error messages using parameterized values
Chris Robinson
2018-01-25
1
-130
/
+136
*
Provide messages for the remaining AL errors
Chris Robinson
2018-01-24
1
-45
/
+70
*
Call the event callback when an error is generated
Chris Robinson
2018-01-24
1
-64
/
+64
*
Add a flag for persistent mapping
Chris Robinson
2018-01-23
1
-2
/
+3
*
More cleanup for buffer loading
Chris Robinson
2018-01-21
1
-7
/
+6
*
Add methods to "map" a buffer's storage
Chris Robinson
2018-01-20
1
-0
/
+13
*
Use a voice flag to indicate it being static
Chris Robinson
2018-01-16
1
-0
/
+1
*
Allow storing multiple buffers in a ALbufferlistitem
Chris Robinson
2017-12-15
1
-67
/
+143
*
Add queries to get the source offset with the device clock
Chris Robinson
2017-12-03
1
-0
/
+32
*
Re-update effect slots when context properties change
Chris Robinson
2017-09-27
1
-9
/
+9
*
Don't force a fade-in when resuming a paused source
Chris Robinson
2017-06-09
1
-11
/
+1
*
Rename RollOff to Rolloff
Chris Robinson
2017-05-05
1
-4
/
+4
*
Start an extension to change the source's spatialize property
Chris Robinson
2017-05-05
1
-0
/
+22
*
Add a property to force source spatialization on or off
Chris Robinson
2017-05-04
1
-0
/
+2
*
Rename 'moving' flag to 'fading'
Chris Robinson
2017-05-02
1
-5
/
+5
*
Set a voice as 'moving' if it starts/resumes at an offset
Chris Robinson
2017-05-02
1
-8
/
+21
*
Remove const from _Atomic vars to make Clang happy
Chris Robinson
2017-04-21
1
-6
/
+12
*
Add the ability to change the source resampler
Chris Robinson
2017-04-21
1
-0
/
+22
*
Store the resampler as part of the source
Chris Robinson
2017-04-21
1
-0
/
+2
*
Missed a raw atomic variable access
Chris Robinson
2017-04-20
1
-2
/
+3
*
Make the buffer list next pointer atomic
Chris Robinson
2017-04-19
1
-27
/
+32
*
Use a different way to get the size of structs with flexible array members
Chris Robinson
2017-04-18
1
-1
/
+1
*
Store the source queue head in the voice to signify looping
Chris Robinson
2017-04-18
1
-145
/
+134
*
Store the source prop updates with the mixer voice
Chris Robinson
2017-04-17
1
-43
/
+25
*
Use separate atomic macros for pointers
Chris Robinson
2017-04-14
1
-10
/
+9
*
Handle the source offset fraction as an ALsizei
Chris Robinson
2017-04-08
1
-7
/
+9
[next]