[mythtv-commits] mythtv branch master updated by jpoet. v0.28-pre-2008-g9fe9248

Git Repo Owner noreply at mythtv.org
Sun Jul 27 19:24:32 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jpoet.
       via  9fe924890792387e7a970b56d9761a2bfcb75437 (commit)
       via  6c94c389753d387144dd82daf1298388a3a00824 (commit)
       via  fb6aae3c43130d967b3a778b939739a179b07465 (commit)
      from  e2531f5791c2d34a43d7dfba9106829b504b6dfe (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 9fe924890792387e7a970b56d9761a2bfcb75437
Author:    John Poet <jpoet at mythtv.org> at Sat, 26 Jul 2014 14:52:51 -0600
Committer: John Poet <jpoet at mythtv.org> at Sun, 27 Jul 2014 13:24:00 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9fe924890792387e7a970b56d9761a2bfcb75437

Reduce the potential for false-positives when checking for recording damage.
Checking the recording quality is a little expensive, but we only do this
when a gap is detected, so it should not happen often.




commit 6c94c389753d387144dd82daf1298388a3a00824
Author:    John Poet <jpoet at mythtv.org> at Tue, 22 Jul 2014 14:37:33 -0600
Committer: John Poet <jpoet at mythtv.org> at Sun, 27 Jul 2014 13:23:50 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6c94c389753d387144dd82daf1298388a3a00824

If the profile is changing, then we cannot re-use the existing 'recorder'



commit fb6aae3c43130d967b3a778b939739a179b07465
Author:    John Poet <jpoet at mythtv.org> at Tue, 22 Jul 2014 14:35:34 -0600
Committer: John Poet <jpoet at mythtv.org> at Sun, 27 Jul 2014 13:23:37 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=fb6aae3c43130d967b3a778b939739a179b07465

Fix creation of 'full ts' raw file for back-to-back recordings



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

Summary of changes:
 mythtv/libs/libmythtv/recorders/asirecorder.cpp   |    4 ++++
 mythtv/libs/libmythtv/recorders/dtvrecorder.cpp   |   21 +++++++++++++--------
 mythtv/libs/libmythtv/recorders/dvbrecorder.cpp   |    3 +++
 mythtv/libs/libmythtv/recorders/hdhrrecorder.cpp  |    3 +++
 mythtv/libs/libmythtv/recorders/streamhandler.cpp |    8 +++-----
 mythtv/libs/libmythtv/recorders/streamhandler.h   |    9 +++++----
 mythtv/libs/libmythtv/recordingquality.cpp        |   15 +++++++++++++++
 mythtv/libs/libmythtv/recordingquality.h          |    3 ++-
 mythtv/libs/libmythtv/tv_rec.cpp                  |   21 +++++++++++++++++----
 mythtv/libs/libmythtv/tv_rec.h                    |    2 ++
 10 files changed, 67 insertions(+), 22 deletions(-)

-- 



More information about the mythtv-commits mailing list