Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Commits

mythtv commits

 

 

First page Previous page 1 ... 9 10 11 12 13 14 15 16 17 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded


mythtv at cvs

Jun 17, 2005, 10:25 AM

Post #401 of 415 (5769 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Fri Jun 17 17:24:33 2005

Modified Files:
in mythtv/libs/libmythtv:
channel.cpp channel.h channelbase.cpp channelbase.h
dbcheck.cpp dvbchannel.cpp dvbchannel.h dvbtypes.cpp
dvbtypes.h firewirechannel.h
Log Message:

These changes are to support two improvements faster DTV channel
changing and a more generic channel scanning class. There is a
database update, the pidcache table is added.

The new methods in channelbase are:
GetDevice() -- Returns tuner device, for use in siscan in place of GetCardNum()
GetCachedPids() -- Returns list of pids, and the tables they might contain
SaveCachedPids() -- Saves list of pids and the tables they contain
SetCachedATSCInfo()
GetProgramNumber()/GetMajorChannel()/GetMinorChannel()

SetCachedATSCInfo() parses the channel name in Channel when dealing with
an ATSC channel, it allows you to use names without dashes or underscores.
The Get's get the parsed info. In DVBChannel the atscsrcid is used instead.
I plan on using that for the v4l HDTV drivers too, but not until I've
gotten the channel scanning to work for those drivers.

The cached pids functionality is not taken advantage of in this commit.
I'm using the signal monitor to save this as soon as it is safe, and the
signal monitor patch is not ready to be committed. The pidcache table
is simple and stable so I feel it is safe to commit it now.

There I've also moved the DVBTuning printing and parsing from DVBChannel
to DVBTuning. There is obviously some duplication in dvbtypes. I wrote
this before John Pullan created the parsing classes. But I'm not actually
increasing duplication, I'm just moving those duplicated parsers into the
same file which should make addressing the merge easier.


----------------------------------------------------------------------------


mythtv at cvs

Jun 17, 2005, 10:45 AM

Post #402 of 415 (5788 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Fri Jun 17 17:40:20 2005

Modified Files:
in mythtv/libs/libmythtv:
dvbsiparser.cpp
Log Message:

Just makes one debugging SIPARSER output more readable.
Missed this in commit, 2 commits back.

----------------------------------------------------------------------------


mythtv at cvs

Jun 17, 2005, 2:30 PM

Post #403 of 415 (5840 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Fri Jun 17 21:27:10 2005

Modified Files:
in mythtv/libs/libmythtv:
dvbchannel.cpp
Log Message:

ifdef around a couple atsc things, so you can compile with older DVB drivers.
Fix by John Pullan.


----------------------------------------------------------------------------


mythtv at cvs

Jun 17, 2005, 3:05 PM

Post #404 of 415 (5760 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Fri Jun 17 22:00:44 2005

Added Files:
in mythtv/libs/libmythtv:
scanwizardhelpers.cpp scanwizardhelpers.h
Modified Files:
in mythtv/libs/libmythtv:
libmythtv.pro scanwizard.cpp scanwizard.h
Log Message:

This moves helper classes from scanwizard.{cpp,h} to scanwizardhelpers.{cpp,h}.
This is basically a readability thing. I've been working on these and having to
look for the main ScanWizard and ScanWizardScanner classes in a sea of settings
classes gets annoying fast.

None of the changes I've been making are in this commit, but basically I'm
making the scanner more generic so it is easier to add new non-DVB scanners.

----------------------------------------------------------------------------


mythtv at cvs

Jun 17, 2005, 5:40 PM

Post #405 of 415 (5784 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Sat Jun 18 00:38:43 2005

Modified Files:
in mythtv/libs/libmythtv:
dvbtypes.cpp
Log Message:

Compile fixes for old DVB drivers from Mark Spieth.

----------------------------------------------------------------------------


mythtv at cvs

Jun 17, 2005, 8:50 PM

Post #406 of 415 (5779 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Sat Jun 18 03:46:08 2005

Modified Files:
in mythtv/i18n:
translate.pro
in mythtv/libs/libmythtv:
recordingprofile.cpp sr_items.h
Log Message:


Patch by Daniel Staaf to add a few missing QObject::tr calls and add
setup/checksetup.cpp to translate.pro.

----------------------------------------------------------------------------


mythtv at cvs

Jun 18, 2005, 6:30 AM

