[mythtv-firehose] mythtv branch devel/027candidates updated by dekarl. v0.27.5-50-g36f04c4

Git Repo Owner noreply at mythtv.org
Wed Nov 25 20:43:41 UTC 2015


The branch, devel/027candidates has been updated on the
mythtv repository by gitolite user dekarl.
       via  36f04c4d89191a7d0e7516d0fdd5b4c517d3cd3e (commit)
       via  ab12722b71a258a981cb0338922b7bee46ca7107 (commit)
       via  5cd3a748a7a65c6f3790debeba5f703723d38f71 (commit)
       via  fcfa4f52e8f16dcb9b0f98e34b4ad2d967c82833 (commit)
       via  385491552919c4654f1148a8f68493b5e48c6614 (commit)
       via  acd481df3f5be108bd6de5f4be27ac50aedab162 (commit)
       via  715f8bfa41dda9cb2353459358b939e7aaf67b5c (commit)
       via  3a1506c6b6e20256f776c201af7a73cb7a511ad2 (commit)
       via  68e51d6fd4fa25e985b21cb3a5b5ca6fce9aca9d (commit)
       via  0739981fc27896bff5125b415a9b5ae6b1989f51 (commit)
       via  3ea54d78f8993a09037823251d7daf9e3b0e2686 (commit)
       via  e7cabeffc6475875a6814f0aa84c3c33ef44589d (commit)
       via  a4de67fdd887a24a5fffa98dceb6870a6a452755 (commit)
       via  19ea0f61074906a93de2b625168f129b2fb569dc (commit)
       via  b7db0c2c43128d98aecac00b335b22c7113bf322 (commit)
       via  817d6879523295e73bcb12b3d9284a254216a7d0 (commit)
       via  738a737fe35dd4ba62ef96acc2fd09666c710702 (commit)
       via  d54aa81bfcf413c1adf01a51472efa0fa47cc172 (commit)
       via  1fb7f4ad87bc9970355b9bab19f9255a09c14468 (commit)
      from  66c12f9eafc8d053c22b4d72424c1a06e90d389c (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 36f04c4d89191a7d0e7516d0fdd5b4c517d3cd3e
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 9 Jan 2014 20:45:02 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Wed, 25 Nov 2015 21:42:52 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=36f04c4d89191a7d0e7516d0fdd5b4c517d3cd3e

extend IPTV recorder to handle MPTS input
By parsing VLC style program_number from the playlist the recorder
can select a specific program from the stream. The program_number
is also known as the service_id in DVB vocabulary.

Example playlist:

    #EXTM3U
    #EXTINF:0,1 - name of the program
    #EXTVLCOPT:program=61200
    http://192.168.1.100:8001/1:0:19:EF10:421:1:C00000:0:0:0:

Original patch by Torbjörn Jansson
Refs #11487

(cherry picked from commit 6e91c46696ce6bbf56652e7301bbec53f127c3af)



commit ab12722b71a258a981cb0338922b7bee46ca7107
Author:    Karl Dietz <dekarl at mythtv.org> at Wed, 25 Nov 2015 21:42:12 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Wed, 25 Nov 2015 21:42:12 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ab12722b71a258a981cb0338922b7bee46ca7107

Merge branch 'fixes/0.27' into devel/027candidates



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

Summary of changes:
 mythtv/bindings/python/tmdb3/tmdb3/request.py      |   43 +-
 .../bindings/python/tmdb3/tmdb3/tmdb_exceptions.py |    1 +
 mythtv/i18n/mythfrontend_zh_hk.qm                  |  Bin 469606 -> 469421 bytes
 mythtv/i18n/mythfrontend_zh_hk.ts                  |  686 ++++++++++----------
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/libs/libmythtv/avformatdecoder.cpp          |   33 +-
 .../libmythtv/channelscan/iptvchannelfetcher.cpp   |   13 +-
 .../libmythtv/channelscan/iptvchannelfetcher.h     |    6 +-
 mythtv/libs/libmythtv/dtvmultiplex.h               |    5 +-
 mythtv/libs/libmythtv/mpeg/dvbdescriptors.cpp      |   16 +-
 mythtv/libs/libmythtv/videobuffers.h               |    3 +-
 mythtv/locales/zh_hk.xml                           |    6 +-
 .../programs/mythcommflag/ClassicCommDetector.cpp  |   72 ++-
 mythtv/programs/mythcommflag/ClassicCommDetector.h |    2 -
 .../programs/mythcommflag/ClassicLogoDetector.cpp  |   66 ++-
 mythtv/programs/mythcommflag/ClassicLogoDetector.h |    2 +-
 .../mythcommflag/ClassicSceneChangeDetector.cpp    |    2 +-
 .../mythcommflag/ClassicSceneChangeDetector.h      |    2 +-
 mythtv/programs/mythcommflag/Histogram.cpp         |    9 +-
 mythtv/programs/mythcommflag/Histogram.h           |    4 +-
 mythtv/programs/mythcommflag/LogoDetectorBase.h    |    3 +-
 .../mythcommflag/SceneChangeDetectorBase.h         |    4 +-
 mythtv/programs/scripts/metadata/Movie/tmdb3.py    |   46 +-
 23 files changed, 559 insertions(+), 467 deletions(-)

-- 



More information about the mythtv-firehose mailing list