aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
AgeCommit message (Collapse)Author
2010-11-26Merge branch 'bug_347_adenin_unicable_xml' into 3.03.0.2ghost
2010-11-26sec.cpp: fixed rotor turning without inputpower measurement (introduced with ↵ghost
latest unicable changes) TODO: recheck rotor turning with unicable components... it seems broken refs #347
2010-11-25ignore diseqc repeats in diseqc 1.0 modeghost
refs #623
2010-11-07use a notifier to immediate apply changed epg data file/path (it is then use ↵ghost
on e2 shutdown to store the epg at the new position)
2010-11-05epgache: move epg cache file name to main enigma2 settings file ↵ghost
(config.misc.epgache_filename)
2010-11-04epgcache: add possibility to change the default epg cache read/write pathghost
the path is read from /etc/enigma2/epg.dat.src .. fallback to /hdd/epg.dat when the file not exists
2010-11-02fix frequently not working timeshift/record stopghost
this fixes bug #612
2010-10-30stop PAT parsing after first valid entry for the given SIDghost
2010-10-21add possibility to set demux buffer size for PES Reader, Section Reader and ↵ghost
TS Recorder
2010-10-14Merge remote branch ↵ghost
'remotes/origin/bug_587_new_internally_connectable_and_unsupported_tuner_management'
2010-10-12lib/dvb/frontend.cpp: fix SNRdb calculation for 8PSK transponder (broken ↵ghost
since update to latest v4l-dvb linuxtv api)
2010-10-11fix slotinfo assignment for new "unsupported tuner" handlingghost
refs bug #587
2010-10-06add snr calculations for CXD1981 frontendStefan Pluecken
2010-10-06Merge remote branch 'origin/bug_347_adenin_unicable_xml'ghost
2010-10-06Merge remote branch 'origin/bug_530_add_dm800se_support'ghost
2010-10-06Merge branch 'bug_518_add_demux_reserve_from_python'ghost
2010-10-03refs bug #587Stefan Pluecken
internally linking is now done via /proc/stb/frontend/X/rf_switch instead of /proc/stb/tsmux and moved to the python part of enigma2
2010-08-24lib/dvb/sec.cpp: fixed typo (LOF/tuner frequency check was broken since ↵ghost
latest unicable changes)
2010-08-24lib/dvb/sec.cpp: fixed typo (LOF/tuner frequency check was broken since ↵ghost
latest unicable changes)
2010-07-05add snr calculations for CXD1981 frontendStefan Pluecken
2010-07-01lib/dvb/frontend.cpp: add missing fec_inner for DVBS2 APIghost
2010-06-29lib/dvb/frontend.cpp: add missing fec_inner for DVBS2 APIghost
2010-06-28add support for /proc/stb/frontend/X/lnb_senseghost
2010-06-28add support for /proc/stb/frontend/X/lnb_senseghost
2010-06-09lib/dvb/frontend.cpp: fix compiler warningghost
2010-06-09lib/dvb/frontend.cpp: fix compiler warningghost
2010-06-09sec.h: fix eSecCommandList assignmentghost
2010-06-09sec.h: fix eSecCommandList assignmentghost
2010-06-09lib/dvb/epgcache.cpp: fix compiler warningsghost
2010-06-09lib/dvb/sec.h: use insert instead of splice..ghost
2010-06-09lib/dvb/sec.h: use insert instead of splice..ghost
2010-06-08update unicable stuff (by adenin)ghost
2010-06-08update unicable stuff (by adenin)ghost
2010-06-01dm800se supportghost
2010-05-05dm800se supportghost
2010-04-26add missing parenthesesAndreas Oberritter
2010-04-26fix warning: deprecated conversion from string constant to ‘char*’Andreas Oberritter
2010-04-26fix compiler error due to invalid conversion (g++ 4.4.1)Andreas Oberritter
2010-04-15add possibility to reserve a demux from python (via rawChannel)ghost
2010-04-15add possibility to reserve a demux from python (via rawChannel)ghost
2010-04-10lib/dvb/dvb.cpp: allow non relative seeking even without valid decoding ↵ghost
demux here
2010-04-10update blacklist to detect transponders with duplicate tsid/onid combinationsghost
add possibility to add a /etc/enigma2/scan_tp_valid_check.py to add more tsid/onid valid rules this fixes bug #413
2010-03-31fixes bug #436 (again)Stefan Pluecken
multi tuner support: add a magic sleep(1) to workaround strange behaviour write a magic 0 into /sys/module/dvb_core/parameters/dvb_shutdown_timeout
2010-03-31fixes bug #436Stefan Pluecken
some improvements to the multi tuner type switching
2010-03-31fixes bug #436 (again)Stefan Pluecken
multi tuner support: add a magic sleep(1) to workaround strange behaviour write a magic 0 into /sys/module/dvb_core/parameters/dvb_shutdown_timeout
2010-03-30fixes bug #436Stefan Pluecken
some improvements to the multi tuner type switching
2010-03-17update blacklist to detect transponders with duplicate tsid/onid combinationsghost
add possibility to add a /etc/enigma2/scan_tp_valid_check.py to add more tsid/onid valid rules this fixes bug #413
2010-03-09lib/dvb/sec.cpp: fix no more working tune to dvb-s2 transponders when the ↵ghost
cable is not directly connected to -s2 tuner
2010-03-06lib/dvb/sec.cpp: fix no more working tune to dvb-s2 transponders when the ↵ghost
cable is not directly connected to -s2 tuner
2010-03-01Merge branch 'bug_422_fix_linked_satpos_depends_tuner_problem' into experimentalghost