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
/
uhjfilter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Much more clang-tidy cleanup
Chris Robinson
2023-12-10
1
-7
/
+7
*
Be less messy with PFFFT
Chris Robinson
2023-12-09
1
-15
/
+8
*
Don't apply the UHJ all-pass's first segment in the time domain
Chris Robinson
2023-10-28
1
-53
/
+30
*
Don't keep setting and reloading a struct member in a loop
Chris Robinson
2023-10-20
1
-2
/
+3
*
Remove the output delay on the UHJ and SuperStereo IIR decoders
Chris Robinson
2023-10-18
1
-24
/
+37
*
Remove an unnecessary getter
Chris Robinson
2023-10-17
1
-11
/
+3
*
Properly align a buffer given to PFFFT
Chris Robinson
2023-10-15
1
-4
/
+5
*
Ensure some variables are the same
Chris Robinson
2023-10-15
1
-20
/
+25
*
Don't use an iterator where a pointer is expected
Chris Robinson
2023-10-14
1
-1
/
+1
*
Use a split filter for the FIR-based UHJ encoders
Chris Robinson
2023-10-14
1
-6
/
+190
*
Precalculate some square factors
Chris Robinson
2023-09-04
1
-7
/
+2
*
Slightly improve some all-pass filter coefficients
Chris Robinson
2023-08-28
1
-6
/
+6
*
Use macros for the likely/unlikely attributes
Chris Robinson
2023-03-01
1
-11
/
+11
*
Simplify copying the all-pass filter state
Chris Robinson
2023-02-13
1
-14
/
+6
*
Pass a boolean for the decoder to update its state
Chris Robinson
2023-02-13
1
-44
/
+50
*
Don't require samplesToDo > forwardSamples for decoders
Chris Robinson
2023-02-11
1
-10
/
+10
*
Avoid using a macro to wrap standard attributes
Chris Robinson
2022-12-06
1
-1
/
+1
*
Use standard likely/unlikely attributes when available
Chris Robinson
2022-12-05
1
-5
/
+5
*
Rename some variables to more clearly indicate their meaning
Chris Robinson
2022-10-28
1
-14
/
+14
*
Rework the UHJ IIR filters to avoid applying an IIR in reverse
Chris Robinson
2022-10-27
1
-122
/
+84
*
Use the correct input for the IIR UHJ encoder
Chris Robinson
2022-10-26
1
-7
/
+29
*
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
1
-82
/
+90
*
Rename some variables to be less ambiguous
Chris Robinson
2022-10-21
1
-10
/
+10
*
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
1
-1
/
+2
*
Add an IIR filter option for UHJ encoding/decoding
Chris Robinson
2022-10-21
1
-1
/
+272
*
Add an option for higher quality UHJ filters
Chris Robinson
2022-08-08
1
-0
/
+3
*
Parameterize the UHJ filter length
Chris Robinson
2022-08-07
1
-4
/
+33
*
Properly update the Super Stereo width
Chris Robinson
2022-07-07
1
-0
/
+1
*
Use virtual functions for the decoder
Chris Robinson
2022-05-14
1
-1
/
+1
*
Use an array of pointers for the UHJ encoder input
Chris Robinson
2022-05-06
1
-5
/
+5
*
Avoid a divide-by-zero in UhjDecoder::decodeStereo
Chris Robinson
2022-03-07
1
-4
/
+4
*
Pass a span of pointers to the UHJ/SuperStereo decoder
Chris Robinson
2022-01-01
1
-16
/
+16
*
Remove unnecessary lines
Chris Robinson
2021-12-10
1
-3
/
+0
*
Add a function for Super Stereo conversions
Chris Robinson
2021-12-09
1
-0
/
+80
*
Slight update to the UHJ coefficients
Chris Robinson
2021-11-28
1
-12
/
+12
*
Avoid passing spans unnecessarily
Chris Robinson
2021-11-25
1
-4
/
+4
*
Don't assume the UhjDecoder::decode offset is 16-byte aligned
Chris Robinson
2021-11-25
1
-6
/
+6
*
Use a base for the UhjEncoder/Decoder common properties
Chris Robinson
2021-11-25
1
-10
/
+6
*
Add a UHJ-specific coefficient scaling array
Chris Robinson
2021-07-13
1
-13
/
+7
*
Don't reference non-static local variables in lambdas
Chris Robinson
2021-04-11
1
-2
/
+2
*
Fix UHJ encoding/decoding factors
Chris Robinson
2021-04-11
1
-16
/
+28
*
Add RESTRICT to some pointers
Chris Robinson
2021-04-04
1
-11
/
+9
*
Rename Uhj2Encoder to UhjEncoder
Chris Robinson
2021-04-01
1
-3
/
+3
*
Avoid passing an array of pointers
Chris Robinson
2021-04-01
1
-24
/
+25
*
Add support for 4-channel UHJ
Chris Robinson
2021-03-31
1
-7
/
+11
*
Decode UHJ buffers to B-Format for mixing
Chris Robinson
2021-03-31
1
-0
/
+67
[next]