aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb_ci
AgeCommit message (Collapse)Author
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-07-24dvbci.cpp: get rid of strange messages from alphacrypt CI when zap from a ↵ghost
scrambled to an unscrambled service
2009-06-23dvbci.cpp: fix crash on service stop when more than one CI was used for this ↵ghost
service
2009-06-12dvbci.cpp: fix segfault on channel changeghost
2009-06-11dvbci.cpp: send an empty capmt to the CI when a service should no more ↵ghost
descrambled by this CI
2009-05-04dvbci.cpp: another small fixghost
2009-05-04dvbci.cpp: fix crash on ci remove in some conditionsghost
2009-03-15add "High bitrate support" choice in CI Setup (needs new drivers to work)ghost
2009-03-11fix: StandardError: eDVBCIInterfaces::setDescrambleRules entry in caid list ↵ghost
is not a long it is 'long'!!
2009-03-10small fixghost
2009-03-10fix readCICaIds callghost
2009-03-03take care of subservicesghost
2009-02-27add eDVBCiInterfaces::readCICaidsghost
2009-02-26more CI fixes (i.e. fix segfault on e2 shutdown)ghost
2009-02-26some CI fixesghost
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
eConsoleAppContainers in callback funktions without crash
2008-10-03add code to simulate recordings (with faked frontends)Andreas Monzner
now its more easy to build a timer overlap detection or similar
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
2007-11-22make MMI code more reusableAndreas Monzner
2007-11-15fix small memleakAndreas Monzner
2007-07-24fix CI chainingAndreas Monzner
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-06-04force dm8000 tsmux handling when more than one cislot is detected (no moreAndreas Monzner
#define DM8000 needed)
2007-06-01fix endless loop when more than one CI can handle a serviceAndreas Monzner
2007-05-26fix segfault on ci initAndreas Monzner
2007-04-13add possibility to assign CI Slots to services, provider names or caids....Andreas Monzner
(not configurable via gui yet)
2007-04-12add support for multiple CIs with the same caidAndreas Monzner
2006-12-14add possibility to get a dict with transponderdata for servicerefsAndreas Monzner
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-11-24remove non working python refcount debugging codeAndreas Monzner
2006-11-23add PyObject refcount debugging codeAndreas Monzner
2006-11-21fix tabsAndreas Monzner
2006-10-19fix python part of ePythonConfig::getConfigQuery... so now default ac3 and 5VAndreas Monzner
on Terrestrial Tuner are working again
2006-08-24use eDebug instead of printfAndreas Monzner
2006-08-16small cleanupAndreas Monzner
2006-07-19remove debugAndreas Monzner
2006-07-19add ability to choose "Multiple service support (auto/no/yes)" in Ci SetupAndreas Monzner
2006-06-21Pip is now working with CIAndreas Monzner
fixes for more than one CI
2006-06-17fix high systemload with plugged CI on e2 startAndreas Monzner
2006-05-27fix enigma2 all systemresources (high systemload) since previous CI changesAndreas Monzner
2006-05-23CI mmi is now working every time (for support alphacrypt parental control or ↵Andreas Monzner
other messages from CI)
2006-05-22better castAndreas Monzner
2006-05-22fix bluescreen in ci menu when no entries in a menulist an ok is pressedAndreas Monzner
reset CI when opening CI Menu and ci is not initialized yet
2006-05-20fixes for support more than one CIAndreas Monzner
2006-05-20many changes for better CI handlingAndreas Monzner
- the CI is now working on both tuners - the CI is no more blocked by freetv services - add multi services support (on same transponder) (yet hardcoded for Alphacrypt only) - fix bluescreen in CI MMI dialog when pressin ok/left/right
2006-01-27remove obsolete eConfigFelix Domke
2006-01-23fix non working ENQ fields in CI mmi (PIN inputs and other)Andreas Monzner
TODO: make MMI global useable (at moment just in the mmi setup)
2006-01-22implement missing call of answerEnqAndreas Monzner
2006-01-22add missing answerEnq methodAndreas Monzner
2006-01-17workaround redefinition of _POSIX_C_SOURCE by pyconfig.hAndreas Oberritter