aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.cpp
AgeCommit message (Collapse)Author
2007-08-02fix not working epg searchAndreas Monzner
2007-07-30fixAndreas Monzner
2007-07-26fix previous fixAndreas Monzner
2007-07-26fixAndreas Monzner
2007-07-25more speedupsAndreas 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-02-16remove unneeded voodooAndreas Monzner
2007-02-16erase /hdd/epg.dat after readAndreas Monzner
2007-01-15when the system time on e2 startup seems valid (> 1.1.2004) we use this timeAndreas Monzner
as time reference for the internal transponder time correction.. so the systemtime stays valid on startup from deepstandby on a transponder with incorrect transponder time transmission
2007-01-12remove changes without any effectAndreas Monzner
2007-01-12small cleanupAndreas Monzner
2007-01-11filter short name brakets in getContent ('N')Andreas Monzner
add possibility to get short names with getContent ('n') the same for epg.search... filter short name brakets in Converter/ServiceName
2007-01-10revert local debug changesAndreas Monzner
2007-01-10fix epgsearchAndreas Monzner
2007-01-10non critical fixes (better memory handling)Andreas Monzner
2007-01-09no more hold unneeded descriptors in epgcache (lower memory consumption)Andreas Monzner
make eit event and private epg parser more robust remove no more needed assertions
2007-01-08add some assertionsAndreas Monzner
try to fix eitevent descriptor splitting increase epg database version number to avoid false positive matching assertions
2007-01-08some thread related fixesAndreas Monzner
2007-01-04add some assertionsAndreas Monzner
2006-12-14add possibility to get a dict with transponderdata for servicerefsAndreas Monzner
2006-11-30more changes for service groups (replacement for zapping alternativesAndreas Monzner
plugin).. now its basicaly working.. TODO: change zapping alternatives editor for new style
2006-11-26more python refcount debugging stuffAndreas Monzner
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-11-24remove non working python refcount debugging codeAndreas Monzner
2006-11-24remove non working fixAndreas Monzner
2006-11-24small fixAndreas Monzner
2006-11-23add PyObject refcount debugging codeAndreas Monzner
2006-11-23fixAndreas Monzner
2006-10-02fix eEPGCache::searchAndreas Monzner
2006-08-08more wrong tsid/sid private epg workaroundsAndreas Monzner
2006-08-08store last updated timestamp for private and normal epg separatelyAndreas Monzner
2006-08-06update workaround for wrong transmitted private dataAndreas Monzner
2006-08-02add warning for hardcoded network_idAndreas Monzner
2006-08-02add possibility to read detailed epg from Digital+Andreas Monzner
2006-08-02some cleanupsAndreas Monzner
2006-07-29fix frequently segfaultsAndreas Monzner
2006-07-26add MHW EPG (disabled for default)Andreas Monzner
2006-07-26code cleanupAndreas Monzner
2006-07-25code cleanupAndreas Monzner
2006-07-25remove unneeded workaroundAndreas Monzner
2006-07-25cleanup codeAndreas Monzner
2006-06-29remove older no more needed events from epgcacheAndreas Monzner
2006-06-28move dvb-t 5V antenna switching to better placeAndreas Monzner
rename Service Searchin -> Satconfig to -> Nimconfig
2006-06-28small private epg fixAndreas Monzner
2006-05-22workaround for wrong transmitted epg data (tsid/onid/sid not correct)Andreas 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-05-06remove no more needed c++ single epg list content classAndreas Monzner
code cleanup in python epg classes get epg from parent service when epg is queried for a subservice(linkage service)
2006-05-06fix warningsAndreas Monzner
2006-04-03follow eThread changes: mainly thread_running -> sync, hasStarted()Felix Domke