[mythtv-commits] mythtv branch master updated by dekarl. v0.28-pre-3472-g2b39b25

Git Repo Owner noreply at mythtv.org
Thu Jan 21 12:31:29 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  2b39b2542404e0a3e47951bd8d46169aebcbcccd (commit)
       via  483815008b814b17b68fcf4d3c7b4a125590c1c8 (commit)
       via  ef340fb93b4475dcf1fc31e712c96cd7d437b484 (commit)
       via  923005b832a9de49cb9c3e01d590cbfb02c31877 (commit)
       via  e812cbf2e09d2bf3db0ea9b218e0394dba0b4d99 (commit)
      from  a1bf985c4ff8bf947224fe126cd5d98cca83d881 (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 2b39b2542404e0a3e47951bd8d46169aebcbcccd
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 21 Jan 2016 00:40:35 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Thu, 21 Jan 2016 13:27:51 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=2b39b2542404e0a3e47951bd8d46169aebcbcccd

one more "V4L2Enc" -> "V4L2ENC" typo



commit 483815008b814b17b68fcf4d3c7b4a125590c1c8
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 21 Jan 2016 11:44:29 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Thu, 21 Jan 2016 13:27:50 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=483815008b814b17b68fcf4d3c7b4a125590c1c8

update german translation



commit ef340fb93b4475dcf1fc31e712c96cd7d437b484
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 7 Jan 2016 17:50:07 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Thu, 21 Jan 2016 13:27:50 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ef340fb93b4475dcf1fc31e712c96cd7d437b484

add sample fixup that handles items in DVB-EIT
Unhandled items are reported in the EIT debugging log to make it easier to
find enhancement potential for the fixups.
Convert from 32bit to 64bit fixup while here.
Unitymedia fixup is only enabled on some channels right now.



commit 923005b832a9de49cb9c3e01d590cbfb02c31877
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 7 Jan 2016 00:52:22 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Tue, 19 Jan 2016 22:56:11 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=923005b832a9de49cb9c3e01d590cbfb02c31877

copy items from ExtendedEventDescriptor to DBEventEIT in EITHelper



commit e812cbf2e09d2bf3db0ea9b218e0394dba0b4d99
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 7 Jan 2016 00:28:06 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Tue, 19 Jan 2016 22:56:11 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e812cbf2e09d2bf3db0ea9b218e0394dba0b4d99

parse items from DVB ExtendedEventDescriptor
Base for adding EITFixups that handle cast, year, etc transmitted as
generic items in the EIT. The actual way to store cast, etc is not part
of the standard.



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

Summary of changes:
 mythtv/i18n/mythfrontend_de.qm                     |  Bin 708228 -> 707451 bytes
 mythtv/i18n/mythfrontend_de.ts                     | 1449 +++++++++++---------
 mythtv/libs/libmythtv/cardutil.h                   |    2 +-
 mythtv/libs/libmythtv/eitfixup.cpp                 |   85 ++-
 mythtv/libs/libmythtv/eitfixup.h                   |    3 +
 mythtv/libs/libmythtv/eithelper.cpp                |   57 +-
 mythtv/libs/libmythtv/eithelper.h                  |    8 +-
 mythtv/libs/libmythtv/mpeg/dvbdescriptors.cpp      |   21 +
 mythtv/libs/libmythtv/mpeg/dvbdescriptors.h        |    7 +-
 mythtv/libs/libmythtv/programdata.h                |    8 +-
 .../test/test_eitfixups/test_eitfixups.cpp         |   40 +-
 .../libmythtv/test/test_eitfixups/test_eitfixups.h |    4 +-
 .../libmythtv/test/test_mpegtables/specimen.cpp    |    2 +-
 .../test/test_mpegtables/test_mpegtables.cpp       |   11 +
 .../test/test_mpegtables/test_mpegtables.h         |    4 +
 15 files changed, 987 insertions(+), 714 deletions(-)

-- 



More information about the mythtv-commits mailing list