aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/esection.cpp
AgeCommit message (Collapse)Author
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-11add possibility to disable debug outputAndreas Monzner
2007-12-27output pid if timeoutet section tableAndreas Monzner
2006-04-15fix segfault on transponders with incorrect mjd entries in the TDTAndreas Monzner
null pointer check before accessing sectionreader object
2006-04-11immediate close no more used demux fd'sAndreas Monzner
2005-12-23tables: don't retry more than 5*nr times.Felix Domke
2005-07-02add missing files, add ability to specify table_id mask and table_id ext maskAndreas Monzner
2005-06-30add dvb time handling with transponder time correction algo.. this use a ↵Andreas Monzner
rtc, when avail, mainloop changes for set linux time
2005-04-28 - removed confusing debug outputFelix Domke
2005-01-31 - fixed dvb scanFelix Domke
- fixed dvbdb (reading/writing lamedb) - fixed (i.e. disallow) operator= in iObject (destroyed refcounts before) - implemented listboxcontent for servicelists - implemented getServiceInformation for non-playing services (still not happy with the result, though) - implemented first try of serviceSelector component
2004-06-02 - disabled gui for a momentFelix Domke
- beginning of GDI2 work (region/fill/line works) - fixed smartptr self assignment - finally replaced "int ref" by something with a constructor
2003-10-17import of enigma2Felix Domke