aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
AgeCommit message (Collapse)Author
2008-05-19compile fix for old apiAndreas Monzner
2008-05-15add support for rolloff and pilot changing (needed for some 8PSK transponders)Andreas Monzner
this both values are transmitted to the frontend via linux tv api inversion param hack bits 0..1 are used for real inversion param (OFF, ON, AUTO) bits 2..3 are now used for rolloff param (0.35, 0.25, 0.20) bits 4..5 are now used for pilot param (OFF, ON, AUTO) this needs a linuxtv api kernel patch, and a driver change (alps_bsbe2.ko) both are not yet pushed to OE!!
2008-05-06-C fixes for V1 driversAndreas Monzner
2008-04-29add workaround also for duplicate(non dvb compliant) tsid/nid combinations ↵Andreas Monzner
in cable / terrestrial networks
2008-04-28make final tune timeout symbolrate dependingFelix Domke
2008-03-31fix compiler warningAndreas Monzner
2008-03-25change get/setData to use long instead of int, to match pointer size on all ↵Andreas Oberritter
systems
2008-03-24add possibility to read lnb power via /proc/stb/fp (when available)Andreas Monzner
fix endless loop when a frontend which not needs the rotor workaround is used
2008-03-11signal quality is SNR, signal power is AGCFelix Domke
2008-02-17disable debugFelix Domke
2008-02-17fix typoFelix Domke
2008-01-28our alps bsbe2 frontend also needs the rotor workaroundAndreas Monzner
2007-11-12add possibility to set tuner priority for alternative services in CustomizeAndreas Monzner
menu (just with expert usage level)
2007-07-19fix error handlingAndreas Monzner
2007-07-16fix no more working sec with old apiAndreas Monzner
fix get video pts for old api
2007-07-15take care for disabled -C -T frontendsAndreas Monzner
2007-07-15dont try to open the sec device when no -S is detectedAndreas Monzner
2007-06-12add stv0299 snr to dB Calculation (thx to adenin for this)Andreas Monzner
fallback to normal SNR when no SNR to dB calculation is available
2007-06-08hopefully fix "secondary cable from motorized tuner" settingAndreas Monzner
some code cleanups now link tuners in all directions should be possible
2007-06-06some fixes for empty tuner slots (use slotid instead of dvb api frontendAndreas Monzner
device id) replace some hacks with some better hacks ;)
2007-05-20invent proper signalPowerdB enums and use themFelix Domke
2007-05-20optional hack for dm8000: convert FE_READ_SNR into dB (will soon be moved ↵Felix Domke
into driver)
2007-01-15change iFrontendInformation apiAndreas Monzner
getFrontendData(bool) is now splitted in three seperate calls getFrontendData() returns the frontend number and frontend type in a dict getFrontendStatus() return signal quality, signal power, bit error rate, lock state, sync state, frontend state in a dict getTransponderData(bool) when the bool is true it returns a dict with the original tuned transponder data, when false the transponderdata read out from the frontend driver getAll(bool) is a sum of the three single calls and the direct replacement of the old getFrontendData call
2006-12-15fix ASSERT in the correct wayAndreas Monzner
2006-12-14add possibility to get a dict with transponderdata for servicerefsAndreas Monzner
2006-12-05small optimizeAndreas Monzner
2006-11-29code cleanup in ChannelSelection,Andreas Monzner
prepare for new service groups
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-11-06fix cable brute force scanAndreas Monzner
2006-10-19fix python part of ePythonConfig::getConfigQuery... so now default ac3 and 5VAndreas Monzner
on Terrestrial Tuner are working again
2006-07-04fix possible segfaultAndreas Monzner
2006-07-03add some debug outputAndreas Monzner
2006-07-03update unscanned transponders in toScan list with nit valuesAndreas Monzner
2006-06-28move dvb-t 5V antenna switching to better placeAndreas Monzner
rename Service Searchin -> Satconfig to -> Nimconfig
2006-06-28setVoltage is now possible on -S and -T frontendAndreas Monzner
2006-06-26dvb-t 5V antenna voltage fixAndreas Monzner
2006-06-26add 5V handling for active DVB-T antennas (needs new drivers)Andreas Monzner
2006-06-19no more segfault when frontend device is busyAndreas Monzner
2006-06-19fix inversion displaying in ServiceinfoAndreas Monzner
2006-06-05revert non working changesAndreas Monzner
2006-05-26fix one step east / one step west optionAndreas Monzner
add ability to (re)enable rotor limits add ability to turn rotor to reference position (goto 0)
2006-05-24add support for 8PSKAndreas Monzner
2006-05-24add debug output to see what is written to frontendAndreas Monzner
2006-05-18fix linked tuner handling for more then 2 sat tunersAndreas Monzner
better readable code
2006-05-17rename iFrontendStatusInformation to iFrontendInformationAndreas Monzner
add possibility to query the tuner number for playing and recording services
2006-05-17more changes for dvb-s2Andreas Monzner
2006-05-15fix non-existing cast for FEC_9_10Stefan Pluecken
2006-05-13make enigma2 ready for dvb-s2Andreas Monzner
2006-05-07fixAndreas Monzner
2006-04-27force not implemented values to autoAndreas Monzner