aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.cpp
AgeCommit message (Collapse)Author
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
2008-12-16parse element messages from video sink for VIDEO_EVENTsFraxinas
2008-12-09fix id3 tag reading on MP3sFraxinas
2008-12-03allow hardware playback of M4A (AAC) and MP3 audio streams.Fraxinas
2008-12-02add "divx" as known file extensionghost
2008-11-20decode id3 cover art images embedded into mp3 files and show them in mediaplayerFraxinas
2008-11-06fix streaming playback (webradio)Fraxinas
2008-11-06add .mp2 as supported filetypeghost
2008-11-06fix mem bug by changing c strings to cpp stringsFraxinas
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-29fix compiler warningAndreas Monzner
2008-10-28change internal handling of media format types and don't scan cd before ↵Andreas Frisch
opening context menu
2008-10-22implement UTF-8 text/plain subtitles. change subtitle switching using second ↵Andreas Frisch
input-selector element to allow having all different subtitle formats in the same file
2008-10-20hide subtitles after actual duration timeout, unescape entities and simulate ↵Andreas Frisch
bold and italic