aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.cpp
AgeCommit message (Collapse)Author
2010-10-14Revert "Revert "disable m2ts support for release 2.6""ghost
This reverts commit e5953c16c3ff3664f0f7a763f242a3eb69fed19d.
2010-07-20lib/service/servicemp3.cpp: compile fixghost
2010-07-20merge fixFraxinas
2010-07-20implement configurable http user-agent (fixes #224)Fraxinas
2010-07-08allow rtspt urls, issue EOF on http streaming timeout (introduces feature ↵Fraxinas
#551, requires libsoup-2.4-2.29.5-r0, gst-plugins-good-0.10.23-r7.1 incl. souphttpsource)
2010-05-09[servicemp3] fix plaintext subtitles (add #506)Fraxinas
2010-05-05set subtitle-sink gstreamer caps (fixed #506, requires ↵Fraxinas
gst-plugin-playbin_0.10.28-r7.1)
2010-03-15use glib function to escape file uri in mediaplayerFraxinas
2010-01-02Merge remote branch 'origin/bug_306_sort_by_date' into experimentalghost
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-03disable fast winding for non TS mediafiles until we have a usable solution ↵ghost
for this..
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-22servicemp3.cpp: dont apply ac3/pcm delay when no video is runningghost
2009-11-22servicemp3.cpp: temporary store ac3/pcm delay for gstreamer based playbacks ↵ghost
(until e2 restart)
2009-11-06Revert "disable fast winding for non TS mediafiles until we have a usable ↵ghost
solution for this.." This reverts commit b643641e2c6288eff61d0346a3dda82bd820b3b7.
2009-11-05Merge branch 'bug_274_disable_fast_winding_for_non_ts' into experimentalghost
2009-11-05disable fast winding for non TS mediafiles until we have a usable solution ↵ghost
for this..
2009-11-04Merge branch 'master' into experimentalStefan Pluecken
Conflicts: lib/python/Plugins/Extensions/MediaPlayer/plugin.py
2009-11-04bug #238Stefan Pluecken
added m4v file extension to media player capabilities
2009-11-04Merge branch 'bug_271_ac3pcm_delay_servicemp3' into experimentalghost
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-02Revert "disable m2ts support for release 2.6"ghost
This reverts commit bce2a7b606d6fdfdcac86c7ccc1c02f147dc26c9.
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