[mythtv-firehose] mythtv branch fixes/0.28 updated by gigem. v0.28-45-g6cda212

Git Repo Owner noreply at mythtv.org
Wed Jul 20 15:21:10 UTC 2016


The branch, fixes/0.28 has been updated on the
mythtv repository by gitolite user gigem.
       via  6cda2125d47c7f699ac80ef039bfe342cead11eb (commit)
       via  20cdafa9cba9784547778d75d91a8ae74e36e33e (commit)
      from  04650e04a9ac8b549ec14fde2bee325cec5f8d78 (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 6cda2125d47c7f699ac80ef039bfe342cead11eb
Author:    David Engel <dengel at mythtv.org> at Wed, 13 Jul 2016 22:58:46 -0500
Committer: David Engel <dengel at mythtv.org> at Wed, 20 Jul 2016 09:33:27 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6cda2125d47c7f699ac80ef039bfe342cead11eb

Change AutoExpire::Update() to use a proper queue.
Previously, it essentially acted as if it had a one entry queue.
Consequently, if multiple recordings started at the same time, all but
the first would have to wait causing them to be delayed, sometimes by
several seconds.  Now, none of them have to wait.

(cherry picked from commit 6e36814a2d0dd17dd26589fb251943c26508c133)



commit 20cdafa9cba9784547778d75d91a8ae74e36e33e
Author:    David Engel <dengel at mythtv.org> at Wed, 20 Jul 2016 09:31:45 -0500
Committer: David Engel <dengel at mythtv.org> at Wed, 20 Jul 2016 09:31:45 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=20cdafa9cba9784547778d75d91a8ae74e36e33e

Fix scheduler affinity calculation for back to back recordings.
This is a backport of commit 8b2d79d4 from master.



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

Summary of changes:
 mythtv/programs/mythbackend/autoexpire.cpp |   75 ++++++++-------------------
 mythtv/programs/mythbackend/autoexpire.h   |   20 +++----
 mythtv/programs/mythbackend/scheduler.cpp  |   22 +++-----
 3 files changed, 40 insertions(+), 77 deletions(-)

-- 



More information about the mythtv-firehose mailing list