aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.cpp
AgeCommit message (Collapse)Author
2010-03-31use glib function to escape file uri in mediaplayerFraxinas
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-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-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-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-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-09servicemp3.h/cpp: improved pause / skip forward/backward (needs current ↵ghost
gstreamer and gst-plugin-dvbmediasink)
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-10add reindexFelix Domke
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-02MediaPlayer: add *.m2ts as playable extension (proper demuxing will be done ↵Fraxinas
by gstreamer's mpegtsdemux)
2009-06-16servicemp3.cpp: fix tabsghost
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-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-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-05more subtitle buffer flushing and fix potential crash afterFraxinas
2009-05-04mediaplayer: fix excess subtitle delay after paused state.Fraxinas
2009-04-24servicemp3.cpp: redo reverted fixes (removed during gstreamer decodebin2 merge)ghost
2009-04-23experimentally switch to new decodebin2 gstreamer back-end for mediaplayer. ↵Fraxinas
requires most recent versions of glib 2, gstreamer & plugins, dvbmediasink
2009-04-06ignore pause,unpause when not in 'running'-stateFelix Domke
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2009-04-01add .mov as playable extensionghost
2009-03-04no more need to use fluendo mpeg stuffghost
2009-02-23show warning message when trying to play video container with DTS stream ↵Fraxinas
(requires gst-plugins-dvbmedisink > 20090223)
2009-02-03fix hardware playback of mp3 files with APE tags.Fraxinas
2009-01-16fix playback of "original" video-cdsFraxinas
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