aboutsummaryrefslogtreecommitdiff
path: root/lib/service
AgeCommit message (Collapse)Author
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
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-31fix convertDVBUTF8 default table (0 is now iso6397 but we want iso8859-1)ghost
2009-07-14servicemp3.cpp: fix memleaks and fix tabsghost
2009-07-14servicemp3.cpp: follow changes needed for latest dvbaudio/videosinkghost
this code no more work with old dvbaudio/videosink!!! you need the sinks with SRCDATE >= 20090714
2009-07-06small fixghost
2009-07-02MediaPlayer: add *.m2ts as playable extension (proper demuxing will be done ↵Fraxinas
by gstreamer's mpegtsdemux)
2009-06-26only save last time whenever a new event comes upFelix Domke
2009-06-16Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2009-06-16servicemp3.cpp: fix tabsghost
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-06-11servicemp3.h/cpp: trade service reference to eServiceMP3 and implement ↵ghost
getInfo(sServiceref) ... needed for ServiceEventTracker handling
2009-06-03introduce new iStreamedService interface (e.g. controlling buffer for ↵Fraxinas
streaming media)
2009-06-03add some freeing and unrefing of glib variables and objectsFraxinas
2009-05-31servicedvb.cpp: fix compiler warningghost
2009-05-29add streaming protocols for correct uri handlingFraxinas
2009-05-27fix possible crash on weird audio streamsFraxinas
2009-05-21change subtitle timing, requires gst-plugin-dvbmediasink CVS 20090522Fraxinas
introduce gst pipeline state transition capturing clean out some deprecated callbacks from header
2009-05-20replacing instead of accumulating of tags in taglist (fixes possible buffer ↵Fraxinas
overflow on streams)
2009-05-16when disabling timeshift, disable pause and skipmodeFelix Domke
2009-05-16Merge branch 'master' of /home/tmbinc/enigma2-gitFelix Domke
2009-05-16compile fixes for gcc-4.3, allow compilation with old gstFelix Domke
2009-05-11correctly return (missing plugin) error message strings to the guiFraxinas
2009-05-08do some things just on primary decoderghost
2009-05-08swig 1.3.39 wraps also operator bool.. we dont like this yet...ghost
2009-05-07add support for 2nd PCR, add support for 2nd ttx pidghost
2009-05-05more subtitle buffer flushing and fix potential crash afterFraxinas