Post #407 of 415 (5769 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Sat Jun 18 13:25:02 2005

Modified Files:
in mythtv/libs/libmythtv:
dvbtypes.cpp
Log Message:

Fixes a couple typos in parsing rutines.

----------------------------------------------------------------------------


mythtv at cvs

Jun 18, 2005, 7:35 AM

Post #408 of 415 (5753 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Sat Jun 18 14:34:30 2005

Modified Files:
in mythtv/libs/libmythtv:
dvbsignalmonitor.cpp dvbsignalmonitor.h dvbtypes.cpp
signalmonitor.cpp
Log Message:

Fixes compile problem when DVB is not available. This was caused by
the Init() function in signalmonitor, which allows you to create
a dvbsignalmonitor and hence included some dvb stuff, some of it
not ifdef protected.

----------------------------------------------------------------------------


mythtv at cvs

Jun 18, 2005, 9:45 AM

Post #409 of 415 (5754 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by bjm on Sat Jun 18 16:42:45 2005

Modified Files:
in mythtv/libs/libmythtv:
programinfo.cpp
Log Message:
Include the final priority values in the recording status strings.

----------------------------------------------------------------------------


mythtv at cvs

Jun 18, 2005, 11:45 AM

Post #410 of 415 (5743 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Sat Jun 18 18:44:49 2005

Modified Files:
in mythtv/libs/libmythtv:
libmythtv.pro
Log Message:

Attempt to solve MacOS X linking problems. Someone with a OS X should look
at this, but I've looked at the code and made guesses. It looks like
signalmonitorvalue.cpp should be compiled in a frontend only compile,
while pchdtvsignalmonitor.cpp should be in any backend only compile.

However scanwizard & friends are currently in a frontend only compile,
if this is desired then it pulls in a bunch of backend stuff, which should
be added to the frontend compile. If it isn't desired, then they should
be moved to the backend only compile and mythtv-setup should not be linked.

----------------------------------------------------------------------------


mythtv at cvs

Jun 18, 2005, 12:10 PM

Post #411 of 415 (5750 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Sat Jun 18 19:06:34 2005

Modified Files:
in mythtv/libs/libmythtv:
dvbtypes.cpp
Log Message:

Fixes QAM parsing rutine in dvbtypes.cpp.

The Hierarchy DB field was being parsed instead of the modulation field.

----------------------------------------------------------------------------


mythtv at cvs

Jun 19, 2005, 2:25 PM

Post #412 of 415 (5741 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by danielk on Sun Jun 19 21:25:01 2005

Modified Files:
in mythtv/i18n:
translate.pro
Log Message:

Daniel Staaf's translate.pro patch + signalmonitor.cpp & dtvsignalmonitor.cpp




----------------------------------------------------------------------------


mythtv at cvs

Jun 19, 2005, 3:15 PM

Post #413 of 415 (5724 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Sun Jun 19 22:12:57 2005

Modified Files:
in mythtv/libs/libmythtv:
analogscan.cpp
Log Message:


Add "#include <unistd.h>" to get rid of "`::close' undeclared" and
"`usleep' undeclared" messages on some systems.

----------------------------------------------------------------------------


mythtv at cvs

Jun 19, 2005, 4:45 PM

Post #414 of 415 (5734 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Sun Jun 19 23:44:20 2005

Modified Files:
in mythtv/setup:
backendsettings.cpp
Log Message:


Patch by Robert Tsai to add the missing JobAllowTranscode setting to
mythtv-setup. This allows users to configure the JobQueue to allow or
disallow running transcoding jobs on a particular backend.

----------------------------------------------------------------------------


mythtv at cvs

Jun 19, 2005, 5:25 PM

Post #415 of 415 (5722 views)
Permalink
mythtv commits [In reply to]

----------------------------------------------------------------------------
Changes committed by cpinkham on Mon Jun 20 00:21:16 2005

Modified Files:
in mythtv/programs/mythbackend:
scheduler.cpp
Log Message:


Patch by Max Barry to fix bug where mythbackend would always call
startupCommand script with 'user' argument unless the "Block shutdown until
client connects" option was enabled in which case it would correctly pass
'user' or 'auto' whichever was correct.

----------------------------------------------------------------------------

First page Previous page 1 ... 9 10 11 12 13 14 15 16 17 Next page Last page  View All MythTV commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.