[mythtv-firehose] mythtv branch devel/ceton updated by danielk. v0.26-pre-1063-g07acf0e

Git Repo Owner noreply at mythtv.org
Mon Jul 23 21:16:48 UTC 2012


The branch, devel/ceton has been updated on the
mythtv repository by gitolite user danielk.
       via  07acf0e850d62d6c54cec498c675cc8f82d83d64 (commit)
       via  0496f3fdc17531bd125cde82e6a8f4e45dc19e1a (commit)
       via  5f04f275d50d69f81dbaa05a0b37acd0b68fc9ec (commit)
       via  772eaf13bdc378e01416ea33e70c73d5ec0477a8 (commit)
       via  28b8cd906a598d40206a083ac33ca523f13dd088 (commit)
       via  1b5864ddcf6d37a5801e2ceccfd1ed9ba6886f35 (commit)
       via  be51d7390226f9b4f6b121e64d23793ae7967393 (commit)
       via  67bc2cd49f100a7f92bb76284e7a59208dd23c85 (commit)
      from  caac2d5d11ed5d685b9bff82f10912144e01b9a0 (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 07acf0e850d62d6c54cec498c675cc8f82d83d64
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, 23 Jul 2012 17:10:25 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=07acf0e850d62d6c54cec498c675cc8f82d83d64

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.



commit 0496f3fdc17531bd125cde82e6a8f4e45dc19e1a
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 23 Jul 2012 15:50:07 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 23 Jul 2012 15:50:07 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0496f3fdc17531bd125cde82e6a8f4e45dc19e1a

Merge branch 'master' into devel/ceton
Conflicts:
	mythtv/libs/libmythtv/iptvrecorder.cpp
	mythtv/libs/libmythtv/iptvrecorder.h



commit 5f04f275d50d69f81dbaa05a0b37acd0b68fc9ec
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 23 Jul 2012 14:15:07 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 23 Jul 2012 15:48:53 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=5f04f275d50d69f81dbaa05a0b37acd0b68fc9ec

Fixes #10870. Fixes StreamHandler Start()/Stop() race.
Conflicts:

	mythtv/libs/libmythtv/recorders/streamhandler.cpp



commit 772eaf13bdc378e01416ea33e70c73d5ec0477a8
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 23 Jul 2012 15:46:43 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 23 Jul 2012 15:46:43 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=772eaf13bdc378e01416ea33e70c73d5ec0477a8

Revert "Disable -Woverloaded-virtual."
This reverts commit 28b8cd906a598d40206a083ac33ca523f13dd088.



commit 28b8cd906a598d40206a083ac33ca523f13dd088
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 23 Jul 2012 13:01:28 -0400
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Mon, 23 Jul 2012 15:46:27 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=28b8cd906a598d40206a083ac33ca523f13dd088

Disable -Woverloaded-virtual.
We're planning to address these post 0.26 so just disable these warnings for now so
other warnings are more prominent.



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

Summary of changes:
 mythtv/configure                                   |    3 +-
 .../libmythtv/recorders/NuppelVideoRecorder.cpp    |    6 +-
 .../libs/libmythtv/recorders/NuppelVideoRecorder.h |    2 +-
 mythtv/libs/libmythtv/recorders/dtvrecorder.cpp    |    4 +-
 mythtv/libs/libmythtv/recorders/dtvrecorder.h      |    2 +-
 mythtv/libs/libmythtv/recorders/recorderbase.cpp   |    4 +-
 mythtv/libs/libmythtv/recorders/recorderbase.h     |   10 ++--
 mythtv/libs/libmythtv/recorders/streamhandler.cpp  |   44 ++++++---------
 mythtv/libs/libmythtv/recordinginfo.cpp            |   10 ++++
 mythtv/libs/libmythtv/recordinginfo.h              |   11 ++++
 mythtv/libs/libmythtv/recordingquality.cpp         |   55 ++++++++++++++++----
 mythtv/libs/libmythtv/recordingquality.h           |    4 +-
 mythtv/libs/libmythtv/tv_rec.cpp                   |    7 ++-
 13 files changed, 107 insertions(+), 55 deletions(-)

-- 



More information about the mythtv-firehose mailing list