aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.cpp
AgeCommit message (Collapse)Author
2005-11-13dont open epglist when no epg is availAndreas Monzner
2005-11-10epglist is now workingAndreas Monzner
2005-11-10replace eServiceReferenceDVB with eServiceReference in some epgcache ↵Andreas Monzner
functions (eServiceReferenceDVB isn't known in python) some epgcache functions are now useable from python
2005-11-09remove unused states so we don't need to track changes hereFelix Domke
2005-11-09implement interface for query epgAndreas Monzner
2005-10-15add demux handling (for decoder and record)Felix Domke
2005-09-02fix segfault (2nd try) .. and all because of a small '~'Andreas Monzner
2005-09-02fix segfaultAndreas Monzner
2005-08-29optimize epg for less memory consumption,Andreas Monzner
add RESULT return values to lookupEvent, we need still a python interface for query the epgcache
2005-08-15hopefully fix frequently segfaultAndreas Monzner
2005-08-11performance fixAndreas Monzner
2005-07-22 - disable persistent epgcache in order to avoid tuxbox-libmd5sumFelix Domke
2005-07-22faster EPG (calculate number of sections and abort when all sections ↵Andreas Monzner
available) fix warnings
2005-07-20the epgcache can now handle more then one channel(transponder),Andreas Monzner
todo: implement a python interface to get epgcache entries
2005-07-12remove unneeded signals ( eDVBChannel::m_stateChanged give us the same ↵Andreas Monzner
informations )
2005-07-04add epgcacheAndreas Monzner