[mythtv-commits] mythtv branch master updated by jpoet. v0.28-pre-977-gb0aa4e5

Git Repo Owner noreply at mythtv.org
Wed Mar 12 17:43:23 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user jpoet.
       via  b0aa4e50c580f339ccbabb04e90666f8ddd733c0 (commit)
      from  85b2d6d083d8fa973e162aa166f46d01ab107a38 (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 b0aa4e50c580f339ccbabb04e90666f8ddd733c0
Author:    John Poet <jpoet at mythtv.org> at Tue, 11 Mar 2014 09:41:46 -0600
Committer: John Poet <jpoet at mythtv.org> at Wed, 12 Mar 2014 11:42:53 -0600
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b0aa4e50c580f339ccbabb04e90666f8ddd733c0

Allow capture of the unprocessed (raw) MPTS from appropriate input devices.
While Myth wont do any processing, if the input device supports pid
filtering, then that will still happen.  To make sure the entire stream is
capture, make sure a recording is enabled for each 'program' available on
the transport.

To enable this feature, set "Record Full TS?" to Yes in a recording profile
(in mythtv-setup) and then select that profile when creating the recording
rule.

This is based on the work by Daniel Kristjansson, just expanded to cover DVB
and HDHomeRun devices.  It can trivially be expanded to any other
appropriate input device.




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

Summary of changes:
 mythtv/libs/libmythtv/recorders/asirecorder.cpp    |   17 +----
 mythtv/libs/libmythtv/recorders/asirecorder.h      |    3 -
 .../libs/libmythtv/recorders/asistreamhandler.cpp  |   67 +------------------
 mythtv/libs/libmythtv/recorders/asistreamhandler.h |    7 --
 mythtv/libs/libmythtv/recorders/dtvrecorder.cpp    |    7 ++-
 mythtv/libs/libmythtv/recorders/dtvrecorder.h      |    1 +
 mythtv/libs/libmythtv/recorders/dvbrecorder.cpp    |    4 +-
 .../libs/libmythtv/recorders/dvbstreamhandler.cpp  |    3 +-
 mythtv/libs/libmythtv/recorders/hdhrrecorder.cpp   |    4 +-
 .../libs/libmythtv/recorders/hdhrstreamhandler.cpp |    2 +
 mythtv/libs/libmythtv/recorders/streamhandler.cpp  |   71 ++++++++++++++++++++
 mythtv/libs/libmythtv/recorders/streamhandler.h    |   11 +++-
 mythtv/libs/libmythtv/recordingprofile.cpp         |    3 +-
 13 files changed, 103 insertions(+), 97 deletions(-)

-- 



More information about the mythtv-commits mailing list