aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
AgeCommit message (Collapse)Author
2009-02-11Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/dvb/decoder.cpp
2009-01-20support much more audio/video codecs encapsulated in TS files (not all stb ↵ghost
hardware can handle all codecs!!!)
2009-01-20cleanup, convert to human readableghost
2009-01-19getInfoObject sTransponderData now also returns transponder data values (not ↵ghost
strings) .. compatible to getFrontendData
2009-01-19remove nested structures because of the fact that swig cannot handle thisghost
now we no more need the bad duplicate definitions of eDVBFrontendParametersSatellite/Cables/Terrestrial content i.e. eDVBFrontendParametersSatellite.System_DVB_S or eDVBFrontendParametersSatellite.FEC_Auto....
2009-01-15cache movie filelengths in .meta file, by luke_sFelix Domke
2008-12-22fix typoghost
2008-12-22fix non working aspect query (4:3/16:9)ghost
2008-12-16move some functions to better place (aspect / size / framerate / progressive ↵ghost
handling)
2008-12-12code cleanupghost
2008-12-12code cleanupghost
2008-11-25some refcounting fixes and speedupsghost
2008-11-18rework decoder statesFelix Domke
2008-11-17Merge branch 'master' into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/dvb/sec.cpp lib/python/Components/Network.py lib/python/Components/Playlist.py lib/python/Plugins/Extensions/DVDBurn/Process.py lib/python/Plugins/Extensions/MediaPlayer/plugin.py lib/python/Screens/TimerEdit.py po/lt.po po/nl.po po/tr.po
2008-11-17a few more debugging to debug the pvr state stuffFelix Domke
2008-11-17allows to configure the path for timeshift recordings via gui, by Moritz ↵Felix Domke
Venn. closes #64.
2008-11-16Add possibility to set Pilot also for DVB-S2 non 8PSK Transponders (i.e. the ↵ghost
new Euro1080 Transponder on 7°E) But this needs also new drivers!
2008-11-08add (tune)simulate support to some functionsghost
2008-10-29also use refcounting for eTimersAndreas Monzner
its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed
2008-10-06small fixesAndreas Monzner
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-27read aspect, width, height, framerate and progressive fromAndreas Monzner
/proc/stb/vmpeg/X/...
2008-09-25small fixAndreas Monzner
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-06-27revert local changesAndreas Monzner
2008-06-27rewrite ServiceEventTracker and PerServiceBase service event handle codeAndreas Monzner
2008-06-27add missing evTunedIn to iPlayableServiceAndreas Monzner
2008-05-15add support for rolloff and pilot changing (needed for some 8PSK transponders)Andreas Monzner
this both values are transmitted to the frontend via linux tv api inversion param hack bits 0..1 are used for real inversion param (OFF, ON, AUTO) bits 2..3 are now used for rolloff param (0.35, 0.25, 0.20) bits 4..5 are now used for pilot param (OFF, ON, AUTO) this needs a linuxtv api kernel patch, and a driver change (alps_bsbe2.ko) both are not yet pushed to OE!!
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