- 21 Mar, 2011 1 commit
-
-
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 7 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
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 17 Mar, 2011 7 commits
-
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Speeds up channel scanning and actually should find all channels without exhaustive scanning. Patch fills pp_service with found configurations and DvbCNextFast seeks first pp_service that doesn't have name and returns that for next tune parameters. When tuning to that, we get SDT and fill names for that freq. This logic maybe belongs more on scan_Destroy where SDT-info is also more parsed.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-