aboutsummaryrefslogtreecommitdiff
path: root/lib/service/iservice.h
AgeCommit message (Collapse)Author
2010-11-22add possibility to query CAID/CAPID combination from pythonghost
refs bug #621
2010-03-31add transfer bps to service interface (requires touching enigma_python.i)Fraxinas
2010-03-31lib/service/iservice.h, servicedvb.h, servicedvb.cpp: add possibility to ↵ghost
play another timeshift file after eof (not used in e2 yet..) this fixes bug #461
2010-01-22another compile fix for bug #411ghost
2010-01-22add possibility to stopTimeshift but not switch back to live (not used in ↵ghost
e2.. but usable for external plugins) this fixes bug #411
2009-08-10add reindexFelix Domke
2009-06-12patch by Dr.Best - allow using filesize of movie in converterFelix Domke
2009-06-03introduce new iStreamedService interface (e.g. controlling buffer for ↵Fraxinas
streaming media)
2009-05-08swig 1.3.39 wraps also operator bool.. we dont like this yet...ghost
2009-05-05add iSubserviceList interface to iRecordableServiceghost
2009-04-23experimentally switch to new decodebin2 gstreamer back-end for mediaplayer. ↵Fraxinas
requires most recent versions of glib 2, gstreamer & plugins, dvbmediasink
2009-04-22move meta file creation to c++ghost
2008-11-18rework decoder statesFelix Domke
2008-11-08add (tune)simulate support to some functionsghost
2008-10-03add code to simulate recordings (with faked frontends)Andreas Monzner
now its more easy to build a timer overlap detection or similar
2008-09-25add possibility to query current progressive / framerate stateAndreas Monzner
2008-08-05add support for "frame rate changed" and "progressive changed" video eventAndreas Monzner
(the last needs new drivers)
2008-07-22add sCurrentChapter, sCurrentTitle, sTotalChapters, sTotalTitlesAndreas Monzner
2008-06-27add missing evTunedIn to iPlayableServiceAndreas Monzner
2008-05-01fix warningsAndreas Monzner
2008-04-21add seekTitle to iSeekableService interfaceAndreas Monzner
add default implementation for seekTitle and seekChapter
2008-04-15add seekChapter method to iSeekableService interfaceAndreas Monzner
2008-04-14better handling for eServiceFS file extensionsAndreas Monzner
2008-03-31add support for user events and user informationsAndreas Monzner
2008-03-27add iServiceKeys interface (No not what you think ;) it simply means itsAndreas Monzner
now possible to deliver normal button presses into services)
2008-03-11signal quality is SNR, signal power is AGCFelix Domke
2008-02-17fix return codes in streamingFelix Domke
2007-12-16patch by Pieter Grimmerink: fix order of class definitions to make swig happyFelix Domke
2007-08-26add audio pid into iAudioTrackInfoFelix Domke
2007-08-25add iAudioTrackSelection::getCurrentTrack to get currently selected audio ↵Felix Domke
track index
2007-06-19add stream() for play servicesFelix Domke
2007-05-20invent proper signalPowerdB enums and use themFelix Domke
2007-04-30send write error messages down to service eventsFelix Domke
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-15change iFrontendInformation apiAndreas Monzner
getFrontendData(bool) is now splitted in three seperate calls getFrontendData() returns the frontend number and frontend type in a dict getFrontendStatus() return signal quality, signal power, bit error rate, lock state, sync state, frontend state in a dict getTransponderData(bool) when the bool is true it returns a dict with the original tuned transponder data, when false the transponderdata read out from the frontend driver getAll(bool) is a sum of the three single calls and the direct replacement of the old getFrontendData call
2007-01-13fix non working use of configured system language for epg languageAndreas Monzner
2007-01-07work on service eventsAndreas Monzner
2007-01-05add iStreamableServiceFelix Domke
2007-01-04fix for use getError from pythonAndreas Monzner
2006-12-19some python import cleanupsAndreas Monzner
lesser swig overhead
2006-12-14add possibility to get a dict with transponderdata for servicerefsAndreas Monzner
2006-12-13use aspect ratio information from mpeg sequence header instead of eit (needsAndreas Monzner
new drivers)
2006-12-10remove python support for some (unneeded) classesAndreas Monzner
2006-12-09add info to query for 'dvb state' (dvb related errors)Felix Domke
2006-11-30allow use of this constructor in pythonFelix Domke
2006-11-29code cleanup in ChannelSelection,Andreas Monzner
prepare for new service groups
2006-11-26more python refcount debugging stuffAndreas Monzner
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-11-22recording service events now workingAndreas Monzner
TODO: add record specific events like diskfull, demux errors, a.o.
2006-11-21add infrastructure for record service events (not finished yet)Andreas Monzner