aboutsummaryrefslogtreecommitdiff
path: root/lib/service
AgeCommit message (Collapse)Author
2009-02-13decoder_play is already called in callerFelix Domke
2009-02-13better fix for timeshiftFelix Domke
2009-02-13fix timeshift, a bitFelix Domke
2009-02-13move polarization and orbital_position to eDVBFrontend::getTransponderDataghost
2009-02-13 - While recording, collect startcodes and save them into ".sc"-filesFelix Domke
- this allows finding iframes for fast forward/reverse more easily - when in fast forward, strictly just output good (=complete iframes) data (this might break dm7025, we will fix this later) - draw smaller, fixed-size bar in position gauge
2009-02-12Don't load ap information unless we need them.Felix Domke
2009-02-11Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/dvb/decoder.cpp
2009-02-03fix hardware playback of mp3 files with APE tags.Fraxinas
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-17Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2Fraxinas
2009-01-16fix playback of "original" video-cdsFraxinas
2009-01-16Patch by pieterg:Felix Domke
Some providers manage to send epg which matches on the bouquets, in the bouquet list. (probably sid 0 or something) As a result, nonsense event info is shown in the bouquet list. And because the bouquet names have a nonzero offset (because of the 'folder' icon), the bouquet name overlaps this event info. The simplest workaround is to only show event info for 'playable' items, which might even slightly speed up showing the bouquet list btw.
2009-01-15cache movie filelengths in .meta file, by luke_sFelix Domke
2009-01-12insert cutmark on EIT changeFelix Domke
2008-12-22fix typoghost
2008-12-22fix non working aspect query (4:3/16:9)ghost
2008-12-19fix gstreamer subtitlesghost
2008-12-16support to query videoheight, width, aspect, framerate and progressive state ↵ghost
also for servicemp3 (i.e. divx/h264 a.o.) this needs also a current dvb videosink
2008-12-16move some functions to better place (aspect / size / framerate / progressive ↵ghost
handling)
2008-12-16parse element messages from video sink for VIDEO_EVENTsFraxinas
2008-12-12code cleanupghost
2008-12-12code cleanupghost
2008-12-12simplify codeghost
2008-12-09fix id3 tag reading on MP3sFraxinas
2008-12-03allow hardware playback of M4A (AAC) and MP3 audio streams.Fraxinas
2008-12-02add "divx" as known file extensionghost
2008-11-25some refcounting fixes and speedupsghost
2008-11-20decode id3 cover art images embedded into mp3 files and show them in mediaplayerFraxinas
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-11-06fix streaming playback (webradio)Fraxinas
2008-11-06fix decodeFelix Domke
2008-11-06add .mp2 as supported filetypeghost
2008-11-06fix mem bug by changing c strings to cpp stringsFraxinas
2008-11-06fix streaming playback (webradio)Fraxinas
2008-11-06fix decodeFelix Domke
2008-11-06add .mp2 as supported filetypeghost
2008-11-06fix mem bug by changing c strings to cpp stringsFraxinas
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-29fix compiler warningAndreas Monzner
2008-10-28change internal handling of media format types and don't scan cd before ↵Andreas Frisch
opening context menu
2008-10-22implement UTF-8 text/plain subtitles. change subtitle switching using second ↵Andreas Frisch
input-selector element to allow having all different subtitle formats in the same file
2008-10-20hide subtitles after actual duration timeout, unescape entities and simulate ↵Andreas Frisch
bold and italic