aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.cpp
AgeCommit message (Collapse)Author
2006-01-05i think runLoop is better :)Andreas Monzner
2006-01-05make our event loop compatible to my new twisted reactor coreFelix Domke
2006-01-04fix lookupEvent.. now we can query previous and next eventAndreas Monzner
2006-01-02use PyObject_Callback instead of PyEval_Callback (memleak fix?)Andreas Monzner
2006-01-01add missing decrefsAndreas Monzner
2006-01-01fix memleak when call of convertFunc failesAndreas Monzner
2006-01-01code optimizeAndreas Monzner
2005-12-31add faster method to do epg querysAndreas Monzner
can anyone check my python refcounting .. when i start top in a shell then it seems like a memleak
2005-12-23save epgcache to hdd on shutdownAndreas Monzner
2005-12-17fix channel state handlingAndreas Monzner
2005-12-12fixAndreas Monzner
2005-12-12fix show currently running events in channellist ( in favourite list )Andreas Monzner
2005-12-05remove unneeded codeAndreas Monzner
2005-11-26add ability to select default encoding for dvb texts in many ways.. ( take a ↵Andreas Monzner
look in data/encodings.conf )
2005-11-24better names for epg lookupsAndreas Monzner
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