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
/
alState.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the sinc4 resampler with cubic
Chris Robinson
2018-01-07
1
-2
/
+2
*
Add an "un-exposed" method to get the library version
Chris Robinson
2017-10-16
1
-0
/
+10
*
Re-update effect slots when context properties change
Chris Robinson
2017-09-27
1
-3
/
+3
*
Don't update context and listener props unnecessarily
Chris Robinson
2017-09-27
1
-14
/
+14
*
Update the context state properties separately
Chris Robinson
2017-09-27
1
-6
/
+45
*
Rename resampler labels
Chris Robinson
2017-08-27
1
-3
/
+3
*
Add a higher quality bsinc resampler using 24 sample points
Chris Robinson
2017-08-27
1
-0
/
+2
*
Rename the bsinc resampler to bsinc12
Chris Robinson
2017-08-25
1
-2
/
+2
*
Rename Zero-Order Hold to Nearest
Chris Robinson
2017-05-03
1
-1
/
+1
*
Add a method to enumerate resamplers
Chris Robinson
2017-04-21
1
-0
/
+90
*
Don't defer source state or offset changes
Chris Robinson
2017-03-19
1
-6
/
+6
*
Trace the commit ID and branch the library was built from
Chris Robinson
2016-12-21
1
-0
/
+2
*
Add a volume-adjust config option to adjust the source output volume
Chris Robinson
2016-09-24
1
-5
/
+5
*
Add a query for the maximum source gain limit
Chris Robinson
2016-08-28
1
-0
/
+26
*
Allow sources to play while alcSuspendContext is in effect
Chris Robinson
2016-08-26
1
-6
/
+11
*
Don't pass the context's distance model as the source's
Chris Robinson
2016-08-23
1
-3
/
+3
*
Avoid resupplying unneeded source updates
Chris Robinson
2016-08-23
1
-9
/
+0
*
Avoid redundantly storing distance model settings
Chris Robinson
2016-05-17
1
-9
/
+0
*
Provide asynchronous property updates for sources
Chris Robinson
2016-05-14
1
-11
/
+37
*
Store the remaining context properties with the listener properties
Chris Robinson
2016-05-13
1
-6
/
+4
*
Use a lockless method for updating listener and context properties
Chris Robinson
2016-05-11
1
-6
/
+21
*
Remove the MIDI code
Chris Robinson
2015-10-20
1
-96
/
+0
*
Avoid the ALCdevice_Lock/Unlock wrapper in some places
Chris Robinson
2014-11-01
1
-2
/
+3
*
Make alcSuspendContext and alcProcessContext batch updates
Chris Robinson
2014-10-12
1
-72
/
+2
*
Protect alProcessUpdatesSOFT with a lock
Chris Robinson
2014-09-03
1
-2
/
+2
*
Rename activesource to voice
Chris Robinson
2014-08-21
1
-8
/
+8
*
Use an array of objects for active sources instead of pointers
Chris Robinson
2014-08-21
1
-4
/
+4
*
Use a NULL source for inactive activesources
Chris Robinson
2014-08-21
1
-6
/
+4
*
Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...
François Cami
2014-08-18
1
-2
/
+2
*
Explicitly pass the address of atomics and parameters that can be modified
Chris Robinson
2014-07-26
1
-9
/
+9
*
Use generic atomics in more places
Chris Robinson
2014-07-22
1
-1
/
+1
*
Add macros for generic atomic functionality
Chris Robinson
2014-07-22
1
-8
/
+8
*
Use a RWLock to help protect the source's buffer queue
Chris Robinson
2014-05-10
1
-0
/
+4
*
Add a generic vector interface and use it for the active effect slots
Chris Robinson
2014-03-21
1
-2
/
+2
*
Store some source mixing parameters in the active source struct
Chris Robinson
2014-03-19
1
-2
/
+2
*
Use a separate struct for tracking active sources
Chris Robinson
2014-03-18
1
-6
/
+10
*
Add a method to get the current MIDI state
Chris Robinson
2014-01-12
1
-0
/
+26
*
Add a method to set and get soundfonts
Chris Robinson
2013-12-27
1
-4
/
+48
*
Move the base MidiSynth to a separate file
Chris Robinson
2013-12-17
1
-1
/
+2
*
Add methods to set and get the MIDI gain
Chris Robinson
2013-11-30
1
-0
/
+12
*
Start a MIDI interface extension
Chris Robinson
2013-11-28
1
-0
/
+84
*
Rename VCALL and VCALL0 to V and V0
Chris Robinson
2013-11-02
1
-1
/
+1
*
Modify how VCALL is handled
Chris Robinson
2013-10-28
1
-1
/
+1
*
Remove al_try from alState.c
Chris Robinson
2013-10-07
1
-326
/
+283
*
Fix up the naming convention of effect methods
Chris Robinson
2013-05-29
1
-1
/
+1
*
Use generic VCALL[_NOARGS] macros instead of type-specific wrappers
Chris Robinson
2013-05-27
1
-1
/
+1
*
Simplify al_try code
Chris Robinson
2013-03-24
1
-5
/
+1
*
Use a struct to store the FPU mode
Chris Robinson
2012-09-16
1
-3
/
+3
*
Remove an unused header
Chris Robinson
2012-09-14
1
-1
/
+1
*
Change alState.c to the new error handling
Chris Robinson
2012-04-24
1
-221
/
+233
[next]