aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
AgeCommit message (Collapse)Author
2010-11-16work around compile error with g++ 4.3.2Andreas Oberritter
frontend.cpp:2114: error: invalid conversion from ‘int’ to ‘fe_spectral_inversion_t’
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-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-08update unicable stuff (by adenin)ghost
2010-06-08update unicable stuff (by adenin)ghost
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-01fix no more turning positioner after leave positioner setup in some casesghost
this fixes bug #321
2010-03-01fix no more turning positioner after leave positioner setup in some casesghost
this fixes bug #321
2009-10-28fix rotor tuning symbolghost
2009-10-12fix snrdb calculation for dm600 tunerghost
2009-09-21frontend.cpp: add support for FE_TIMEDOUT frontend event flagghost
2009-09-10frontend.cpp: 4505 and 4506 use the same snrdb calculationghost
2009-08-17lib/dvb/frontend.cpp: DTV frontend api support is now working (DVB-S2 is ↵ghost
also working now)
2009-08-16add support for DTV tuning api (not tested yet)ghost
this should fix tuning to DVB-S2 Transponders with kernel 2.6.30
2009-08-13dvb/frontend.cpp: fix DVB-C and DVB-T after yesterday changeghost
2009-08-12much better motor turning without possibility of power measurementghost
2009-05-07small fixes for -Tghost
2009-04-08frontend.cpp: use m_state != stateClosed instead of use m_sn to check if the ↵ghost
frontend is already opened... this works with simulate frontends too ;) this fixes the timer collision check in some conditions
2009-03-15add caluclation for bcm4506 based frontendsghost
2009-02-13move polarization and orbital_position to eDVBFrontend::getTransponderDataghost
2009-01-30add check for invalid fec in cable delivery descriptorghost
2009-01-19remove nested structures because of the fact that swig cannot handle thisghost
now we no more need the bad duplicate definitions of eDVBFrontendParametersSatellite/Cables/Terrestrial content i.e. eDVBFrontendParametersSatellite.System_DVB_S or eDVBFrontendParametersSatellite.FEC_Auto....
2009-01-19add unicable support (thx to adenin)ghost
2008-12-11more debug for dvb api >= v3ghost
2008-12-11change snr / snr dB caluculation a bitghost
2008-12-08small SNRdb correction for latest 4501 firmwareghost
2008-12-08calculate signalQuality based on snrdbghost
2008-12-03fix Philips Tu1216 snrdb calculcationghost
2008-12-03frontend.cpp: add SNRdb calculation for Philips TU1216 and Philips CU1216Mk3ghost
2008-11-22fix type in bcm4501 snr dB calculationghost
2008-11-16Add possibility to set Pilot also for DVB-S2 non 8PSK Transponders (i.e. the ↵ghost
new Euro1080 Transponder on 7°E) But this needs also new drivers!
2008-11-08add SNRdb calculation for bcm4501 in LDPC Modeghost
2008-11-06Add DiSEqC reset after voltage enable and tune failed... hopefully this ↵ghost
fixes problems with some DiSEqC switches
2008-10-29also use refcounting for eTimersAndreas Monzner
its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
2008-10-24small fixes for loopthroughAndreas Monzner
2008-10-04fix crash on show tuner informatioAndreas Monzner