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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid extraneous temporaries when filling vectors
Chris Robinson
2022-12-15
1
-1
/
+6
*
Define a destructor as default instead of empty
Chris Robinson
2022-12-15
1
-1
/
+1
*
Rename a potentially confusing member function
Chris Robinson
2022-12-08
2
-2
/
+2
*
Limit voice update fading length to 64 samples
Chris Robinson
2022-12-08
1
-13
/
+7
*
Avoid using a macro to wrap standard attributes
Chris Robinson
2022-12-06
11
-25
/
+25
*
Avoid some uses of the LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
8
-12
/
+12
*
Use standard likely/unlikely attributes when available
Chris Robinson
2022-12-05
5
-22
/
+22
*
Avoid a potential unsigned underflow
Chris Robinson
2022-11-13
1
-1
/
+1
*
Change a function to a static method
Chris Robinson
2022-11-13
2
-5
/
+4
*
Avoid duplicate checks and calculations
Chris Robinson
2022-11-13
1
-12
/
+8
*
Fix SampleConverter source read count
Chris Robinson
2022-11-12
2
-47
/
+23
*
Add a method for the input sample delay for the SampleConverter
Chris Robinson
2022-11-12
2
-1
/
+14
*
Add preliminary support for 7.1.4 output modes
Chris Robinson
2022-11-03
2
-0
/
+3
*
Add the ability to start a voice at a particular time
Chris Robinson
2022-11-03
2
-8
/
+42
*
Handle negative voice positions
Chris Robinson
2022-11-02
2
-28
/
+50
*
Use the IIR filter for UHJ by default
Chris Robinson
2022-10-30
1
-1
/
+1
*
Rename some variables to more clearly indicate their meaning
Chris Robinson
2022-10-28
5
-40
/
+40
*
Rework the UHJ IIR filters to avoid applying an IIR in reverse
Chris Robinson
2022-10-27
2
-153
/
+128
*
Switch back to the FIR256 filter by default
Chris Robinson
2022-10-26
1
-1
/
+1
*
Use the correct input for the IIR UHJ encoder
Chris Robinson
2022-10-26
1
-7
/
+29
*
Use the IIR all-pass filter by default
Chris Robinson
2022-10-26
1
-1
/
+1
*
Fix up a comment
Chris Robinson
2022-10-26
1
-2
/
+2
*
Add a comment about the filter delay
Chris Robinson
2022-10-25
1
-0
/
+3
*
Fix some value ordering
Chris Robinson
2022-10-25
1
-2
/
+2
*
Avoid a duplicate all-pass function that accumulates
Chris Robinson
2022-10-22
2
-92
/
+113
*
Rename some variables to be less ambiguous
Chris Robinson
2022-10-21
3
-20
/
+20
*
Rename a couple functions to clarify their use
Chris Robinson
2022-10-21
1
-13
/
+13
*
Add separate filter options for UHJ encoding and decoding
Chris Robinson
2022-10-21
3
-4
/
+6
*
Add an IIR filter option for UHJ encoding/decoding
Chris Robinson
2022-10-21
3
-30
/
+384
*
Increase sub-sample precision to 16 bits
Chris Robinson
2022-10-16
1
-1
/
+1
*
Move some comments to a more appropriate place
Chris Robinson
2022-09-23
1
-32
/
+32
*
Remove an unused variable
Chris Robinson
2022-09-20
1
-10
/
+9
*
Clear the buffer loop element when out of the loop range
Chris Robinson
2022-09-18
1
-2
/
+3
*
Clear trailing whitespace from the loaded ambdec description
Chris Robinson
2022-09-15
1
-0
/
+2
*
Use the correct va_list for the second vsnprintf
Chris Robinson
2022-09-14
1
-1
/
+1
*
Use ifstream's wchar_t constructors on Windows
Chris Robinson
2022-09-12
1
-1
/
+1
*
Don't pack ambdec coefficients
Chris Robinson
2022-09-12
1
-4
/
+3
*
Simplify ambdec loading
Chris Robinson
2022-09-12
1
-236
/
+156
*
Ensure coeff_scale is set for ambdec files
Chris Robinson
2022-09-11
2
-6
/
+12
*
Reject ambdec files with higher than third order and FuMa scaling
Chris Robinson
2022-09-11
1
-13
/
+15
*
Track if doing 2D mixing only
Chris Robinson
2022-09-04
2
-2
/
+5
*
Allow different HF scales for 2D mixing/output
Chris Robinson
2022-09-04
3
-5
/
+25
*
Use the difference in HF scale for upsampling ambisonics
Chris Robinson
2022-09-03
3
-32
/
+30
*
Update the second-order upsampler HF scale
Chris Robinson
2022-09-02
1
-1
/
+1
*
Revert "Don't apply the HF scaling for "upsampling" ambisonics"
Chris Robinson
2022-09-02
3
-12
/
+77
*
Use an icosahedron for 3D second-order
Chris Robinson
2022-09-01
3
-34
/
+29
*
Don't apply the HF scaling for "upsampling" ambisonics
Chris Robinson
2022-08-31
3
-77
/
+12
*
Use predefined variables to handle 1/sqrt(3)
Chris Robinson
2022-08-30
1
-44
/
+45
*
Allow the remix tables to be variable length
Chris Robinson
2022-08-28
1
-1
/
+1
*
Add a 2D fourth-order upsampler
Chris Robinson
2022-08-27
2
-1
/
+53
[next]