Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure m_mp init for VLC input | Matthias P. Braendli | 2015-12-27 | 1 | -1/+2 |
| | |||||
* | Merge patch from Francesco for VLC input | Matthias P. Braendli | 2015-12-02 | 1 | -1/+12 |
| | | | | Adds cache control and compressor | ||||
* | Move writing ICY Text to a separate async task | Matthias P. Braendli | 2015-05-22 | 1 | -1/+4 |
| | |||||
* | Replace boost by C++11 | Matthias P. Braendli | 2015-05-04 | 1 | -2/+3 |
| | | | | | std::thread doesn't support interruption like boost::thread, which was used in the ALSA input. Everything else should be equivalent. | ||||
* | VLC can write ICY Text into a file for mot-encoder | Matthias P. Braendli | 2015-04-12 | 1 | -0/+6 |
| | |||||
* | VLC: change callback usage | Matthias P. Braendli | 2015-03-30 | 1 | -5/+2 |
| | |||||
* | Fix compilation error | Matthias P. Braendli | 2015-03-23 | 1 | -0/+2 |
| | |||||
* | The -c option should also work for libvlc input | Matthias Braendli | 2015-03-23 | 1 | -1/+2 |
| | |||||
* | Add VLC exit handler | Matthias P. Braendli | 2015-03-17 | 1 | -16/+20 |
| | |||||
* | Add libvlc input | Matthias P. Braendli | 2015-03-11 | 1 | -0/+107 |
Be careful about sample rate conversion, VLC only wants to use the ugly resampler on some machines. |