[mythtv-commits] mythtv branch master updated by danielk. v0.26-alpha-63-g16231c9

Git Repo Owner noreply at mythtv.org
Mon Jul 30 16:18:39 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  16231c959b2edbef011636e3c8df6e66933899e9 (commit)
       via  ecc1525d83abfed452e3b5f983de7c593063af91 (commit)
       via  e8073bc0e9cbd3aaaaff85d6ca4ef12c79bf71d2 (commit)
      from  94f1eff2c39e3f642ae63a6b456c628696c8f5bf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 16231c959b2edbef011636e3c8df6e66933899e9
Author:    Daniel Thor Kristjansson <dkristjansson at mythtv.org> at Fri, 27 Jul 2012 14:53:08 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 30 Jul 2012 12:18:33 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=16231c959b2edbef011636e3c8df6e66933899e9

Refs #10872. Use desired start and end times for recording quality.
This is the rest of [07acf0e85]. The constructors weren't right in
the previous commit and we need to get updated desired times to
the recorder for the recording quality determination to use them.



commit ecc1525d83abfed452e3b5f983de7c593063af91
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 23 Jul 2012 17:03:57 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 30 Jul 2012 12:18:32 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ecc1525d83abfed452e3b5f983de7c593063af91

Fixes #10872. Use desired start and end times.
The recording quality measurement needs to know when a recording was
supposed to start and end to know how much is actually missing from
the recording. We used to use the scheduled start and end times for
this, but sometimes a recording is intentionally started late or ended
early. This captures that by tracking the 'desired' start and end point.
This is initially set by the scheduler using and pre and post roll
values, and if the user intentionally stops a recording early that
updates the desired end time as well.

Conflicts:

	mythtv/libs/libmythtv/dtvrecorder.h



commit e8073bc0e9cbd3aaaaff85d6ca4ef12c79bf71d2
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 30 Jul 2012 11:33:17 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 30 Jul 2012 12:18:32 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e8073bc0e9cbd3aaaaff85d6ca4ef12c79bf71d2

Fixes #10948. Fixes EIT shutdown deadlock.



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

Summary of changes:
 mythtv/libs/libmythtv/NuppelVideoRecorder.cpp |    6 +-
 mythtv/libs/libmythtv/NuppelVideoRecorder.h   |    2 +-
 mythtv/libs/libmythtv/dtvrecorder.cpp         |    8 +-
 mythtv/libs/libmythtv/dtvrecorder.h           |    4 +-
 mythtv/libs/libmythtv/eitscanner.cpp          |   10 ++-
 mythtv/libs/libmythtv/recorderbase.cpp        |   15 +++-
 mythtv/libs/libmythtv/recorderbase.h          |   12 ++--
 mythtv/libs/libmythtv/recordinginfo.cpp       |   15 ++++
 mythtv/libs/libmythtv/recordinginfo.h         |   21 ++++++
 mythtv/libs/libmythtv/recordingquality.cpp    |   55 +++++++++++---
 mythtv/libs/libmythtv/recordingquality.h      |    4 +-
 mythtv/libs/libmythtv/tv_rec.cpp              |   95 +++++++++++++++++-------
 mythtv/libs/libmythtv/tv_rec.h                |    7 +-
 13 files changed, 186 insertions(+), 68 deletions(-)

-- 



More information about the mythtv-commits mailing list