summaryrefslogtreecommitdiffstats
path: root/src/VLCInput.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace boost by C++11Matthias P. Braendli2015-05-041-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-encoderMatthias P. Braendli2015-04-121-0/+6
|
* VLC: change callback usageMatthias P. Braendli2015-03-301-5/+2
|
* Fix compilation errorMatthias P. Braendli2015-03-231-0/+2
|
* The -c option should also work for libvlc inputMatthias Braendli2015-03-231-1/+2
|
* Add VLC exit handlerMatthias P. Braendli2015-03-171-16/+20
|
* Add libvlc inputMatthias P. Braendli2015-03-111-0/+107
Be careful about sample rate conversion, VLC only wants to use the ugly resampler on some machines.