[vlc-commits] DTV: support for BDA (untested) on Windows
Rémi Denis-Courmont
git at videolan.org
Sat Mar 26 17:51:28 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Mar 26 18:30:03 2011 +0200| [c819250a321c8d08e612a744dd29fe785f13f39b] | committer: Rémi Denis-Courmont
DTV: support for BDA (untested) on Windows
This merges the Linux DVB and Windows BDA backend behind the same
plugin-internal interface.
Like the existing BDA plugin, this does not support PID filters,
signal levels nor DVB-S2.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c819250a321c8d08e612a744dd29fe785f13f39b
---
configure.ac | 19 -
modules/access/Modules.am | 25 +-
modules/access/bda/Modules.am | 1 -
modules/access/bda/bda.c | 528 ----------------
modules/access/bda/bda.h | 83 ---
modules/access/{bda => dtv}/bdadefs.h | 0
modules/access/{bda => dtv}/bdagraph.cpp | 643 +++++++++-----------
.../access/{bda/bdagraph.h => dtv/bdagraph.hpp} | 34 +-
8 files changed, 339 insertions(+), 994 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=c819250a321c8d08e612a744dd29fe785f13f39b
More information about the vlc-commits
mailing list