[mythtv-commits] mythtv commit: r9844 - in branches/mythtv-eit/libs/libmythtv by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon May 1 14:26:08 EDT 2006


      Author: danielk
        Date: 2006-05-01 18:26:04 +0000 (Mon, 01 May 2006)
New Revision: 9844
   Changeset: http://cvs.mythtv.org/trac/changeset/9844

Modified:

   branches/mythtv-eit/libs/libmythtv/channelbase.cpp
   branches/mythtv-eit/libs/libmythtv/channelbase.h
   branches/mythtv-eit/libs/libmythtv/dbcheck.cpp
   branches/mythtv-eit/libs/libmythtv/dtvsignalmonitor.cpp
   branches/mythtv-eit/libs/libmythtv/dtvsignalmonitor.h
   branches/mythtv-eit/libs/libmythtv/dvbchannel.cpp
   branches/mythtv-eit/libs/libmythtv/mpeg/dvbstreamdata.cpp
   branches/mythtv-eit/libs/libmythtv/mpeg/dvbstreamdata.h
   branches/mythtv-eit/libs/libmythtv/mpeg/scanstreamdata.cpp
   branches/mythtv-eit/libs/libmythtv/siscan.cpp
   branches/mythtv-eit/libs/libmythtv/siscan.h
   branches/mythtv-eit/libs/libmythtv/tv_rec.cpp

Log:

Refs #1035. Fixes #1049. Adds SDT monitoring to DTVSignalMonitor in mythtv-eit branch.

What this does is require a matching SDT table for DVB channels before decide that we are on the right transport. This especially helps with DVB-S tuning, but also lets us collect the SDT table in the DTVSignalMonitor which allows us to dependably collect DVB EIT now that the SIParser class is gone.

This also changes the scanning for ATSC/MPEG a bit. We've been inserting a networkid of '1' instead of '0' for these transports for a while. There is a db update in dbcheck to fix existing transports and some changes in siscan to insert these properly in future channel scans.

Please test/debug so that I can merge this with SVN-head soon.






More information about the mythtv-commits mailing list