[mythtv-commits] mythtv branch master updated by jpoet. v0.28-pre-2125-gccb6453

Git Repo Owner noreply at mythtv.org
Sun Aug 24 20:04:57 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jpoet.
       via  ccb645396fab00d6542f188ef2f3208f7e7bc01d (commit)
       via  dded8ab8efdd5d868ad5b1c71c5510e19d14c380 (commit)
       via  067d0139ee87ce358b2e245d8ec6a7feee15bd2d (commit)
       via  e064efe487593ab312fbe28530b2c7fd894d7394 (commit)
       via  271c89ad3815a6a08d2635ff147b901d87aaa653 (commit)
       via  73572e9d7ba487b37ee11d04ebedc9c10a2ae0cb (commit)
      from  6444db38eb83784c943894ab9c7d4a200d89e50c (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 ccb645396fab00d6542f188ef2f3208f7e7bc01d
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Sun, 3 Aug 2014 00:47:24 +0000
Committer: John Poet <jpoet at mythtv.org> at Sun, 24 Aug 2014 14:03:32 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ccb645396fab00d6542f188ef2f3208f7e7bc01d

>From 0fa4cff4764e777e8211aaabce780944a87f622e Mon Sep 17 00:00:00 2001 Subject: [PATCH] Enhance tv_rec recording profile messages in fallback/error  cases
Signed-off-by: John Poet <jpoet at mythtv.org>



commit dded8ab8efdd5d868ad5b1c71c5510e19d14c380
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Sun, 3 Aug 2014 00:37:17 +0000
Committer: John Poet <jpoet at mythtv.org> at Sun, 24 Aug 2014 13:48:32 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=dded8ab8efdd5d868ad5b1c71c5510e19d14c380

>From 149a80a818218baa96e52f36798c6632e9a5bb91 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Enhance tv_rec recording profile info message with cardid
Signed-off-by: John Poet <jpoet at mythtv.org>



commit 067d0139ee87ce358b2e245d8ec6a7feee15bd2d
Author:    John Poet <jpoet at mythtv.org> at Sun, 24 Aug 2014 12:59:00 -0600
Committer: John Poet <jpoet at mythtv.org> at Sun, 24 Aug 2014 13:44:46 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=067d0139ee87ce358b2e245d8ec6a7feee15bd2d

RecorderBase::SetRecordingStatus: When entering a failing state, send REC_FAILING system event.



commit e064efe487593ab312fbe28530b2c7fd894d7394
Author:    John Poet <jpoet at mythtv.org> at Sun, 24 Aug 2014 13:05:00 -0600
Committer: John Poet <jpoet at mythtv.org> at Sun, 24 Aug 2014 13:44:46 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e064efe487593ab312fbe28530b2c7fd894d7394

Recently the V4L2_ENC_CMD_START has become less and less likely to actually start encoding with the HD-PVR.  Go back to using a simple read instead, which is more like what we did before adding HD-PVR support.
Further, give it several chances.  At least with the HD-PVR getting a
"Resource temporarily unavailable" is not uncommon.



commit 271c89ad3815a6a08d2635ff147b901d87aaa653
Author:    John Poet <jpoet at mythtv.org> at Sun, 24 Aug 2014 13:04:14 -0600
Committer: John Poet <jpoet at mythtv.org> at Sun, 24 Aug 2014 13:44:46 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=271c89ad3815a6a08d2635ff147b901d87aaa653

AvFormatDecoder::ProcessVideoFrame: Prevent a segfault.



commit 73572e9d7ba487b37ee11d04ebedc9c10a2ae0cb
Author:    John Poet <jpoet at mythtv.org> at Fri, 22 Aug 2014 14:39:33 -0600
Committer: John Poet <jpoet at mythtv.org> at Sun, 24 Aug 2014 13:44:46 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=73572e9d7ba487b37ee11d04ebedc9c10a2ae0cb

ExternalStreamHandler: prevent an unlikely segfault



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

Summary of changes:
 mythtv/libs/libmythbase/mythversion.h              |    3 +-
 mythtv/libs/libmythtv/avformatdecoder.cpp          |   29 +++---
 .../libmythtv/recorders/ExternalStreamHandler.cpp  |    2 +-
 mythtv/libs/libmythtv/recorders/mpegrecorder.cpp   |  103 +++++++++++---------
 mythtv/libs/libmythtv/recorders/mpegrecorder.h     |    4 +-
 mythtv/libs/libmythtv/recorders/recorderbase.cpp   |   11 ++-
 mythtv/libs/libmythtv/tv_rec.cpp                   |   42 ++++++---
 mythtv/libs/libmythtv/tv_rec.h                     |    3 +
 8 files changed, 120 insertions(+), 77 deletions(-)

-- 



More information about the mythtv-commits mailing list