aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.cpp
AgeCommit message (Collapse)Author
2009-12-07fix digital+ (mhw2) epg (still disabled in epgcache.h!)ghost
now also support digital + epg on hispasat
2009-11-17epgcache.cpp: fix typoghost
2009-11-17epgcache.cpp: fix segfault on unknown argghost
2009-08-21epgcache.cpp: fix restoring the timezone after mhwepg readghost
2009-08-18add missing semicolon after ASSERT()Andreas Oberritter
2009-06-08epgcache.cpp: use a hash build with event start time and event monthday when ↵ghost
the event_id is 0.. this is a workaround for some cyfrowy polsat channels on 13.0°E
2009-05-13remove unneeded codeghost
2009-05-12epgcache.h/cpp: add viasat (sirus 5°E) EPGghost
2009-01-27fixes for python 2.6 by Moritz Vennghost
2009-01-25no comment!ghost
2009-01-25another exact title search in epgache fixghost
2009-01-25small fix for exact epgcache title searchghost
2009-01-25skip dvb-text encoding bytes on exakt title search in epgcacheghost
2008-12-21small speedups (thx to pieterg)ghost
2008-12-21fix non working search case sensitive search (thx to pieterg)ghost
2008-11-25fix some refcounting bugsghost
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
2008-09-30fix corrupted epg.dat by using a faked version string and not writing the ↵Andreas Oberritter
correct version string until all epg data has been flushed to disk
2008-05-19remove no more needed time codeAndreas Monzner
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