aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
AgeCommit message (Collapse)Author
2008-05-07store position when 1..99% and not 5..95%Felix Domke
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-26fix: comparison is always true due to limited range of data typeAndreas Oberritter
2008-03-06protect against broken .cuts filesFelix Domke
2008-01-24pass more information about why a channel alloc fails, and display proper ↵Felix Domke
error message (instead of "no free tuner")
2007-11-12add possibility to set tuner priority for alternative services in CustomizeAndreas Monzner
menu (just with expert usage level)
2007-10-16some teletext subtitles fixesAndreas Monzner
2007-10-05write apid to pidcache when no value is cachedAndreas Monzner
2007-09-17add some debug output for subtitlesAndreas Monzner
2007-09-17clear non processed subtitles on skip forward / backwardAndreas Monzner
2007-09-05some dvb subtitles fixesAndreas Monzner
2007-08-26add audio pid into iAudioTrackInfoFelix Domke
2007-08-26fix audiotypeFelix Domke
2007-08-25simplify and fix code a bit. 'defaultac3' evaluation is now in pmt.cppFelix Domke
2007-08-25use explicit default track instead of first one (as the default one isn't ↵Felix Domke
always the first one anymore), implement getCurrentTrack
2007-08-06only keep trailing filename for PVR services without .meta fileFelix Domke
2007-07-13don't crash when no decode_demux presentFelix Domke
2007-06-19implement streamableService for playing dvb servicesFelix Domke
2007-05-15ouch. don't try to devide by zero when length is 0 / not available.Felix Domke
2007-04-17rewind into timeshift (almost) works nowFelix Domke
2007-04-17start in pause mode after switching from live to timeshift. Don't save last ↵Felix Domke
playing position when at the very beginning or end (5% < x < 95%)
2007-04-12evStart already includes evSeekableStatusChanged, so don't send it. Prepare ↵Felix Domke
for updateDcoder(intopause=1); for better timeshift control
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-11filter short name brakets in getContent ('N')Andreas Monzner
add possibility to get short names with getContent ('n') the same for epg.search... filter short name brakets in Converter/ServiceName
2007-01-07work on service eventsAndreas Monzner
2006-12-31fix non working timeshiftAndreas Monzner
2006-12-30fix for recorded filesAndreas Monzner
2006-12-30send evStart before tuneFailed Events..Andreas Monzner
fix evNoResources fix some bluescreens caused by notification handling
2006-12-22add "show transponder" info to service context menu in channellistAndreas Monzner
2006-12-15small fixAndreas Monzner
2006-12-14fixAndreas Monzner
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-11fix wrong sense of no_program_infoFelix Domke
2006-12-09remove debugFelix Domke
2006-12-09allow dvb state to be queried (last PMT-related event)Felix Domke
2006-11-30more changes for service groups (replacement for zapping alternativesAndreas Monzner
plugin).. now its basicaly working.. TODO: change zapping alternatives editor for new style
2006-11-30remove debugAndreas Monzner
2006-11-30some changes for service groupsAndreas Monzner
2006-11-29dont check playable state on directorysAndreas Monzner
2006-11-29some changes for new service groupsAndreas Monzner
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-21small servicelist speedupAndreas Monzner
2006-11-04initialize teletext subtitles with page -1 and magazine -1Andreas Monzner
2006-11-01store subtitle data in service cache and reenable subtitles on next zap toAndreas Monzner
the same service