aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
AgeCommit message (Collapse)Author
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
2006-02-27allow disabling cutlistsFelix Domke
2006-02-25store a .eit file for each recoring this holds raw eit event informationsAndreas Monzner
including audio track informations, event description, event title...... for information about the file format look in EN300468 (www.etsi.org) make info button useable when playbacking a movie
2006-02-25fire cuesheet changed on loadFelix Domke
2006-02-23fire evCuesheetChanged event when cuesheet changedFelix Domke
2006-02-18servicedvb: also delete .ap and .cuts file when deleting movieFelix Domke
2006-02-17fix relative jumpsFelix Domke
2006-02-17use AUDIO_GET_STC, VIDEO_GET_STCFelix Domke
2006-02-16load and save cutlistsFelix Domke
2006-02-15add iCueSheet interface and null implementationFelix Domke
2006-01-27add isCurrentlSeekable to iPlayableServiceFelix Domke
2006-01-27allow TS only if >1G of free spaceFelix Domke
2006-01-26use cue sheets for seeking/skippingFelix Domke
2006-01-24add ability to copy providers or all services from satellites to favourites ↵Andreas Monzner
(this creates a new bouquet) add ability to remove a complete bouquet both are just working with enabled multi bouquet mode
2006-01-20servicedvb: m_record was refcounted, urgs.Felix Domke
2006-01-19add seek status changed on playFelix Domke
2006-01-19add ability to get ttxpid from pythonAndreas Monzner
2006-01-18eDVBServicePlay: fix service name for pvrFelix Domke
2006-01-18add isTimeshiftActive, activateTimeshift functionsFelix Domke
2006-01-17add support for videotext (VBI)Andreas Monzner
so now the videotext from the TV is useable (needs new drivers!)
2006-01-17add EOF eventFelix Domke
2006-01-15add timeshift implementation, not yet finishedFelix Domke