| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-10-24 | small fixes for loopthrough | Andreas Monzner | |
| 2008-10-04 | fix crash on show tuner informatio | Andreas Monzner | |
| 2008-10-03 | add code to simulate recordings (with faked frontends) | Andreas Monzner | |
| now its more easy to build a timer overlap detection or similar | |||
| 2008-08-27 | use frontend type infomation in /proc/nim_sockets to detect if a frontend | Andreas Monzner | |
| can handle dvb-s2 instead of do a string compare | |||
| 2008-08-21 | small change to detect new stv0288 driver | Andreas Monzner | |
| 2008-08-18 | rotor turing without power measure fixes | Andreas Monzner | |
| 2008-08-11 | some service scan improovements | Andreas Monzner | |
| - add a only free scan - the scan now finds also services not listed in SDT - add option "clear before scan" also for single transponder searches For the only free scan a change in the main lamedb transponder format was needed... i think this breaks some external settings editors To detect the service format now the service database file starts with "eDVB services /4/" .. the old format was "eDVB services /3/" .. e2 can read the old and the new format.. but it writes always the new format! | |||
| 2008-08-04 | improove motor turning without power measure | Andreas Monzner | |
| 2008-08-04 | add SNRdB calculation for STV0288 based frontends | Andreas Monzner | |
| 2008-08-04 | fix tune failed problems on fast zap when a diseqc swicth is in use | Andreas Monzner | |
| 2008-07-24 | optimize linked tuner handling | Andreas Monzner | |
| 2008-07-23 | /proc/stb/fp/lnb_senseX is decimal.. not hex | Andreas Monzner | |
| 2008-07-22 | return slotnumber .. not device number | Andreas Monzner | |
| 2008-07-19 | now link dvb-s frontends to dvb-s2 frontends is possible | Andreas Monzner | |
| 2008-07-18 | fix compiler warnings | Andreas Monzner | |
| 2008-07-18 | disconnect linked frontend ptrs on frontend destroy to prevent segfaults on | Andreas Monzner | |
| frontend close.... because of pointers pointing to no more existing objects | |||
| 2008-07-12 | fix no more working tuner resource handling | Andreas Monzner | |
| 2008-07-10 | fix small bug | Andreas Monzner | |
| 2008-07-05 | add support for new frontend to set power limiting mode | Andreas Monzner | |
| 2008-06-27 | fix -S2 for BCM4501 | Andreas Monzner | |
| 2008-06-26 | dont tune with -s2 frontend to -S transponders when a free -S Tuner is | Andreas Monzner | |
| available.. dont try to tune to -S2 Transponders with -S Tuner (HACK) | |||
| 2008-05-19 | compile fix for old api | Andreas Monzner | |
| 2008-05-15 | add 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 drivers | Andreas Monzner | |
| 2008-04-29 | add workaround also for duplicate(non dvb compliant) tsid/nid combinations ↵ | Andreas Monzner | |
| in cable / terrestrial networks | |||
| 2008-04-28 | make final tune timeout symbolrate depending | Felix Domke | |
| 2008-03-31 | fix compiler warning | Andreas Monzner | |
| 2008-03-25 | change get/setData to use long instead of int, to match pointer size on all ↵ | Andreas Oberritter | |
| systems | |||
| 2008-03-24 | add 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-11 | signal quality is SNR, signal power is AGC | Felix Domke | |
| 2008-02-17 | disable debug | Felix Domke | |
| 2008-02-17 | fix typo | Felix Domke | |
| 2008-01-28 | our alps bsbe2 frontend also needs the rotor workaround | Andreas Monzner | |
| 2007-11-12 | add possibility to set tuner priority for alternative services in Customize | Andreas Monzner | |
| menu (just with expert usage level) | |||
| 2007-07-19 | fix error handling | Andreas Monzner | |
| 2007-07-16 | fix no more working sec with old api | Andreas Monzner | |
| fix get video pts for old api | |||
| 2007-07-15 | take care for disabled -C -T frontends | Andreas Monzner | |
| 2007-07-15 | dont try to open the sec device when no -S is detected | Andreas Monzner | |
| 2007-06-12 | add 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-08 | hopefully fix "secondary cable from motorized tuner" setting | Andreas Monzner | |
| some code cleanups now link tuners in all directions should be possible | |||
| 2007-06-06 | some fixes for empty tuner slots (use slotid instead of dvb api frontend | Andreas Monzner | |
| device id) replace some hacks with some better hacks ;) | |||
| 2007-05-20 | invent proper signalPowerdB enums and use them | Felix Domke | |
| 2007-05-20 | optional hack for dm8000: convert FE_READ_SNR into dB (will soon be moved ↵ | Felix Domke | |
| into driver) | |||
| 2007-01-15 | change iFrontendInformation api | Andreas 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-15 | fix ASSERT in the correct way | Andreas Monzner | |
| 2006-12-14 | add possibility to get a dict with transponderdata for servicerefs | Andreas Monzner | |
| 2006-12-05 | small optimize | Andreas Monzner | |
| 2006-11-29 | code cleanup in ChannelSelection, | Andreas Monzner | |
| prepare for new service groups | |||
| 2006-11-25 | python object refcount debugging code second try | Andreas Monzner | |
| 2006-11-06 | fix cable brute force scan | Andreas Monzner | |
