- 21 Mar, 2011 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Juha Jeronen authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Sébastien Escudier authored
-
Sébastien Escudier authored
Same problem than in 1d4c5a49
-
Pierre Ynard authored
The crappy input buffering code of rc is replaced by the (now) decent one of telnet. A new telnet transport is relatively cleanly added, and VLM commands are made available (over any transport). Example of use: vlc -Irc --rc-host "telnet://localhost:4212"
-
Pierre Ynard authored
Only C userdata can set a garbage collector that way. Client sockets are leaked when the interface is stopped, because the destructor is never called. And given how the thread is cancelled in poll(), I can't see a simple way to call it.
-
Pierre Ynard authored
poll() revents are flags, and the lua module tests for equality... Obviously this has been working merely by accident given that a remote host resetting a connection generates only POLLIN, and neither POLLHUP nor POLLERR. lua doesn't support bitwise operators so this is the simplest way.
-
- 20 Mar, 2011 22 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This is one of the most used function, and thus makes it faster to activate
-
Jean-Baptiste Kempf authored
Exactly 0 functionnal change here
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Contrary to V4L2, dshow does not extract options from the MRL. So there i effectively no way to set anything via playlist. This allows the options that more-or-less correspond to MRL options in V4L2. Parsing the MRL might make more sense than marking options as safe. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Alexey Sokolov authored
Some distros separate libsidplay2 into few packages. In that case libresid-builder can be absent even if libsidplay2 was found. Now, if libsidplay2 was found, we check for libresid-builder explicitly. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This is untested. Frequency offsets and diseqc are not done yet.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
It seems that DMX_ADD_PID does not work. So revert back to the non-shared DVR node, unless budget mode is enabled.
-
Rémi Denis-Courmont authored
This is incomplete and hence not automatically compiled. Conditional Access, DVB-S and scanning are missing. DVB-T and ATSC are not tested. DVB-C works. It is not clear to me what the problem is, but it seems VLC does not like the Linux DVB kernel demux. Only budget mode seems to work correctly at the moment.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Pierre Ynard authored
-
- 19 Mar, 2011 3 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Too many complaints, notably on Reddit
-
- 18 Mar, 2011 4 commits
-
-
Rémi Denis-Courmont authored
As an added bonus, we don't need to open /dev/null for nothing.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
requires latest contrib package
-