[mythtv-firehose] mythtv branch master updated by jstichnoth. v0.26-pre-320-g4d0bbbe

Git Repo Owner noreply at mythtv.org
Sat May 19 13:34:16 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  4d0bbbe1e54aaa91abbd233b7e5a1a48103462f2 (commit)
      from  389ba609a553688417ccf2b1a8f3863ffc919bf4 (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 4d0bbbe1e54aaa91abbd233b7e5a1a48103462f2
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sat, 19 May 2012 06:04:32 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sat, 19 May 2012 06:04:32 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4d0bbbe1e54aaa91abbd233b7e5a1a48103462f2

Remove the "Seek to exact frame" setting.
Instead, use more adaptive, sensible behavior.  When doing relative
seeks, snap to the nearest keyframe if its distance from the target
frame is within 10% of the total seek distance.  When seeking within
the cutlist editor, use a value of 50% instead.

Exact frame seeking is used for absolute seeks (bookmark seek, skips
based on cutlist/commskiplist, preview generation), and for keyframe
and single-frame seeking in the cutlist editor.



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

Summary of changes:
 mythtv/libs/libmythtv/avformatdecoder.cpp          |    3 +-
 mythtv/libs/libmythtv/decoderbase.cpp              |   42 +++++--
 mythtv/libs/libmythtv/decoderbase.h                |    6 +-
 mythtv/libs/libmythtv/importrecorder.cpp           |    2 +-
 mythtv/libs/libmythtv/mythplayer.cpp               |  129 ++++++++++----------
 mythtv/libs/libmythtv/mythplayer.h                 |   24 ++--
 mythtv/libs/libmythtv/playercontext.cpp            |    4 +-
 mythtv/libs/libmythtv/previewgenerator.cpp         |    2 +-
 mythtv/programs/mythavtest/main.cpp                |    2 +-
 mythtv/programs/mythccextractor/main.cpp           |    2 +-
 .../programs/mythcommflag/PrePostRollFlagger.cpp   |    2 -
 mythtv/programs/mythcommflag/main.cpp              |    4 +-
 mythtv/programs/mythfrontend/globalsettings.cpp    |   11 --
 mythtv/programs/mythtranscode/transcode.cpp        |    2 +-
 14 files changed, 122 insertions(+), 113 deletions(-)

-- 



More information about the mythtv-firehose mailing list