[vlc-devel] commit: Added DVB scan capability. (Laurent Aimar )

git version control git at videolan.org
Mon Aug 25 22:30:06 CEST 2008


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Aug 25 12:54:43 2008 +0200| [7e34273a7c29a4b5534179f01beaf25fc616eb48] | committer: Laurent Aimar 

Added DVB scan capability.

Only DVB-T tuner is supported (but it would be easy to add DVB-S/C).
The files scan.c/h are strictly independant of the DVB access and could
be reused for the DBA access if wanted.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7e34273a7c29a4b5534179f01beaf25fc616eb48
---

 modules/access/dvb/Modules.am  |    1 +
 modules/access/dvb/access.c    |  258 ++++++++++++--
 modules/access/dvb/dvb.h       |   27 ++
 modules/access/dvb/en50221.c   |   11 +-
 modules/access/dvb/http.c      |    6 +
 modules/access/dvb/linux_dvb.c |   84 ++++-
 modules/access/dvb/scan.c      |  793 ++++++++++++++++++++++++++++++++++++++++
 modules/access/dvb/scan.h      |  137 +++++++
 8 files changed, 1280 insertions(+), 37 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=7e34273a7c29a4b5534179f01beaf25fc616eb48



More information about the vlc-devel mailing list