[mythtv-commits] mythtv branch master updated by jstichnoth. v0.27-pre2-517-g3112656

Git Repo Owner noreply at mythtv.org
Mon Jan 7 14:35:51 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  31126568be61528ed05eef04ca0bf7f0a3d4b004 (commit)
      from  a336ace5de02a5deb5f8391023fa7f196fdce7a0 (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 31126568be61528ed05eef04ca0bf7f0a3d4b004
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Mon, 7 Jan 2013 06:20:53 -0800
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Mon, 7 Jan 2013 06:20:53 -0800
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=31126568be61528ed05eef04ca0bf7f0a3d4b004

Fixes #6974.  Play all the way to the end of the video.
Playback is allowed to continue even after the decoder thread reaches
the EOF state, until decoded and buffered frames are drained from the
decoder.  This may represent anywhere from 0.25s to 1s of content.

Thanks to Mark Spieth for providing and maintaining the patch.



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

Summary of changes:
 mythtv/libs/libmythtv/decoderbase.cpp              |    4 +-
 mythtv/libs/libmythtv/decoderbase.h                |   17 ++++-
 mythtv/libs/libmythtv/mythcommflagplayer.cpp       |    2 +-
 mythtv/libs/libmythtv/mythplayer.cpp               |   75 +++++++++++--------
 mythtv/libs/libmythtv/mythplayer.h                 |    4 +-
 mythtv/programs/mythavtest/main.cpp                |    2 +-
 .../programs/mythcommflag/ClassicCommDetector.cpp  |    2 +-
 .../programs/mythcommflag/ClassicLogoDetector.cpp  |    2 +-
 mythtv/programs/mythcommflag/CommDetector2.cpp     |    2 +-
 .../programs/mythcommflag/PrePostRollFlagger.cpp   |    2 +-
 10 files changed, 67 insertions(+), 45 deletions(-)

-- 



More information about the mythtv-commits mailing list