aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
AgeCommit message (Collapse)Author
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
2006-01-08add subservice selection to timer (when linkage services are avail for the ↵Andreas Monzner
selected event) better layout in timerlist (more space for service name and event description)
2006-01-03store and use previous selected audio pidAndreas Monzner
2005-12-21format, ac3 and crypted indicators now workingAndreas Monzner
TODO: get format/aspect infos from the mpeg decoder ( EIT information is not working on every service )
2005-12-20use video stc for display. make skipping look a bit better.Felix Domke
2005-12-19servicedvb: implement seekToFelix Domke
2005-12-19fix defaultStefan Pluecken
2005-12-19decoder: switch off audio in trickmodesFelix Domke
2005-12-17timer: add name/description, factor out "parse from epg event", fix some ↵Felix Domke
cases where demux was not available at that time, add timeshift framework, fix movielist (not all movies are great!)
2005-12-08small fixesAndreas Monzner
2005-12-08add slowmotion / fast forwardFelix Domke
2005-12-05add support for Linkage services ( Premiere Subservices )Andreas Monzner
TODO: show/hide green point depending on avail subservices
2005-12-05use eit component tags to get language info of audio streams (premiere)Andreas Monzner
2005-12-03dont try to get frontend informations when the eDVBServicePlay is a pvr serviceAndreas Monzner
2005-12-03add support for read signal quality, power and biterror rate from pythonAndreas Monzner
2005-12-03remove non working indication of playable services in servicelistAndreas Monzner
get current event in listboxservicecontent via iStaticServiceInformation instead of use directly eEPGCache
2005-12-02add support for listing satellites and providersAndreas Monzner
use this new stuff in a simple case study (green and yellow button in service list.. feel free to implement a cool satellites/providers tree) prepare for splitted radio/tv mode
2005-11-28fix typoFelix Domke
2005-11-28service: add infoFelix Domke
2005-11-18pts: as the decoding demux isn't stored in the dvbchannel (it could be ↵Felix Domke
shared, and a decoding demux can't be shared), it has to be given to the pts relevant functions.