aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/dvbtime.cpp
AgeCommit message (Collapse)Author
2010-04-26add missing parenthesesAndreas Oberritter
2009-06-08dvbtime.h/cpp: add possibility to build a 16bit hash with event start time ↵ghost
and month day
2009-03-05fix compiler warningsghost
2009-03-04add possibility to disable the dvb transponder time syncghost
not via gui yet... but config.misc.useTransponderTime=True/False in /etc/enigma2/settings should work
2009-02-20dvbtime.cpp: fix compiler warningghost
2008-12-03sync rtc time with linux time every 30 minutes when no transponder is ↵ghost
tuned.. we need a fix for hardware without RTC...
2008-11-06small fixghost
2008-10-30small refcounting fixes, add private operator delete to iObjectAndreas Monzner
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-08-29remove workarounds to detect buggy fp driver / atmel firmwareAndreas Monzner
2008-08-26add support for dm8000 rtc,Andreas Monzner
add support for dm8000 deepstandby wakeup, go back to deepstandby after deepstandby timer wakeup even when not explicitely selected (this needs new drivers and / or new atmel firmware) add some sanity checks to dont break anything even with old drivers/atmel firmware
2008-05-19remove no more needed time codeAndreas Monzner
2008-04-16try to detect transponders with a to slow or to fast time..Andreas Monzner
2008-04-16use clock_gettime for internal timers instead of gettimeofday .. so now ourAndreas Monzner
timers are independent of the normal linux clock (and change linux time without inform e2 is now really uncritical)
2007-01-15use timedifference from eDVBLocalTimeHandler for time() calls in pythonAndreas 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
2006-11-27fix warningsAndreas Monzner
2006-07-25fix warnings, add toBCD functionAndreas Monzner
2006-04-15fix segfault on transponders with incorrect mjd entries in the TDTAndreas Monzner
null pointer check before accessing sectionreader object
2006-02-25use reentrant version of localtimeAndreas Monzner
2005-12-17fix channel state handlingAndreas Monzner
2005-12-06fix warningAndreas Monzner
2005-12-04small fixAndreas Monzner
2005-11-16always emit timeUpdated signal on first received TDTAndreas Monzner
only set rtc on first tdt receive on the same transponder.. not on updates.. (RTC is our reference time to check of transponder time is to fast or to slow)
2005-11-15addTimeOffset is now staticFelix Domke
2005-11-15improve locking of addTimeOffset a bitFelix Domke
2005-11-09remove unused states so we don't need to track changes hereFelix Domke
2005-10-16follow timer API changeFelix Domke
2005-10-15add demux handling (for decoder and record)Felix Domke
2005-09-30use libdvbsi++ from tuxbox-cvs,Andreas Monzner
please add http://ghost.dream-multimedia-tv.de/libdvbsi++.bb to your bitbake/openembedded/packages/tuxbox directory and exectute "bitbake -b ../openembedded/packages/tuxbox/libdvbsi++.bb" then install the libdvbsi++...ipk
2005-09-02fix TDT readingAndreas Monzner
2005-08-12set tdt interval to 60min instead of 60 secAndreas Monzner
2005-08-11no crc in tdtRonny Strutz
2005-07-12remove unneeded signals ( eDVBChannel::m_stateChanged give us the same ↵Andreas Monzner
informations )
2005-07-04add epgcacheAndreas Monzner
2005-07-02add missing files, add ability to specify table_id mask and table_id ext maskAndreas Monzner