aboutsummaryrefslogtreecommitdiffstats
path: root/src/VLCInput.h
Commit message (Collapse)AuthorAgeFilesLines
* Improve Doxygen mainpageMatthias P. Braendli2016-07-081-1/+1
|
* Add doxygen configuration and targetMatthias P. Braendli2016-07-081-15/+40
|
* Protect m_nowplaying with mutexMatthias P. Braendli2016-07-081-1/+2
|
* Add blocking sample queue and adapt VLC inputMatthias P. Braendli2016-06-241-66/+27
|
* DLS: add DL Plus supportStefan Pöschel2016-04-241-1/+6
| | | | | | - adds support for Dynamic Label Plus to mot-encoder through a new parameter block which prepends the DLS text within the regarding file - adds an option to add DL Plus data to the VLC input ICY text of dabplus-enc
* Merge branch 'next' into libtoolameMatthias P. Braendli2016-03-041-4/+11
|\
| * Add -L option to give arbitrary options to VLCMatthias P. Braendli2016-03-041-4/+11
| |
* | Make ALSA input conditionalMatthias P. Braendli2016-02-261-3/+1
|/
* Fix VLC queue fill and increase queue sizeMatthias P. Braendli2016-01-101-3/+1
|
* Add VLC variant with drift compensationMatthias P. Braendli2016-01-101-0/+44
|
* Create VLCInputDirect classMatthias P. Braendli2016-01-101-9/+25
|
* Ensure m_mp init for VLC inputMatthias P. Braendli2015-12-271-1/+2
|
* Merge patch from Francesco for VLC inputMatthias P. Braendli2015-12-021-1/+12
| | | | Adds cache control and compressor
* Move writing ICY Text to a separate async taskMatthias P. Braendli2015-05-221-1/+4
|
* 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.