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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use al_malloc/al_free for the UIntMap array
Chris Robinson
2016-07-04
2
-9
/
+17
*
Ensure voices has been updated once before mixing them
Chris Robinson
2016-06-16
2
-2
/
+10
*
Rename MaxNoOfSources for consistency
Chris Robinson
2016-06-08
2
-16
/
+16
*
Remove an IN_IDE_PARSER hack
Chris Robinson
2016-06-07
1
-6
/
+0
*
Look in the executable's dir for another config file
Chris Robinson
2016-06-04
3
-0
/
+133
*
Only define 8 HRTF filter states and params for the device
Chris Robinson
2016-06-04
1
-2
/
+2
*
Add property queries to get the device latency with the clock
Chris Robinson
2016-06-03
2
-11
/
+34
*
Improve the filter processing function
Chris Robinson
2016-06-03
1
-2
/
+35
*
Remove some unnecessary volatile keywords
Chris Robinson
2016-06-03
2
-33
/
+33
*
Implement a Neon-enhanced MixRow
Chris Robinson
2016-06-01
3
-0
/
+31
*
Make a function static
Chris Robinson
2016-06-01
2
-7
/
+7
*
Use a macro to specify the ambisonic periphonic channel mask
Chris Robinson
2016-06-01
3
-4
/
+13
*
Use SSE for applying the HQ B-Format decoder matrices
Chris Robinson
2016-05-31
5
-27
/
+82
*
Don't access the band splitter fields in the processing loops
Chris Robinson
2016-05-31
1
-9
/
+16
*
Don't try to emulate almtx_timedlock
Chris Robinson
2016-05-30
1
-43
/
+12
*
Clean up a couple variable names and declarations
Chris Robinson
2016-05-30
2
-7
/
+6
*
Remove unnecessary VECTOR_INSERT
Chris Robinson
2016-05-30
2
-54
/
+30
*
Hold the effectslot map lock while handling it
Chris Robinson
2016-05-29
3
-2
/
+38
*
Use a linked list for active effect slots
Chris Robinson
2016-05-29
5
-60
/
+59
*
Avoid the mixer lock when getting the plain source offset
Chris Robinson
2016-05-28
1
-11
/
+15
*
Avoid an explicit mixer lock for getting the source offset and latency
Chris Robinson
2016-05-28
1
-27
/
+72
*
Change the backend getLatency method to return the clock time too
Chris Robinson
2016-05-28
15
-53
/
+119
*
Use the backend lock for the effectstate's deviceUpdate call
Chris Robinson
2016-05-27
1
-8
/
+4
*
Use a specific lock for the backend's stop/reset/play calls
Chris Robinson
2016-05-27
2
-30
/
+46
*
Remove a couple unneeded functions
Chris Robinson
2016-05-25
3
-24
/
+7
*
Increment the device's mix count closer to the mixing loops
Chris Robinson
2016-05-23
1
-3
/
+2
*
Properly pluralize some messages
Chris Robinson
2016-05-22
2
-8
/
+14
*
Improve locking for device attribute queries
Chris Robinson
2016-05-22
1
-8
/
+28
*
Avoid using realloc in a number of places
Chris Robinson
2016-05-21
9
-32
/
+53
*
Make the source position calues atomic
Chris Robinson
2016-05-19
4
-30
/
+31
*
Copy the source's Looping property into the voice
Chris Robinson
2016-05-18
1
-0
/
+2
*
Avoid redundantly storing distance model settings
Chris Robinson
2016-05-17
6
-33
/
+11
*
Update the right effect state when the device is reset
Chris Robinson
2016-05-17
1
-2
/
+2
*
Don't assume the "real" output buffer follows the dry buffer
Chris Robinson
2016-05-17
1
-15
/
+44
*
Improve reverb panning gains for "3D" output.
Chris Robinson
2016-05-17
1
-8
/
+8
*
Ignore the listening angle for the wet path sound cones
Chris Robinson
2016-05-16
1
-32
/
+51
*
Use floats for the listener transforms
Chris Robinson
2016-05-16
4
-92
/
+29
*
Don't store the source's update method with the voice
Chris Robinson
2016-05-16
4
-48
/
+42
*
Avoid separate updates to sources that should apply together
Chris Robinson
2016-05-15
5
-15
/
+37
*
Allocate context storage before starting/resetting the device
Chris Robinson
2016-05-15
1
-19
/
+23
*
Avoid duplicate effect state objects in the freelist
Chris Robinson
2016-05-15
1
-12
/
+25
*
Avoid using a flag to specify if the effect state needs to be updated
Chris Robinson
2016-05-15
4
-19
/
+20
*
Provide asynchronous property updates for sources
Chris Robinson
2016-05-14
10
-356
/
+627
*
Merge pull request #41 from ColdPie1/source_limit
kcat
2016-05-14
1
-1
/
+1
|
\
|
*
alsoft-config: Raise source limit to 4096
Andrew Eikum
2016-05-13
1
-1
/
+1
*
|
Store the remaining context properties with the listener properties
Chris Robinson
2016-05-13
4
-8
/
+20
*
|
Get rid of an unnecessary copy of ALeffectProps
Chris Robinson
2016-05-13
13
-64
/
+61
|
/
*
Properly load the effect state pointer from the property container
Chris Robinson
2016-05-13
1
-2
/
+6
*
Recognize AUX0...AUX15 for decoder speaker labels
Chris Robinson
2016-05-12
1
-3
/
+11
*
Hold the effect and filter maps while handling effects and filters
Chris Robinson
2016-05-12
7
-18
/
+89
[next]