[mythtv-firehose] mythtv branch master updated by jstichnoth. v0.28-pre-38-gcfc3b7c

Git Repo Owner noreply at mythtv.org
Thu Sep 5 19:46:37 UTC 2013


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  cfc3b7c8e50038d52b739077068ffa7a8f82fd56 (commit)
      from  b63a69d1f888240b5f2d4a71f5e3c321f3edf621 (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 cfc3b7c8e50038d52b739077068ffa7a8f82fd56
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Thu, 5 Sep 2013 11:41:29 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Thu, 5 Sep 2013 11:41:29 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cfc3b7c8e50038d52b739077068ffa7a8f82fd56

Subtitles: Clean up the code and reorganize somewhat.
* The code specific to cc608, cc708, and srt is made more
  object-oriented.

* Various external caches of the SubtitleScreen's children list
  (e.g. expiration time, cc708 window number, original widget area)
  are integrated directly into the children list for simplified
  management.

* Method definitions are reordered in the file to more logically match
  declaration order.

* Most of the VB_VBI logs are reduced to the LOG_DEBUG level.

* The subtitle creation pipeline is somewhat more amenable to tweaks
  and performance-related experiments.

Refs #10984



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

Summary of changes:
 mythtv/libs/libmythtv/cc708reader.cpp           |   32 +-
 mythtv/libs/libmythtv/cc708window.cpp           |   29 +-
 mythtv/libs/libmythtv/cc708window.h             |    2 +-
 mythtv/libs/libmythtv/mythccextractorplayer.cpp |   17 +-
 mythtv/libs/libmythtv/subtitlescreen.cpp        | 2261 ++++++++++++-----------
 mythtv/libs/libmythtv/subtitlescreen.h          |  279 ++--
 mythtv/libs/libmythui/mythfontproperties.cpp    |   36 -
 mythtv/libs/libmythui/mythfontproperties.h      |    4 -
 8 files changed, 1411 insertions(+), 1249 deletions(-)

-- 



More information about the mythtv-firehose mailing list