| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-11-16 | work around compile error with g++ 4.3.2 | Andreas Oberritter | |
| frontend.cpp:2114: error: invalid conversion from ‘int’ to ‘fe_spectral_inversion_t’ | |||
| 2010-10-14 | Merge remote branch ↵ | ghost | |
| 'remotes/origin/bug_587_new_internally_connectable_and_unsupported_tuner_management' | |||
| 2010-10-12 | lib/dvb/frontend.cpp: fix SNRdb calculation for 8PSK transponder (broken ↵ | ghost | |
| since update to latest v4l-dvb linuxtv api) | |||
| 2010-10-11 | fix slotinfo assignment for new "unsupported tuner" handling | ghost | |
| refs bug #587 | |||
| 2010-10-06 | add snr calculations for CXD1981 frontend | Stefan Pluecken | |
| 2010-10-06 | Merge remote branch 'origin/bug_347_adenin_unicable_xml' | ghost | |
| 2010-07-05 | add snr calculations for CXD1981 frontend | Stefan Pluecken | |
| 2010-07-01 | lib/dvb/frontend.cpp: add missing fec_inner for DVBS2 API | ghost | |
| 2010-06-29 | lib/dvb/frontend.cpp: add missing fec_inner for DVBS2 API | ghost | |
| 2010-06-28 | add support for /proc/stb/frontend/X/lnb_sense | ghost | |
| 2010-06-28 | add support for /proc/stb/frontend/X/lnb_sense | ghost | |
| 2010-06-09 | lib/dvb/frontend.cpp: fix compiler warning | ghost | |
| 2010-06-09 | lib/dvb/frontend.cpp: fix compiler warning | ghost | |
| 2010-06-08 | update unicable stuff (by adenin) | ghost | |
| 2010-06-08 | update unicable stuff (by adenin) | ghost | |
| 2010-03-31 | fixes 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-31 | fixes bug #436 | Stefan Pluecken | |
| some improvements to the multi tuner type switching | |||
| 2010-03-31 | fixes 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-30 | fixes bug #436 | Stefan Pluecken | |
| some improvements to the multi tuner type switching | |||
| 2010-03-01 | fix no more turning positioner after leave positioner setup in some cases | ghost | |
| this fixes bug #321 | |||
| 2010-03-01 | fix no more turning positioner after leave positioner setup in some cases | ghost | |
| this fixes bug #321 | |||
| 2009-10-28 | fix rotor tuning symbol | ghost | |
| 2009-10-12 | fix snrdb calculation for dm600 tuner | ghost | |
| 2009-09-21 | frontend.cpp: add support for FE_TIMEDOUT frontend event flag | ghost | |
| 2009-09-10 | frontend.cpp: 4505 and 4506 use the same snrdb calculation | ghost | |
| 2009-08-17 | lib/dvb/frontend.cpp: DTV frontend api support is now working (DVB-S2 is ↵ | ghost | |
| also working now) | |||
| 2009-08-16 | add support for DTV tuning api (not tested yet) | ghost | |
| this should fix tuning to DVB-S2 Transponders with kernel 2.6.30 | |||
| 2009-08-13 | dvb/frontend.cpp: fix DVB-C and DVB-T after yesterday change | ghost | |
| 2009-08-12 | much better motor turning without possibility of power measurement | ghost | |
| 2009-05-07 | small fixes for -T | ghost | |
| 2009-04-08 | frontend.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-15 | add caluclation for bcm4506 based frontends | ghost | |
| 2009-02-13 | move polarization and orbital_position to eDVBFrontend::getTransponderData | ghost | |
| 2009-01-30 | add check for invalid fec in cable delivery descriptor | ghost | |
| 2009-01-19 | remove nested structures because of the fact that swig cannot handle this | ghost | |
| 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-19 | add unicable support (thx to adenin) | ghost | |
| 2008-12-11 | more debug for dvb api >= v3 | ghost | |
| 2008-12-11 | change snr / snr dB caluculation a bit | ghost | |
| 2008-12-08 | small SNRdb correction for latest 4501 firmware | ghost | |
| 2008-12-08 | calculate signalQuality based on snrdb | ghost | |
| 2008-12-03 | fix Philips Tu1216 snrdb calculcation | ghost | |
| 2008-12-03 | frontend.cpp: add SNRdb calculation for Philips TU1216 and Philips CU1216Mk3 | ghost | |
| 2008-11-22 | fix type in bcm4501 snr dB calculation | ghost | |
| 2008-11-16 | Add 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-08 | add SNRdb calculation for bcm4501 in LDPC Mode | ghost | |
| 2008-11-06 | Add DiSEqC reset after voltage enable and tune failed... hopefully this ↵ | ghost | |
| fixes problems with some DiSEqC switches | |||
| 2008-10-29 | also use refcounting for eTimers | Andreas 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-29 | better solution to add possibility to delete eSocketNotifiers, | Andreas Monzner | |
| eConsoleAppContainers in callback funktions without crash | |||
| 2008-10-24 | small fixes for loopthrough | Andreas Monzner | |
| 2008-10-04 | fix crash on show tuner informatio | Andreas Monzner | |
