aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/radiotext.cpp
AgeCommit message (Collapse)Author
2009-08-11add support for rds data on own pids (i.e. hitradio ffh, harmony fm)ghost
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-03-26removed unused variables 'cnt' and 'protection_bit'Andreas Oberritter
2007-11-26initialize arrayAndreas Monzner
2007-11-08more robust rtp plus tag parsingAndreas Monzner
2007-03-24add a radiomode background picture (mvi file.. changable inAndreas Monzner
/etc/enigma2/config ... config.misc.radiopic = /bla/blubber.mvi add support for radio text plus, add rass (radio screen show) support (yes used by SWR3, cont.ra and DASDING) thanks to seddi for some piece of code for better single iframe support its recommend to update in dreambox-dvb-modules.bb CVSDATE for dm7025 to 20070323
2007-01-15make code inlineAndreas Monzner
2007-01-15abort radiotext parser when 20 seconds no ancillary data is receivedAndreas Monzner
2006-10-11fix bug in radiotext decoderAndreas Monzner
2006-08-17take care of mpeg frame protection bitAndreas Monzner
2006-08-16small cleanupAndreas Monzner