Support fast channel change.
authorhschang <chang@dev3>
Mon, 16 May 2016 07:51:49 +0000 (16:51 +0900)
committerhschang <chang@dev3>
Mon, 16 May 2016 07:51:49 +0000 (16:51 +0900)
commit27e06ba9c8b055c20ea8c70a405deb0e4019edc5
treed44d65aa4e81951fa783718cbfe1815c72e4bdc5
parent004d6db4a1dda8f08f5ce63f30c102c81b7b0693
Support fast channel change.
35 files changed:
Navigation.py
configure.ac
lib/dvb/Makefile.am
lib/dvb/decoder.cpp
lib/dvb/decoder.h
lib/dvb/dvb.cpp
lib/dvb/fcc.cpp [new file with mode: 0644]
lib/dvb/fcc.h [new file with mode: 0644]
lib/dvb/fccdecoder.cpp [new file with mode: 0644]
lib/dvb/fccdecoder.h [new file with mode: 0644]
lib/dvb/idvb.h
lib/dvb/pmt.cpp
lib/dvb/pmt.h
lib/nav/core.cpp
lib/nav/core.h
lib/python/Components/ServiceList.py
lib/python/Plugins/Plugin.py
lib/python/Plugins/SystemPlugins/FastChannelChange/Makefile.am [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/FastChannelChange/__init__.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/FastChannelChange/meta/Makefile.am [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/FastChannelChange/meta/plugin_fastchannelchange.xml [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/FastChannelChange/plugin.py [new file with mode: 0644]
lib/python/Plugins/SystemPlugins/Makefile.am
lib/python/Screens/Satconfig.py
lib/python/Screens/ServiceScan.py
lib/python/enigma_python.i
lib/service/Makefile.am
lib/service/iservice.h
lib/service/listboxservice.cpp
lib/service/listboxservice.h
lib/service/servicedvb.cpp
lib/service/servicedvb.h
lib/service/servicedvbfcc.cpp [new file with mode: 0644]
lib/service/servicedvbfcc.h [new file with mode: 0644]
lib/service/servicedvbrecord.cpp