| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-06-08 | dvbtime.h/cpp: add possibility to build a 16bit hash with event start time ↵ | ghost | |
| and month day | |||
| 2009-03-05 | fix compiler warnings | ghost | |
| 2009-03-04 | add possibility to disable the dvb transponder time sync | ghost | |
| not via gui yet... but config.misc.useTransponderTime=True/False in /etc/enigma2/settings should work | |||
| 2009-02-20 | dvbtime.cpp: fix compiler warning | ghost | |
| 2008-12-03 | sync rtc time with linux time every 30 minutes when no transponder is ↵ | ghost | |
| tuned.. we need a fix for hardware without RTC... | |||
| 2008-11-06 | small fix | ghost | |
| 2008-10-30 | small refcounting fixes, add private operator delete to iObject | Andreas Monzner | |
| 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 | |||
| 2008-08-29 | remove workarounds to detect buggy fp driver / atmel firmware | Andreas Monzner | |
| 2008-08-26 | add 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-19 | remove no more needed time code | Andreas Monzner | |
| 2008-04-16 | try to detect transponders with a to slow or to fast time.. | Andreas Monzner | |
| 2008-04-16 | use clock_gettime for internal timers instead of gettimeofday .. so now our | Andreas Monzner | |
| timers are independent of the normal linux clock (and change linux time without inform e2 is now really uncritical) | |||
| 2007-01-15 | use timedifference from eDVBLocalTimeHandler for time() calls in python | Andreas Monzner | |
| 2007-01-15 | when the system time on e2 startup seems valid (> 1.1.2004) we use this time | Andreas 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-27 | fix warnings | Andreas Monzner | |
| 2006-07-25 | fix warnings, add toBCD function | Andreas Monzner | |
| 2006-04-15 | fix segfault on transponders with incorrect mjd entries in the TDT | Andreas Monzner | |
| null pointer check before accessing sectionreader object | |||
| 2006-02-25 | use reentrant version of localtime | Andreas Monzner | |
| 2005-12-17 | fix channel state handling | Andreas Monzner | |
| 2005-12-06 | fix warning | Andreas Monzner | |
| 2005-12-04 | small fix | Andreas Monzner | |
| 2005-11-16 | always emit timeUpdated signal on first received TDT | Andreas 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-15 | addTimeOffset is now static | Felix Domke | |
| 2005-11-15 | improve locking of addTimeOffset a bit | Felix Domke | |
| 2005-11-09 | remove unused states so we don't need to track changes here | Felix Domke | |
| 2005-10-16 | follow timer API change | Felix Domke | |
| 2005-10-15 | add demux handling (for decoder and record) | Felix Domke | |
| 2005-09-30 | use 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-02 | fix TDT reading | Andreas Monzner | |
| 2005-08-12 | set tdt interval to 60min instead of 60 sec | Andreas Monzner | |
| 2005-08-11 | no crc in tdt | Ronny Strutz | |
| 2005-07-12 | remove unneeded signals ( eDVBChannel::m_stateChanged give us the same ↵ | Andreas Monzner | |
| informations ) | |||
| 2005-07-04 | add epgcache | Andreas Monzner | |
| 2005-07-02 | add missing files, add ability to specify table_id mask and table_id ext mask | Andreas Monzner | |
