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
*
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
*
Make sure the mix is done after setting the looping property
Chris Robinson
2017-04-02
1
-0
/
+9
*
Fix handling of the PropsClean flags
Chris Robinson
2017-03-23
1
-1
/
+1
*
Add some comments for ALsource functions
Chris Robinson
2017-03-23
1
-1
/
+13
*
Use an atomic flag to test if a source needs to update
Chris Robinson
2017-03-20
1
-7
/
+7
*
Break up a function and move the code to where it's called
Chris Robinson
2017-03-19
1
-176
/
+169
*
Don't defer source state or offset changes
Chris Robinson
2017-03-19
1
-36
/
+12
*
Avoid doing sequential load for the source state
Chris Robinson
2017-03-12
1
-10
/
+8
*
Make the voice's 'moving' state a bitflag
Chris Robinson
2017-03-11
1
-2
/
+1
*
Implement NFC filters for Ambisonic rendering
Chris Robinson
2017-03-10
1
-0
/
+12
*
Remove unnecessary atomic members
Chris Robinson
2017-03-08
1
-41
/
+38
*
Remove an unnecessary variable
Chris Robinson
2017-03-07
1
-3
/
+2
*
Check that a source is actually playing before setting paused
Chris Robinson
2017-03-07
1
-28
/
+35
*
Store the channel count and sample size in the voice
Chris Robinson
2017-03-07
1
-11
/
+4
*
Don't modify the source state in the mixer
Chris Robinson
2017-03-07
1
-7
/
+25
*
Remove an unused function
Chris Robinson
2017-03-07
1
-1
/
+0
*
Make the voice's source pointer atomic
Chris Robinson
2017-03-05
1
-7
/
+9
*
Add a boolean to specify if a voice should be playing
Chris Robinson
2017-03-02
1
-15
/
+39
*
Avoid standard malloc for buffer queue entries
Chris Robinson
2017-02-27
1
-7
/
+7
*
Move the current buffer queue entry and play position to the voice
Chris Robinson
2017-02-27
1
-91
/
+100
*
Ensure a non-playing or -paused source does not use a mixing voice
Chris Robinson
2017-02-25
1
-43
/
+55
*
Improve handling of source state reads
Chris Robinson
2017-02-24
1
-71
/
+88
*
Dynamically allocate the ALsource Send[] array
Chris Robinson
2017-02-21
1
-22
/
+33
*
Make the voices' Send[] array dynamically sized
Chris Robinson
2017-02-21
1
-8
/
+8
*
Reorganize ALvoice members
Chris Robinson
2017-02-15
1
-3
/
+3
[next]