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
*
Fix some implicit casts
Chris Robinson
2019-09-11
3
-35
/
+34
*
Simplify flexible array member usage
Chris Robinson
2019-09-11
7
-37
/
+31
*
Don't inherit for the allocator
Chris Robinson
2019-09-11
1
-22
/
+18
*
Avoid dynamically allocating ChannelConverter
Chris Robinson
2019-09-10
3
-33
/
+7
*
Make hq-mode the default and update ambisonics.txt
Chris Robinson
2019-09-08
4
-31
/
+23
*
Remove mention of an unsupported env var
Chris Robinson
2019-09-08
1
-10
/
+0
*
Remove unneeded TRACEREF logging
Chris Robinson
2019-09-08
3
-10
/
+2
*
Avoid unnecessary explicit copy methods
Chris Robinson
2019-09-08
1
-20
/
+4
*
Use a new voice when restarting a playing source
Chris Robinson
2019-09-06
1
-10
/
+18
*
Combine two functions into one
Chris Robinson
2019-09-05
1
-57
/
+40
*
Don't set voice properties in ApplyOffset
Chris Robinson
2019-09-05
1
-23
/
+42
*
Use a normal vector for the voices array
Chris Robinson
2019-09-04
5
-92
/
+26
*
Increment the mix count during disconnect
Chris Robinson
2019-09-04
1
-1
/
+3
*
Only ASSUME values where a variable is used
Chris Robinson
2019-09-04
4
-6
/
+3
*
Only use one accumulation buffer for B-Format HRTF mixing
Chris Robinson
2019-09-03
3
-25
/
+16
*
Clean up some formatting
Chris Robinson
2019-09-03
1
-6
/
+6
*
Use global placement new for AL object batches
Chris Robinson
2019-09-01
3
-19
/
+5
*
Avoid unnecessary placement new definitions
Chris Robinson
2019-09-01
4
-15
/
+4
*
Ensure AL_STOPPED state change events are sent
Chris Robinson
2019-09-01
1
-2
/
+5
*
Avoid accumulating a temporary
Chris Robinson
2019-09-01
1
-2
/
+2
*
Hold the source lock in UpdateAllSourceProps
Chris Robinson
2019-09-01
2
-21
/
+21
*
Return a QString from GetVersionString
Chris Robinson
2019-08-31
3
-4
/
+6
*
Don't include version.h in mainwindow.cpp
Chris Robinson
2019-08-31
4
-4
/
+22
*
Update the language for travis
Chris Robinson
2019-08-31
1
-1
/
+1
*
Store the voice fraction offset as unsigned
Chris Robinson
2019-08-31
9
-64
/
+57
*
Make MixVoice a member function
Chris Robinson
2019-08-31
3
-58
/
+55
*
Remove a couple unnecessary variables
Chris Robinson
2019-08-27
1
-7
/
+5
*
Update mainwindow.cpp
Chris Robinson
2019-08-26
1
-228
/
+227
*
Remove some unnecessary local spans
Chris Robinson
2019-08-26
1
-23
/
+18
*
Use a span for effect state input
Chris Robinson
2019-08-26
15
-69
/
+73
*
Fix a function's sample count type
Chris Robinson
2019-08-25
1
-3
/
+4
*
Use al::byte for a couple more buffers
Chris Robinson
2019-08-25
2
-11
/
+11
*
Pass unsigned sample count to aluMixData
Chris Robinson
2019-08-25
5
-16
/
+16
*
Use unsigned sample counts for the compressor/limiter
Chris Robinson
2019-08-25
2
-56
/
+37
*
Use size_t for the post-process sample length
Chris Robinson
2019-08-25
8
-32
/
+32
*
Fade reverb over the whole update
Chris Robinson
2019-08-24
1
-106
/
+104
*
Make a couple functions into member functions
Chris Robinson
2019-08-23
1
-72
/
+72
*
Fix a variable declaration
Chris Robinson
2019-08-22
1
-3
/
+2
*
Avoid reading from pointers to __m128 values
Chris Robinson
2019-08-21
2
-40
/
+31
*
Dereference the correct buffer when destructing a source
Chris Robinson
2019-08-21
1
-1
/
+1
*
Pass samplesToDo as size_t to effects
Chris Robinson
2019-08-20
14
-105
/
+104
*
Try to improve non-dynamic-extent span construction
Chris Robinson
2019-08-20
1
-2
/
+2
*
Fix NEON store call
Chris Robinson
2019-08-20
1
-1
/
+1
*
Use size_t for the mixers' fade counter and outpos
Chris Robinson
2019-08-20
6
-23
/
+22
*
Use size_t for HrtfMixer functions' buffer size
Chris Robinson
2019-08-20
7
-36
/
+35
*
Use size_t for reverb offsets and masks
Chris Robinson
2019-08-20
1
-97
/
+92
*
Simplify passing some span parameters
Chris Robinson
2019-08-20
1
-10
/
+6
*
Try to fix span construction for MSVC
Chris Robinson
2019-08-20
1
-3
/
+3
*
Fix MixRow definition for NEON
Chris Robinson
2019-08-20
1
-2
/
+2
*
Pass a span to the Resample function
Chris Robinson
2019-08-20
9
-60
/
+57
[next]