Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve Doxygen mainpage | Matthias P. Braendli | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Add doxygen configuration and target | Matthias P. Braendli | 2016-07-08 | 1 | -5/+10 |
| | |||||
* | Make ALSA input conditional | Matthias P. Braendli | 2016-02-26 | 1 | -7/+10 |
| | |||||
* | Replace boost by C++11 | Matthias P. Braendli | 2015-05-04 | 1 | -5/+5 |
| | | | | | std::thread doesn't support interruption like boost::thread, which was used in the ALSA input. Everything else should be equivalent. | ||||
* | merge file and alsa encoders into dabplus-enc | Matthias P. Braendli | 2014-04-25 | 1 | -10/+8 |
| | | | | There was a lot of redundant code between the two | ||||
* | Improve alsa fault detection | Matthias P. Braendli | 2014-03-19 | 1 | -2/+6 |
| | |||||
* | Support libasound2 1.0.25 | Matthias P. Braendli | 2014-03-14 | 1 | -1/+1 |
| | | | | Because it's the one that is in debian stable right now | ||||
* | Split AlsaInput into two variants (Threaded/Direct) | Matthias P. Braendli | 2014-03-09 | 1 | -19/+64 |
| | |||||
* | alsa-dabplus compiles | Matthias P. Braendli | 2014-03-07 | 1 | -2/+1 |
| | |||||
* | add first code bits of new alsa encoder | Matthias P. Braendli | 2014-03-07 | 1 | -0/+90 |