aboutsummaryrefslogtreecommitdiff
path: root/lib/service
AgeCommit message (Collapse)Author
2010-03-31add transfer bps to service interface (requires touching enigma_python.i)Fraxinas
2010-03-31use glib function to escape file uri in mediaplayerFraxinas
2010-03-31lib/service/iservice.h, servicedvb.h, servicedvb.cpp: add possibility to ↵ghost
play another timeshift file after eof (not used in e2 yet..) this fixes bug #461
2010-03-15uncommit from master and move into own branchFraxinas
Revert "mediaplyer: use glib uri escape function for filenames" This reverts commit 7a2b79adb5fc43d08663faaf95a72f2899751ab1.
2010-03-15mediaplyer: use glib uri escape function for filenamesFraxinas
2010-02-12Merge branch 'bug_411_timeshift_disable_without_live'ghost
2010-01-24fixes bug #288Stefan Pluecken
last playing position for recorded services was stored only if between 1% and 99% of the recording's length. this lead to voodoo for the user, since long recordings naturally have a longer 1% than short ones. so the 1% rule is gone now and we display the position of the marker in the message box, asking the user if playing should continue at this position.
2010-01-22another compile fix for bug #411ghost
2010-01-22servicedvb.cpp: compile fix for bug 411ghost
2010-01-22add possibility to stopTimeshift but not switch back to live (not used in ↵ghost
e2.. but usable for external plugins) this fixes bug #411
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 remote branch 'origin/bug_306_sort_by_date'ghost
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-23Patch by Moritz Venn:Felix Domke
"I've been annoyed by the incomplete "sort by date" for a long time - it only works for recorded movies. Not much to say, I added a simple stat call in service.cpp and return the mtime for sTimeCreate so the list is as properly sorted as the dreambox can ;-)" Minor changes so that it is implemented in servicemp3.cpp, since a service reference "path" is specific to the actual service.
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-12-03Merge branch 'master' into bug_245_record_playback_fixesghost
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-23servicemp3.cpp: dont apply ac3/pcm delay when no video is runningghost
2009-11-23servicemp3.cpp: temporary store ac3/pcm delay for gstreamer based playbacks ↵ghost
(until e2 restart)
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-11-04bug #238Stefan Pluecken
added m4v file extension to media player capabilities
2009-11-04implement iAudioDelay interface also for servicemp3.cpp (media files)ghost
no possibility to store this delays persistent.. they are valid until the next reboot or delay change
2009-11-02Merge branch '2_5_to_2_6_bug_107'2.6.0ghost
2009-10-28servicemp3.cpp: fix possible segfault/asserting (bug #216)ghost
2009-10-28servicemp3.cpp: dont start pipeline in constructor, small cleanupghost
2009-10-28fix wrong selected audio track when playing back files via gstreamerghost
2009-10-27disable m2ts support for release 2.6ghost
2009-10-27servicenp3.cpp: fix compiler warningsghost
2009-10-23fix audio track selection (also needs a small fix in gst-plugin-audiosink)ghost
2009-10-17cleanup grayout handling in servicelist.. so no more grayout in timeout ↵ghost
channelselection and other channelselections based on simple channelselection
2009-10-09servicemp3.h/cpp: improved pause / skip forward/backward (needs current ↵ghost
gstreamer and gst-plugin-dvbmediasink)
2009-09-22fix wrong encoding of event description during pvr playback.. when info ↵ghost
button is pressed
2009-09-03fix srt subtitlesghost
2009-09-01mediaplayer: stop playback if async-done message reports zero audio or video ↵Fraxinas
streams (work around spinlock when trying to play weird containers)
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
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