aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/esection.h
AgeCommit message (Collapse)Author
2011-02-16Merge branch 'bug_124_m2ts_support'ghost
Conflicts: lib/dvb/pmt.cpp lib/service/Makefile.am
2011-01-19use %zd for ssize_t and %zu for size_tAndreas Oberritter
2010-12-02lib/dvb/esection.h: add handling for broken table version handlingghost
2009-04-27replace more assertions to get proper log messagesghost
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
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
dont export AddRef, Release, ptrref and grabRef to python some cleanups
2006-11-27fix warningsAndreas Monzner
2006-11-24small fixAndreas Monzner
2006-11-08fix debugAndreas Monzner
2006-11-07fix crashes in cable scanAndreas Monzner
2006-04-14don't keep unused referencesFelix Domke
2006-01-15eAUTable: add stop()Felix Domke
2006-01-10fix warningAndreas Monzner
2005-12-23tables: don't retry more than 5*nr times.Felix Domke
2005-04-30 - add ts recorderFelix Domke
- rename: isection.h -> idemux.h
2005-02-27 - hopefully fixed some python/refcount stuff (__deref__ is still evil!)Felix Domke
- first work on skin support, not really far - improved infobar - deletes components when destroying screens - fixed elistbox and component - add ability to change bouqet - real query parser still unfinished
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-09-25 - new GUI libFelix Domke
- fixes
2003-10-17import of enigma2Felix Domke