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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure struct members are initialized
Chris Robinson
2023-12-20
1
-1
/
+1
*
Remove DEF_NEWDEL
Chris Robinson
2023-12-16
1
-10
/
+0
*
Clean up some more clang-tidy warnings
Chris Robinson
2023-12-08
1
-1
/
+1
*
Don't apply the UHJ all-pass's first segment in the time domain
Chris Robinson
2023-10-28
1
-4
/
+3
*
Remove the output delay on the UHJ and SuperStereo IIR decoders
Chris Robinson
2023-10-18
1
-14
/
+16
*
Use a split filter for the FIR-based UHJ encoders
Chris Robinson
2023-10-14
1
-7
/
+10
*
Simplify copying the all-pass filter state
Chris Robinson
2023-02-13
1
-1
/
+1
*
Pass a boolean for the decoder to update its state
Chris Robinson
2023-02-13
1
-6
/
+6
*
The decoders don't need space for resampling
Chris Robinson
2023-02-12
1
-14
/
+13
*
Don't require samplesToDo > forwardSamples for decoders
Chris Robinson
2023-02-11
1
-3
/
+3
*
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
1
-18
/
+18
*
Rework the UHJ IIR filters to avoid applying an IIR in reverse
Chris Robinson
2022-10-27
1
-31
/
+44
*
Switch back to the FIR256 filter by default
Chris Robinson
2022-10-26
1
-1
/
+1
*
Use the IIR all-pass filter by default
Chris Robinson
2022-10-26
1
-1
/
+1
*
Avoid a duplicate all-pass function that accumulates
Chris Robinson
2022-10-22
1
-10
/
+23
*
Rename some variables to be less ambiguous
Chris Robinson
2022-10-21
1
-2
/
+2
*
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
-6
/
+82
*
Move a member variable to the struct it's needed
Chris Robinson
2022-08-09
1
-2
/
+2
*
Add an option for higher quality UHJ filters
Chris Robinson
2022-08-08
1
-0
/
+2
*
Parameterize the UHJ filter length
Chris Robinson
2022-08-07
1
-20
/
+52
*
Avoid a virtual function call to set the decoder width
Chris Robinson
2022-05-17
1
-15
/
+8
*
Avoid magic numbers
Chris Robinson
2022-05-16
1
-0
/
+4
*
Use virtual functions for the decoder
Chris Robinson
2022-05-14
1
-15
/
+31
*
Use an array of pointers for the UHJ encoder input
Chris Robinson
2022-05-06
1
-1
/
+2
*
Remove a couple unused fields
Chris Robinson
2022-04-22
1
-3
/
+0
*
Pass a span of pointers to the UHJ/SuperStereo decoder
Chris Robinson
2022-01-01
1
-5
/
+5
*
Add an internal Super Stereo format
Chris Robinson
2021-12-11
1
-0
/
+3
*
Add a function for Super Stereo conversions
Chris Robinson
2021-12-09
1
-0
/
+17
*
Avoid passing spans unnecessarily
Chris Robinson
2021-11-25
1
-2
/
+2
*
Use a base for the UhjEncoder/Decoder common properties
Chris Robinson
2021-11-25
1
-8
/
+10
*
Add a UHJ-specific coefficient scaling array
Chris Robinson
2021-07-13
1
-2
/
+3
*
Update a comment
Chris Robinson
2021-04-11
1
-1
/
+1
*
Fix UHJ encoding/decoding factors
Chris Robinson
2021-04-11
1
-0
/
+6
*
Rename Uhj2Encoder to UhjEncoder
Chris Robinson
2021-04-01
1
-2
/
+2
*
Avoid passing an array of pointers
Chris Robinson
2021-04-01
1
-2
/
+5
*
Add support for 4-channel UHJ
Chris Robinson
2021-03-31
1
-1
/
+1
*
Decode UHJ buffers to B-Format for mixing
Chris Robinson
2021-03-31
1
-0
/
+20
*
Rename a couple class members
Chris Robinson
2021-03-28
1
-3
/
+3
*
Move the UHJ phase shifter to a common header
Chris Robinson
2021-03-28
1
-8
/
+7
*
Fix the UHJ all-pass delay
Chris Robinson
2021-03-20
1
-5
/
+2
*
Fix UHJ FIR filter alignment
Chris Robinson
2021-03-15
1
-1
/
+1
*
Use spans instead of references to arrays
Chris Robinson
2021-02-06
1
-1
/
+1
*
Move a couple more things to core
Chris Robinson
2020-12-04
1
-0
/
+39