aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
AgeCommit message (Collapse)Author
2006-10-23prepare for dvb subtitle support (not finished yet)Andreas Monzner
cache query of eDVBServicePMThandler::getProgram
2006-10-19fix for default ac3Andreas Monzner
2006-10-10add function to get a comparable service reference string (useable toAndreas Monzner
compare servicesrefs in python)
2006-10-07only write .cuts file when .ts file is still accessibleFelix Domke
2006-08-24always return currently active apidAndreas Monzner
2006-08-18speedupsAndreas Monzner
2006-08-17fix typoAndreas Monzner
2006-08-17dont start radiotext decoder in playback / timeshift mode.. (not workingAndreas Monzner
yet)
2006-08-16add support for radiotext (python gui component missing yet)Andreas Monzner
2006-07-20add support for markers in bouquetsAndreas Monzner
< > are usable to jump from marker to marker
2006-07-19save mark type '3' on bookmark positionFelix Domke
2006-07-14add possibility to view eventinfo in recorded movielist (move cursor toAndreas Monzner
recorded movie and press info)
2006-07-12fix segfaultAndreas Monzner
2006-07-12fix non working timeshift stop when press the TV ButtonAndreas Monzner
2006-07-12use ac3/pcm delay from parent service (for subservices and recordings)Andreas Monzner
2006-06-26add support for show used tuner for running service in the infobarAndreas Monzner
add support for show all tuners in use in the infobar add support for show the currently date in the infobar now all skins have to define some new widgets in skin.. look in skin.xml and search for "not used in this skin yet"
2006-06-25add possibility to show iframes (not bugfree yet)Andreas Monzner
2006-06-22add possibility to set per service ac3/pcm delay (not yet via gui)Andreas Monzner
to set a pcm or ac3 delay for a specific service edit your servicelist (/etc/enigma2/lamedb) example for pcm delay: 6dca:00c00000:044d:0001:1:0 Das Erste p:ARD,c:000065,c:010066,c:020068,c:030065,c:060001,c:080060 <-- 0x60 = 96ms PCM delay for AC3 delay set, c:07xxxx
2006-06-16free teletext parser references, this fixes timeshift when internal teletext ↵Felix Domke
decoder is running
2006-06-16cleanupAndreas Monzner
2006-06-16no more segfault when opening audio track/channel selection on subservicesAndreas Monzner
2006-06-06add sync for teletext subtitles and improve text extraction a bitFelix Domke
2006-06-05fix actual selection of subtitle streamFelix Domke
2006-06-05add subtitle listFelix Domke
2006-06-02(not yet enabled) teletext subtitle supportFelix Domke
2006-05-20many changes for better CI handlingAndreas Monzner
- the CI is now working on both tuners - the CI is no more blocked by freetv services - add multi services support (on same transponder) (yet hardcoded for Alphacrypt only) - fix bluescreen in CI MMI dialog when pressin ok/left/right
2006-05-17rename iFrontendStatusInformation to iFrontendInformationAndreas Monzner
add possibility to query the tuner number for playing and recording services
2006-05-16do not store default values in cacheAndreas Monzner
2006-05-16add ability to selecte the audio channel (mono left, stereo, mono right) ↵Andreas Monzner
from python store the current selected audio channel then per service in servicelist TODO: extend the audio track selection screen to make audio channel selection usable :)
2006-05-14make video stream type for running service accessible from pythonAndreas Monzner
2006-05-14remove unneeded caching of caids, use an array for pidcache instead of ↵Andreas Monzner
std::map (safe memory) prepare for different video stream types.. (H264) ( NOT for dm7025 )
2006-05-12add teletext parser to servicedvbFelix Domke
2006-05-11implement and re-enable default ac3 optionAndreas Monzner
2006-05-04fix getting caids of subservicesAndreas Monzner
2006-05-03much more flexible method to get a servicelist in python..Andreas Monzner
2006-04-26add function to get a list of CAIDs for a running dvb service from pythonAndreas Monzner
2006-04-14don't keep unused referencesFelix Domke
2006-04-08use setTarget instead of ugly 's'Felix Domke
2006-04-08compile fixAndreas Monzner
2006-04-08theoretic support for PiP (will be fixed)Felix Domke
2006-04-03show service name in movielistStefan Pluecken
2006-03-30add background file eraser class for asynchronous file deletionAndreas Monzner
2006-03-10fix removing .eit filesAndreas Monzner
2006-03-07disable decoder when switching to timeshift, properly handle SOFFelix Domke
2006-03-03arghAndreas Monzner
2006-03-03compile fixAndreas Monzner
2006-03-03change all values to upper case,Andreas Monzner
complete cable stuff, make more values human readable
2006-03-03implement readFrontendData method to get a python dictionary containing dataAndreas Monzner
about current used transponder/frontend (frontend state, frontend type, lock state, sync state, frequency, symbolrate, fec_innter...) when it is called with True as param it returns the original transponder data (written to tuner) otherwise it reads the current data out of the frontend (corrected tuner data)
2006-03-03add lockState and syncState to getFrontendInfo callAndreas Monzner
add skeleton for getTransponderInfo call
2006-02-28hack to seek GOP-wiseFelix Domke