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
/
Include
/
alSource.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an inadvertent change in the HRTF coefficient stepping value array size
Chris Robinson
2012-07-19
1
-1
/
+1
*
Don't use all caps for enum value names
Chris Robinson
2012-06-28
1
-9
/
+9
*
Use 2 chained one-pole filters for the wet path
Chris Robinson
2012-04-30
1
-2
/
+2
*
Move the HrtfParams into the DirectParams
Chris Robinson
2012-04-28
1
-3
/
+3
*
Move the direct and send params into separate different types
Chris Robinson
2012-04-28
1
-23
/
+33
*
Use separate methods for the dry and wet mixing loops
Chris Robinson
2012-04-27
1
-1
/
+2
*
Reorganize some ALsource fields
Chris Robinson
2012-04-27
1
-20
/
+30
*
Add and fixup some ALsource comments
Chris Robinson
2012-04-26
1
-25
/
+42
*
Use a consistent name for the self-id field
Chris Robinson
2012-04-19
1
-2
/
+2
*
Remove hungarian notation from sources
Chris Robinson
2012-04-19
1
-16
/
+16
*
Use a double to store the source offset and don't use milliseconds for seconds
Chris Robinson
2012-04-16
1
-2
/
+2
*
Use more proper enum names for the resampler
Chris Robinson
2012-02-12
1
-2
/
+2
*
Rename non_virtual_channels to direct_channels
Chris Robinson
2012-02-09
1
-1
/
+1
*
Mark some source properties volatile
Chris Robinson
2011-09-11
1
-31
/
+31
*
Store the filter gains directly in the source instead of duplicate filter obj...
Chris Robinson
2011-08-31
1
-2
/
+4
*
Make the source's NeedsUpdate volatile
Chris Robinson
2011-08-29
1
-1
/
+1
*
Use an enum instead of an boolean for some flags
Chris Robinson
2011-08-29
1
-1
/
+1
*
Remove the Buffer field from the source
Chris Robinson
2011-08-23
1
-2
/
+0
*
Defer source offset changes requested by the app
Chris Robinson
2011-08-21
1
-0
/
+2
*
Defer source state changes from alSourcePlay/Pause/Stop/Rewind calls
Chris Robinson
2011-08-20
1
-0
/
+1
*
Use a separate function to set the source state
Chris Robinson
2011-08-20
1
-0
/
+1
*
Fade between HRTF coefficients, to reduce noise from sudden changes
Chris Robinson
2011-07-16
1
-0
/
+6
*
Store and use the send slot in the source params
Chris Robinson
2011-07-05
1
-0
/
+1
*
Use a proper enum for the distance model
Chris Robinson
2011-07-03
1
-1
/
+1
*
Get rid of a couple typedefs
Chris Robinson
2011-07-02
1
-2
/
+2
*
Add a source property to skip channel virtualization for multi-channel buffers
Chris Robinson
2011-06-29
1
-0
/
+1
*
Select the mixer during a source update
Chris Robinson
2011-06-25
1
-19
/
+2
*
Use separate lines for HRTF history and values
Chris Robinson
2011-06-17
1
-2
/
+3
*
Use a minimum phase HRTF data set
Chris Robinson
2011-06-03
1
-4
/
+10
*
Avoid looking in the buffer queue to find the frame size
Chris Robinson
2011-05-18
1
-0
/
+1
*
Make mixers channel-count agnostic
Chris Robinson
2011-05-17
1
-0
/
+2
*
Use function pointers to call the source mixer
Chris Robinson
2011-05-06
1
-1
/
+11
*
Implement HRTF mixers for multi-channel sources
Chris Robinson
2011-05-02
1
-2
/
+2
*
Add some source fields for HRTF data
Chris Robinson
2011-05-01
1
-0
/
+6
*
Use a matrix when rendering to the dry buffer
Chris Robinson
2010-12-09
1
-1
/
+4
*
Rename OUTPUTCHANNELS to something more descriptive
Chris Robinson
2010-12-01
1
-3
/
+3
*
Avoid making Resampler[Pre]Padding static
Chris Robinson
2010-11-28
1
-10
/
+3
*
Remove an unnecessary 'struct' keyword
Chris Robinson
2010-11-26
1
-3
/
+3
*
Make the buffer padding size dependent on the resampler
Chris Robinson
2010-11-26
1
-0
/
+11
*
Call MixSource directly, instead of through a function pointer
Chris Robinson
2010-11-25
1
-2
/
+0
*
Add a cubic resampler
Chris Robinson
2010-11-25
1
-0
/
+1
*
Make the buffer queue a double-linked list
Chris Robinson
2010-11-25
1
-0
/
+1
*
Remove the cosine resampler
Chris Robinson
2010-11-25
1
-1
/
+0
*
Reorder some stored source params
Chris Robinson
2010-11-24
1
-5
/
+5
*
Increase the max number of source sends to 4, and decrease the default to 1
Chris Robinson
2010-11-06
1
-1
/
+1
*
Pass the device to the mix function and localize the dry mix and click buffers
Chris Robinson
2010-09-26
1
-5
/
+3
*
Make the SourceMix function a method of the ALsource struct
Chris Robinson
2010-09-26
1
-1
/
+6
*
Remove unused struct member
Chris Robinson
2010-09-07
1
-1
/
+0
*
Use click removal to handle harsh panning/volume changes
Chris Robinson
2010-08-15
1
-5
/
+1
*
Calculate the source stepping value with the param calculations
Chris Robinson
2010-08-07
1
-1
/
+1
[next]