| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-12-07 | fix digital+ (mhw2) epg (still disabled in epgcache.h!) | ghost | |
| now also support digital + epg on hispasat | |||
| 2009-08-15 | prepare 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-12 | epgcache.h/cpp: add viasat (sirus 5°E) EPG | ghost | |
| 2008-10-29 | also use refcounting for eTimers | Andreas 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-22 | epg fix (fixes bluescreens on ZDF Transponder) | Andreas Monzner | |
| 2007-07-25 | small speedups, | Andreas Monzner | |
| small cleanups, fix non working query for time epoch | |||
| 2007-07-19 | fix no more working mhw2 (digital+) epg | Andreas Monzner | |
| 2007-01-10 | non critical fixes (better memory handling) | Andreas Monzner | |
| 2006-11-25 | python object refcount debugging code second try | Andreas Monzner | |
| 2006-08-16 | small cleanup | Andreas Monzner | |
| 2006-08-02 | add possibility to read detailed epg from Digital+ | Andreas Monzner | |
| 2006-07-29 | fix frequently segfaults | Andreas Monzner | |
| 2006-07-26 | add MHW EPG (disabled for default) | Andreas Monzner | |
| 2006-07-25 | code cleanup | Andreas Monzner | |
| 2006-07-25 | remove unneeded workaround | Andreas Monzner | |
| 2006-06-29 | remove older no more needed events from epgcache | Andreas Monzner | |
| 2006-06-28 | small private epg fix | Andreas Monzner | |
| 2006-03-21 | add 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-23 | enable private epg | Andreas Monzner | |
| 2006-01-07 | add support for private epg | Andreas Monzner | |
| 2006-01-04 | fix lookupEvent.. now we can query previous and next event | Andreas Monzner | |
| 2005-12-31 | add faster method to do epg querys | Andreas Monzner | |
| can anyone check my python refcounting .. when i start top in a shell then it seems like a memleak | |||
| 2005-12-31 | make many constructors and destructors invisible for python | Andreas Monzner | |
| 2005-12-22 | optimize | Andreas Monzner | |
| 2005-12-17 | fix channel state handling | Andreas Monzner | |
| 2005-11-26 | add ability to select default encoding for dvb texts in many ways.. ( take a ↵ | Andreas Monzner | |
| look in data/encodings.conf ) | |||
| 2005-11-24 | add missing SWIG_OUTPUT | Andreas Monzner | |
| 2005-11-24 | better names for epg lookups | Andreas Monzner | |
| 2005-11-13 | better handling for time_t .. use typedef | Andreas Monzner | |
| 2005-11-13 | dont open epglist when no epg is avail | Andreas Monzner | |
| 2005-11-10 | replace 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-09 | implement interface for query epg | Andreas Monzner | |
| 2005-08-30 | fix | Andreas Monzner | |
| 2005-08-29 | optimize 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-11 | performance fix | Andreas Monzner | |
| 2005-07-22 | faster EPG (calculate number of sections and abort when all sections ↵ | Andreas Monzner | |
| available) fix warnings | |||
| 2005-07-20 | the epgcache can now handle more then one channel(transponder), | Andreas Monzner | |
| todo: implement a python interface to get epgcache entries | |||
| 2005-07-04 | add epgcache | Andreas Monzner | |
