[mythtv-commits] mythtv branch master updated by jyavenard. v0.28-pre-916-g11daeaa

Git Repo Owner noreply at mythtv.org
Thu Feb 27 02:00:04 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  11daeaadc52214605e204cdfe6f7c001c9c1cc9b (commit)
      from  81dafe7baca8d3e8252ba2f6ece9e725005e81c2 (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 11daeaadc52214605e204cdfe6f7c001c9c1cc9b
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Feb 2014 12:51:25 +1100
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 27 Feb 2014 12:58:07 +1100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=11daeaadc52214605e204cdfe6f7c001c9c1cc9b

Allow seeking within the entire liveTV chain of recordings.
Seeking across liveTV was fundamentally broken. You could only seek within the current recordings or go to the beginning of the next one or 15s to the end of the previous one.
This changes correct this behaviour. It is now possible to seek across the entire live TV session. We ensure however that we do not seek further than 15s from the end of a recordings (3s if reaching end of live program).

Fixes #12076



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

Summary of changes:
 mythtv/libs/libmythtv/livetvchain.cpp |  230 ++++++++++++++++++++++++++-------
 mythtv/libs/libmythtv/livetvchain.h   |    9 +-
 mythtv/libs/libmythtv/mythplayer.cpp  |   76 ++++++++---
 3 files changed, 244 insertions(+), 71 deletions(-)

-- 



More information about the mythtv-commits mailing list