Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid race condition on teardown of pipelined plugins | Matthias P. Braendli | 2018-01-14 | 1 | -0/+3 |
| | |||||
* | Add LUT predistorter | Matthias P. Braendli | 2017-09-13 | 1 | -0/+22 |
| | |||||
* | MemlessPoly: replace async by own threadpool | Matthias P. Braendli | 2017-09-02 | 1 | -1/+45 |
| | | | | | | It is slightly faster, but the main advantage is that there is no slowdown when running under gdb because it doesn't create and destroy threads for every frame. | ||||
* | Put both AM/AM and AM/PM coefs to one file | Matthias P. Braendli | 2017-08-25 | 1 | -10/+6 |
| | | | | This partly reverts commit 28462b9d8bb08609810ea9a9882c5fa9205b8b80. | ||||
* | Add dpd for phase correction | andreas128 | 2017-08-24 | 1 | -5/+10 |
| | |||||
* | Change MemlessPoly to real coefficients | andreas128 | 2017-08-21 | 1 | -1/+1 |
| | |||||
* | Add number of threads setting for MemlessPoly | Matthias P. Braendli | 2017-08-17 | 1 | -1/+2 |
| | |||||
* | Move MemlessPoly m_coefs to private | Matthias P. Braendli | 2017-08-04 | 1 | -6/+2 |
| | |||||
* | Change to complex poly | andreas128 | 2017-06-17 | 1 | -1/+1 |
| | |||||
* | Refactor MemlessPoly to have more meaningful names | andreas128 | 2017-04-06 | 1 | -5/+5 |
| | |||||
* | Fix file reading | andreas128 | 2017-04-02 | 1 | -1/+3 |
| | |||||
* | Working pipeline | andreas128 | 2017-03-26 | 1 | -0/+76 |