aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/frontend.cpp
AgeCommit message (Collapse)Author
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
2006-04-27add missing qam64 for terrestrialAndreas Monzner
2006-04-27changes for identify -C and -T servicesAndreas Monzner
2006-04-24fix DVB-T inversionFelix Domke
2006-04-24add 'none' hierarchyFelix Domke
2006-04-13fix segfaultAndreas Monzner
2006-04-13reset rotormoving flag in some conditionsAndreas Monzner
2006-04-13stop tuneLoop when the frontend is no more usedAndreas Monzner
2006-04-05fix setCommandStringAndreas Monzner
2006-04-04add option no_rotor_command_on_tune to eDVBFrontendParameters.setDVBS to disableAndreas Monzner
sending any command to rotor turing tune (for use in manual diseqc rotor setup)
2006-03-23fix for avoid false locks before new frontend parameters are written to tunerAndreas Monzner
2006-03-11fix linked tunerAndreas Monzner
2006-03-09fixAndreas Monzner
2006-03-09make eDVBResourceManager accessible from python (needed for allocate a raw ↵Andreas Monzner
iDVBChannel) make iDVBChannel accessible from python (needed for get iDVBFrontend) make iDVBFrontend accessible from python for raw tuning transponders and send diseqc messages
2006-03-07much simpler frequency range checkAndreas Monzner
2006-03-06another fixAndreas Monzner
2006-03-06fix for old apiAndreas Monzner
2006-03-06implement getFrontendData for DVB-TAndreas Monzner
2006-03-06fix #definesAndreas Monzner
2006-03-03change all values to upper case,Andreas Monzner
complete cable stuff, make more values human readable
2006-03-03make inversion human readableAndreas Monzner
2006-03-03add "_" as delimiterAndreas Monzner
2006-03-03implement readFrontendData method to get a python dictionary containing dataAndreas Monzner
about current used transponder/frontend (frontend state, frontend type, lock state, sync state, frequency, symbolrate, fec_innter...) when it is called with True as param it returns the original transponder data (written to tuner) otherwise it reads the current data out of the frontend (corrected tuner data)
2006-03-03add lockState and syncState to getFrontendInfo callAndreas Monzner
add skeleton for getTransponderInfo call
2006-02-27add support for turning rotor without power measurementAndreas Monzner
(for rotors behind a powered switch or rotor behind a V-Box) known bug .. the transponder scan loops when a transponder does not lock :/
2006-02-25correct calculation of differences for cable paramsStefan Pluecken
2006-02-24fix calculation in calculateDifference for cable and terrestrial which ↵Stefan Pluecken
should complete the cable scan and hopefully the terrestrial scan as well
2006-02-24fix cable frequency (/10)Stefan Pluecken
2006-02-24fix cable and terrestrial scanAndreas Monzner
2006-02-24fixes for old apiAndreas Monzner