aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.cpp
AgeCommit message (Collapse)Author
2008-03-25fix: comparison is always true due to limited range of data typeAndreas Oberritter
2008-03-25fix deprecated conversion from string constant to char* by using const char* ↵Andreas Oberritter
instead where possible
2008-02-18fix cablecom hackAndreas Monzner
2008-02-18add HACK for wrong transmitted Cablecom EPG!Andreas Monzner
2008-02-13fix memleakAndreas Monzner
2008-01-10epg fixesAndreas Monzner
2007-11-10lookupEvent returns one entry for every service event though no event inAndreas Monzner
queried time range is found.. in this case all event based entries in returned tuple are None
2007-10-22epg fix (fixes bluescreens on ZDF Transponder)Andreas Monzner
2007-10-03fix typo, add tsid correctionAndreas Monzner
2007-10-03update wrong sid values for private epgAndreas Monzner
2007-09-25small fixAndreas Monzner
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