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
*
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
*
Use a different method for HRTF mixing
Chris Robinson
2014-11-22
1
-13
/
+2
*
Support B-Format source rotation with AL_ORIENTATION
Chris Robinson
2014-10-31
1
-7
/
+99
*
Rename the source's Orientation to Direction
Chris Robinson
2014-10-31
1
-9
/
+9
*
Rename activesource to voice
Chris Robinson
2014-08-21
1
-34
/
+33
*
Use an array of objects for active sources instead of pointers
Chris Robinson
2014-08-21
1
-43
/
+32
*
Use a NULL source for inactive activesources
Chris Robinson
2014-08-21
1
-25
/
+29
*
Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...
François Cami
2014-08-18
1
-2
/
+2
*
Fix some lock ordering to avoid potential deadlocks
Chris Robinson
2014-08-03
1
-8
/
+8
*
Use an ATOMIC_INIT macro instead of ATOMIC_LOAD_UNSAFE
Chris Robinson
2014-08-03
1
-3
/
+3
*
Make the source's buffer queue head and current queue item atomic
Chris Robinson
2014-07-31
1
-55
/
+67
*
Always set the active source's update method
Chris Robinson
2014-07-26
1
-5
/
+7
*
Explicitly pass the address of atomics and parameters that can be modified
Chris Robinson
2014-07-26
1
-27
/
+27
*
Add macros for generic atomic functionality
Chris Robinson
2014-07-22
1
-27
/
+27
*
Add a source radius property that determines the directionality of a sound
Chris Robinson
2014-07-11
1
-0
/
+2
*
Avoid aliasing an int array
Chris Robinson
2014-07-05
1
-4
/
+4
*
Add an option to get the length of a source's full queue
Chris Robinson
2014-05-25
1
-0
/
+95
*
Use the first non-0-length buffer when starting a source
Chris Robinson
2014-05-22
1
-1
/
+1
*
Apply high-pass source filters as needed
Chris Robinson
2014-05-17
1
-0
/
+12
*
Add a couple asserts to ensure a proper buffer
Chris Robinson
2014-05-14
1
-0
/
+3
*
Make RefCount a non-integer type
Chris Robinson
2014-05-14
1
-3
/
+3
*
Add HF Reference as a filter property
Chris Robinson
2014-05-14
1
-0
/
+4
*
Make LOWPASSFREQREF a float value
Chris Robinson
2014-05-11
1
-2
/
+2
*
Store the filter reference frequency in the source
Chris Robinson
2014-05-11
1
-0
/
+2
*
Avoid locking the mixer when unqueueing buffers
Chris Robinson
2014-05-11
1
-4
/
+16
*
Avoid accessing the source's buffer queue head multiple times
Chris Robinson
2014-05-11
1
-17
/
+16
*
Use a struct to store the source's direct gain/gainhf properties
Chris Robinson
2014-05-11
1
-6
/
+6
*
Avoid locking the mixer while queueing buffers onto a source.
Chris Robinson
2014-05-10
1
-24
/
+34
*
Add a missing pointer init
Chris Robinson
2014-05-10
1
-3
/
+3
[next]