| Commit message (Expand) | Author | Age | Files | Lines |
* | Move a couple functions into its related class | Chris Robinson | 2019-05-25 | 1 | -23/+23 |
* | Remove a couple unused functions | Chris Robinson | 2019-05-25 | 1 | -9/+0 |
* | Allow initializing splitter filters with constructors | Chris Robinson | 2019-05-22 | 1 | -0/+8 |
* | Remove restrict from in+out parameters | Chris Robinson | 2019-04-28 | 2 | -5/+5 |
* | Use phase correction for the front stablizer | Chris Robinson | 2019-03-31 | 1 | -1/+7 |
* | Add a method to apply an HF scale without band-splitting | Chris Robinson | 2019-03-10 | 2 | -2/+37 |
* | Remove RESTRICT from the bandsplitter process method | Chris Robinson | 2019-02-21 | 2 | -2/+2 |
* | Slight cleanup for NfcFilterCreate4 | Chris Robinson | 2019-01-24 | 1 | -20/+14 |
* | Clean up the NFC filters a bit | Chris Robinson | 2019-01-23 | 2 | -68/+39 |
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -1/+1 |
* | Make the band-splitter and splitter-allpass filters templated | Chris Robinson | 2019-01-06 | 2 | -34/+47 |
* | Replace macros with constexpr inline functions | Chris Robinson | 2019-01-06 | 3 | -5/+5 |
* | Make BiquadFilter a templated class | Chris Robinson | 2019-01-06 | 2 | -36/+51 |
* | Don't make BiquadFilter's src and dst restrict | Chris Robinson | 2019-01-01 | 2 | -11/+10 |
* | 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 |