aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
AgeCommit message (Collapse)Author
2009-04-23get audio / video pid from pid cache (for serviceinfo dialog)ghost
2009-04-23Add service flags and pid cache to recordings meta file. This adds ↵ghost
possibility to playback services without pat/pmt, now also current selected audio pid, subtitles, pcm/ac3 delays are stored for ts playbacks
2009-04-19Merge branch 'master' of /home/tmbinc/enigma2-gitFelix Domke
2009-04-19don't add any source span if no cutlist defined, because we don't have an ↵Felix Domke
'infinite' end yet, which doesn't work on growing files
2009-04-17servicedvb.cpp: dont cache audio pid when not ac3 or mpegghost
2009-04-07servicedvb.cpp: better fix no more working audio track selectionghost
2009-04-07Revert "fix audio pid set"ghost
This reverts commit 8dee6503eab837f0f1c0d2713f434c878dd63d08.
2009-04-07fix audio pid setFelix Domke
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2009-04-02decoder.cpp/servicedvb.cpp: fix radio stillpicture displayingghost
2009-03-31Merge commit 'origin/master' into tmbinc/FixTimingBugsFelix Domke
2009-03-11Patch by Moritz Venn: Allow to set an additional delay via config.Felix Domke
Note that this requires driver support, which is not necessarily complete.
2009-02-16Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
2009-02-16also display .trp files with servicedvbFelix Domke
2009-02-13Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
Conflicts: lib/python/Components/Converter/StringList.py
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-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!!