[mythtv-commits] mythtv branch master updated by jstichnoth. v0.28-pre-2876-g7b38b88

Git Repo Owner noreply at mythtv.org
Sat May 9 13:34:11 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user jstichnoth.
       via  7b38b885ddf0bc25ea790e453c733a9704abb4ab (commit)
      from  366c428708682420bbf53a301d145ca441aedbdd (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 7b38b885ddf0bc25ea790e453c733a9704abb4ab
Author:    Jim Stichnoth <jstichnoth at mythtv.org> at Sat, 9 May 2015 06:21:10 -0700
Committer: Jim Stichnoth <jstichnoth at mythtv.org> at Sat, 9 May 2015 06:21:10 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7b38b885ddf0bc25ea790e453c733a9704abb4ab

Subtitles: Fix incorrect rendering of non-ASCII cc608 & teletext chars.
Special characters in the non-ASCII range were being displayed
incorrectly in cc608 and teletext captions.  This was due to sign
extension issues, and is fixed by converting it to QLatin1Char before
converting to QChar.  This is likely just an issue for Qt5.

In mythccextractor, the language-specific tables for teletext special
character mapping were in the wrong order, such that German and French
were swapped, and Italian and Czech/Slovak were swapped.  This was
just a matter of reading the bit order in the spec in reverse.



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

Summary of changes:
 mythtv/libs/libmythtv/cc608decoder.cpp            |   18 +++++++++---------
 mythtv/libs/libmythtv/teletextextractorreader.cpp |   18 +++++++++---------
 mythtv/libs/libmythtv/teletextscreen.cpp          |    6 +++---
 3 files changed, 21 insertions(+), 21 deletions(-)

-- 



More information about the mythtv-commits mailing list