aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicedvb.cpp
AgeCommit message (Collapse)Author
2010-01-05servicedvb.cpp: fix handling for single IN cut (needed when only the start ↵ghost
of a movie is cutted away)
2010-01-02servicedvb.cpp: small cleanupghost
2010-01-02fixed evSeekableStateChanged handlingghost
2010-01-02Merge branch 'bug_274_disable_fast_winding_for_non_ts'ghost
2009-12-26servicedvb.cpp: also disable fast winding for only audio ts filesghost
2009-12-23Merge branch 'bug_352_fix_some_cutlist_bugs'ghost
2009-12-22Merge branch 'bug_271_ac3pcm_delay_servicemp3'ghost
2009-12-13add preStart event and use it to load the cutlistghost
2009-12-09fix skip backward from live to timeshiftghost
2009-11-26servicedvb.cpp: fix "some seconds no audio after audio track change on TS ↵ghost
Playback"
2009-11-26servicedvb.cpp: fix transition from slowmotion or decoder fast forward to pauseghost
2009-11-23servicedvb.cpp: more exact resume after seek and slowmotionghost
2009-11-18servicedvb.cpp: apply global ac3(bitstream) delay and global pcm(decode) ↵ghost
delay on setAC3Delay and setPCMDelay call.. not only on zap
2009-11-05disable fast winding for non TS mediafiles until we have a usable solution ↵ghost
for this..
2009-09-22fix wrong encoding of event description during pvr playback.. when info ↵ghost
button is pressed
2009-08-16add support for DTV tuning api (not tested yet)ghost
this should fix tuning to DVB-S2 Transponders with kernel 2.6.30
2009-08-14Merge branch 'master' of git.opendreambox.org:/git/enigma2Felix Domke
2009-08-11Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-08-11add support for rds data on own pids (i.e. hitradio ffh, harmony fm)ghost
2009-08-10add reindexFelix Domke
2009-08-10don't play on new PMTFelix Domke
2009-08-09servicedvb.cpp: fix segfault caused by yesterday subtitle re-enable patch on ↵ghost
timeshift/live transition
2009-08-08servicedvb.cpp: re-enable subtitles on live/timeshift transitionghost
2009-07-06small fixghost
2009-06-15use ::getInfoObject for filesize (allows >4G)Felix Domke
2009-06-12Merge branch 'master' of /home/tmbinc/enigma2-gitFelix Domke
2009-06-12patch by Dr.Best - allow using filesize of movie in converterFelix Domke
2009-06-12lib/service/servicedvb.cpp: immediate show ttx subtitles instead of skip ↵ghost
them when pts difference is to big also immediate show ttx subtitles without pts in pes packet
2009-06-11servicedvb.cpp: skip subtitles when pts difference is bigger than 20secondsghost
2009-05-31servicedvb.cpp: fix compiler warningghost
2009-05-16when disabling timeshift, disable pause and skipmodeFelix Domke
2009-05-08do some things just on primary decoderghost
2009-05-07add support for 2nd PCR, add support for 2nd ttx pidghost
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