[mythtv-commits] mythtv branch master updated by dekarl. v0.28-pre-903-g6e91c46

Git Repo Owner noreply at mythtv.org
Mon Feb 24 11:54:29 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  6e91c46696ce6bbf56652e7301bbec53f127c3af (commit)
       via  9a60fcf922d2f514649a565b2c9015601c11b1df (commit)
      from  abe13ddaaf1c0e49d1e5c3a002467ad874acf88c (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 6e91c46696ce6bbf56652e7301bbec53f127c3af
Author:    Karl Dietz <dekarl at mythtv.org> at Thu, 9 Jan 2014 20:45:02 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Mon, 24 Feb 2014 12:34:33 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6e91c46696ce6bbf56652e7301bbec53f127c3af

extend IPTV recorder to handle MTPS 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



commit 9a60fcf922d2f514649a565b2c9015601c11b1df
Author:    Karl Dietz <dekarl at mythtv.org> at Sat, 1 Feb 2014 12:07:30 +0100
Committer: Karl Dietz <dekarl at mythtv.org> at Mon, 24 Feb 2014 12:34:33 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9a60fcf922d2f514649a565b2c9015601c11b1df

comment out unused private fields (and their classes)
This was likely added in preparation of further development which
stalled and is now clogging up the compiler warnings.

Silences warnings on master-freebsd10-64bit.



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

Summary of changes:
 .../libmythtv/channelscan/iptvchannelfetcher.cpp   |   13 ++++++++++---
 .../libmythtv/channelscan/iptvchannelfetcher.h     |    6 ++++--
 mythtv/libs/libmythtv/mpeg/tspacket.h              |    2 ++
 3 files changed, 16 insertions(+), 5 deletions(-)

-- 



More information about the mythtv-commits mailing list