aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.h
AgeCommit message (Collapse)Author
2010-11-05epgache: move epg cache file name to main enigma2 settings file ↵ghost
(config.misc.epgache_filename)
2010-11-04epgcache: add possibility to change the default epg cache read/write pathghost
the path is read from /etc/enigma2/epg.dat.src .. fallback to /hdd/epg.dat when the file not exists
2009-12-07fix digital+ (mhw2) epg (still disabled in epgcache.h!)ghost
now also support digital + epg on hispasat
2009-08-15prepare for deprecation of <ext/hash_map>, but leave new code disabled, ↵Andreas Oberritter
because it requires compilation with -std=c++0x, which in turn requires g++ >= 4.3
2009-05-12epgcache.h/cpp: add viasat (sirus 5°E) EPGghost
2008-10-29also use refcounting for eTimersAndreas Monzner
its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed
2007-10-22epg fix (fixes bluescreens on ZDF Transponder)Andreas Monzner
2007-07-25small speedups,Andreas Monzner
small cleanups, fix non working query for time epoch
2007-07-19fix no more working mhw2 (digital+) epgAndreas Monzner
2007-01-10non critical fixes (better memory handling)Andreas Monzner
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-08-16small cleanupAndreas Monzner
2006-08-02add possibility to read detailed epg from Digital+Andreas Monzner
2006-07-29fix frequently segfaultsAndreas Monzner
2006-07-26add MHW EPG (disabled for default)Andreas Monzner
2006-07-25code cleanupAndreas Monzner
2006-07-25remove unneeded workaroundAndreas Monzner
2006-06-29remove older no more needed events from epgcacheAndreas Monzner
2006-06-28small private epg fixAndreas Monzner
2006-03-21add search function to epgcache to do similar broadcasting searches and text ↵Andreas Monzner
searches in event titles for more infos about how to use look at epgcache.cpp, search eEPGCache::search method and read the comment above the funcion the similar broadcastings search is used from python in Eventview.py
2006-02-23enable private epgAndreas Monzner
2006-01-07add support for private epgAndreas Monzner
2006-01-04fix lookupEvent.. now we can query previous and next eventAndreas 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-31make many constructors and destructors invisible for pythonAndreas Monzner
2005-12-22optimizeAndreas Monzner
2005-12-17fix channel state handlingAndreas 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-24add missing SWIG_OUTPUTAndreas Monzner
2005-11-24better names for epg lookupsAndreas Monzner
2005-11-13better handling for time_t .. use typedefAndreas Monzner
2005-11-13dont open epglist when no epg is availAndreas 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-09implement interface for query epgAndreas Monzner
2005-08-30fixAndreas 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-11performance fixAndreas Monzner
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-04add epgcacheAndreas Monzner