index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
/
filters
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename a couple filter files for consistency
Chris Robinson
2018-12-25
2
-4
/
+5
*
Clean up some math stuff
Chris Robinson
2018-12-22
1
-2
/
+3
*
Rename a member variable and inline a function
Chris Robinson
2018-12-08
2
-9
/
+6
*
Inline a simple method
Chris Robinson
2018-12-08
2
-8
/
+1
*
Add fourth-order methods to the NFC filter
Chris Robinson
2018-12-07
2
-118
/
+119
*
Use class methods for BandSplitter and SplitterAllpass filters
Chris Robinson
2018-12-05
2
-44
/
+42
*
Use class methods for the NFC filters
Chris Robinson
2018-12-05
2
-128
/
+127
*
Use class methods for the biquad filter
Chris Robinson
2018-12-04
2
-68
/
+76
*
Avoid using AL types with the filters
Chris Robinson
2018-12-04
4
-48
/
+48
*
Avoid some more explicit loops in the filters
Chris Robinson
2018-12-04
3
-61
/
+53
*
Use a unique_ptr for the FrontStablizer
Chris Robinson
2018-11-22
1
-18
/
+14
*
Clean up the biquad filter a bit
Chris Robinson
2018-11-19
2
-34
/
+33
*
Convert the filters to C++
Chris Robinson
2018-11-17
2
-0
/
+0
*
Convert ALu.c to C++
Chris Robinson
2018-11-16
1
-0
/
+8
*
Convert ALc.c to C++
Chris Robinson
2018-11-14
1
-0
/
+8
*
Move extern inline declarations to their own C source
Chris Robinson
2018-11-14
1
-6
/
+0
*
Convert the band-split filter to C++
Chris Robinson
2018-11-03
2
-0
/
+7
*
Replace restrict with RESTRICT
Chris Robinson
2018-10-29
4
-9
/
+9
*
Add a RESTRICT macro to help with C++ compatibility
Chris Robinson
2018-10-29
2
-5
/
+5
*
Rename some struct members for clarity
Chris Robinson
2018-04-28
2
-77
/
+77
*
Rename some variables for clarity
Chris Robinson
2018-04-27
1
-31
/
+29
*
Transpose the band-splitter all-pass section
Chris Robinson
2018-04-26
1
-9
/
+11
*
Don't specialize biquad processing for a single sample
Chris Robinson
2018-04-24
1
-37
/
+28
*
Move the bnad-splitter filters to a separate source
Chris Robinson
2018-04-21
2
-0
/
+147
*
Rename BiquadState to BiquadFilter
Chris Robinson
2018-04-04
2
-13
/
+13
*
Apply biquad and T60 filters using transposed direct form II
Chris Robinson
2018-04-03
2
-42
/
+41
*
Rename NfcFilterUpdate* to NfcFilterProcess* for consistency
Chris Robinson
2018-03-27
2
-7
/
+7
*
Rename ALfilterState/Type to BiquadState/Type
Chris Robinson
2018-03-23
2
-27
/
+27
*
Move NFC filters to the filter directory
Chris Robinson
2018-03-22
2
-0
/
+477
*
Move the filter implementation to a separate directory
Chris Robinson
2018-03-22
2
-0
/
+251