Support scrambled playback.
authorhschang <chang@dev3>
Wed, 14 Jun 2017 09:37:56 +0000 (18:37 +0900)
committerhschang <chang@dev3>
Wed, 14 Jun 2017 09:37:56 +0000 (18:37 +0900)
commit46c144d3f294b74996cc9276528a9862e4d70efe
treef907ef97a2a9055f50bc60fa01f9f08706d59067
parent50e7a4d8e274532c6b0519d48f91a13757c7eaeb
Support scrambled playback.
33 files changed:
RecordTimer.py
configure.ac
data/setup.xml
lib/base/httpstream.cpp
lib/base/httpstream.h
lib/base/itssource.h
lib/base/rawfile.cpp
lib/base/rawfile.h
lib/dvb/dvb.cpp
lib/dvb/dvb.h
lib/dvb/metaparser.cpp
lib/dvb/metaparser.h
lib/dvb/pmt.cpp
lib/dvb/pmt.h
lib/dvb/pvrparse.cpp
lib/dvb_ci/dvbci.cpp
lib/dvb_ci/dvbci.h
lib/python/Components/RecordingConfig.py
lib/python/Components/SystemInfo.py
lib/python/Plugins/SystemPlugins/Makefile.am
lib/python/Plugins/SystemPlugins/PvrDescrambleConvert/Makefile.am [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/PvrDescrambleConvert/PvrDescrambleConvert.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/PvrDescrambleConvert/__init__.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/PvrDescrambleConvert/meta/Makefile.am [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/PvrDescrambleConvert/meta/plugin_pvrdescrambleconvert.xml [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/PvrDescrambleConvert/plugin.py [new file with mode: 0644]
lib/service/iservice.h
lib/service/servicedvb.cpp
lib/service/servicedvbrecord.cpp
lib/service/servicedvbrecord.h
lib/service/servicehdmi.cpp
lib/service/servicehdmi.h
lib/service/servicem2ts.cpp