[mythtv-commits] mythtv commit: r7541 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Oct 21 13:17:52 EDT 2005


      Author: danielk
        Date: 2005-10-21 17:17:51 +0000 (Fri, 21 Oct 2005)
New Revision: 7541
   Changeset: http://cvs.mythtv.org/trac/changeset/7541

Modified:

   trunk/mythtv/libs/libmythtv/channel.cpp
   trunk/mythtv/libs/libmythtv/channel.h
   trunk/mythtv/libs/libmythtv/videosource.cpp
   trunk/mythtv/libs/libmythtv/videosource.h

Log:

Adds hasV4L2() and probeV4LInputs() to CardUtil.
Uses hasV4L2() in channel.cpp
Converts center frequencies to visual carrier frequencies for
ATSC Channel instances (this lets you connect a DVB input to
a HDTV card without being off by 1750000 Hz when you tune.
Simplifies VideoDevice::fillDVBInputDiseqc(), which is the
DVB version of CardUtil::probeV4LInputs().

If a V4L card doesn't return any input, but otherwise works,
assume that it has one input called "Television". This allows
version 2.0 of pcHDTV V4L drivers for the HD-3000 to be setup
without DB hacks.

Merge DVBDefaultInput() and TunerCardInput().

This could use more cleanup, but this is a start.






More information about the mythtv-commits mailing list