[vlc-commits] DTV: work-in-progress Linux DVBv5 input
Rémi Denis-Courmont
git at videolan.org
Sun Mar 20 11:30:54 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Mar 20 12:27:21 2011 +0200| [d0a36c30f0c834f3b1eebd0aa1e7be107d6dfd5e] | committer: Rémi Denis-Courmont
DTV: work-in-progress Linux DVBv5 input
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.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d0a36c30f0c834f3b1eebd0aa1e7be107d6dfd5e
---
modules/access/Modules.am | 9 +
modules/access/dtv/access.c | 569 +++++++++++++++++++++++++++++++++++++++++++
modules/access/dtv/dtv.h | 80 ++++++
modules/access/dtv/linux.c | 533 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 1191 insertions(+), 0 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=d0a36c30f0c834f3b1eebd0aa1e7be107d6dfd5e
More information about the vlc-commits
mailing list