[mythtv-commits] mythtv branch fixes/0.27 updated by dekarl. v0.27.5-52-g9497495

Git Repo Owner noreply at mythtv.org
Wed Nov 25 22:28:22 UTC 2015


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user dekarl.
       via  9497495cd753181f73a2b999443cd0d5d2b11457 (commit)
       via  36f04c4d89191a7d0e7516d0fdd5b4c517d3cd3e (commit)
       via  ab12722b71a258a981cb0338922b7bee46ca7107 (commit)
       via  66c12f9eafc8d053c22b4d72424c1a06e90d389c (commit)
       via  7aaef04c8d0a446c5621fb3143e0b5ddc2420920 (commit)
       via  e6f4ba8253a92e1b73f53fe797d7b5ce514168dc (commit)
      from  5c34db0fa3da9bccf4cf16c696b34d12d08c5fa6 (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 9497495cd753181f73a2b999443cd0d5d2b11457
Author:    Karl Dietz <dekarl at mythtv.org> at Wed, 25 Nov 2015 23:27:14 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Wed, 25 Nov 2015 23:27:14 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9497495cd753181f73a2b999443cd0d5d2b11457

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



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

Summary of changes:
 mythtv/libs/libmythbase/mythsingledownload.cpp     |   63 ++++---
 mythtv/libs/libmythbase/mythsingledownload.h       |    9 +-
 .../libmythtv/channelscan/iptvchannelfetcher.cpp   |   13 +-
 .../libmythtv/channelscan/iptvchannelfetcher.h     |   14 +-
 mythtv/libs/libmythtv/channelutil.cpp              |   51 +++++-
 mythtv/libs/libmythtv/channelutil.h                |    1 +
 mythtv/libs/libmythtv/iptvtuningdata.h             |   66 ++++++--
 mythtv/libs/libmythtv/libmythtv.pro                |    4 +
 mythtv/libs/libmythtv/mythsystemevent.cpp          |    2 +
 mythtv/libs/libmythtv/recorders/HLS/HLSReader.cpp  |    2 +-
 mythtv/libs/libmythtv/recorders/HLS/HLSReader.h    |    4 +-
 .../libmythtv/recorders/cetonstreamhandler.cpp     |    4 +-
 .../libmythtv/recorders/httptsstreamhandler.cpp    |  191 ++++++++++++++++++++
 .../libs/libmythtv/recorders/httptsstreamhandler.h |   68 +++++++
 mythtv/libs/libmythtv/recorders/iptvchannel.cpp    |    9 +-
 mythtv/libs/libmythtv/recorders/iptvchannel.h      |    1 +
 .../libs/libmythtv/recorders/iptvstreamhandler.cpp |    9 +-
 .../libs/libmythtv/recorders/iptvstreamhandler.h   |    3 +
 mythtv/libs/libmythtv/tv_rec.cpp                   |   15 ++
 mythtv/libs/libmythtv/tv_rec.h                     |    3 +
 20 files changed, 469 insertions(+), 63 deletions(-)
 create mode 100644 mythtv/libs/libmythtv/recorders/httptsstreamhandler.cpp
 create mode 100644 mythtv/libs/libmythtv/recorders/httptsstreamhandler.h

-- 



More information about the mythtv-commits mailing list