aboutsummaryrefslogtreecommitdiff
path: root/lib/service/servicemp3.cpp
AgeCommit message (Collapse)Author
2011-02-24Merge branch 'master' into bug_374_missingcodecwarningmaster-2011.03Fraxinas
2011-02-24only display missing codec warning when necessary -> missing video codecs at ↵Fraxinas
any case, missing audio codecs only if there's no alternative audio streams (fixes bug #374)
2011-02-23Revert "only display missing codec warning when necessary (bixes bug #374)"Fraxinas
This reverts commit d7b2882048325bcddf00e9d19faa2e728fb7ca5b.
2011-02-23re-add lost signal connection of HTTP-Source agent setterFraxinas
2011-02-23only display missing codec warning when necessary (bixes bug #374)Fraxinas
2011-02-19Merge branch 'bug_537_ignore_vob_pgs_subtitles' into masterghost
2010-12-13dont show unsupported subtitles in subtitle list (refs #537)ghost
2010-12-13disable debug output, remove SRT workaroundghost
refs #537
2010-12-13remove ghostpads and revert to good ol'appsink while still allow playback of ↵Fraxinas
files containing vob and pgs subs, hopefully (#537)
2010-12-10small cleanup, work on subtitle sync handlingghost
refs #537
2010-12-05small code cleanup, fix memleaksghost
refs #537
2010-12-03servicemp3.h/cpp: fix segfault on mkv start, thread safety fixes, fix ↵ghost
compiler warnings
2010-12-02switch appsink to async again (fixes embedded mkv text subtitles)ghost
2010-11-16assume HAVE_GSTREAMER is always setAndreas Oberritter
2010-10-14Revert "Revert "disable m2ts support for release 2.6""ghost
This reverts commit e5953c16c3ff3664f0f7a763f242a3eb69fed19d.
2010-07-26Merge branch 'bug_537_vobsub' of git.opendreambox.org:/git/enigma2 into ↵Fraxinas
bug_537_vobsub Conflicts: lib/python/Components/ConfigList.py lib/python/Screens/AudioSelection.py lib/service/servicemp3.cpp lib/service/servicemp3.h
2010-07-26add experimental vobsub support (requires gst-plugin-dvdsub) / ignore PGS ↵Fraxinas
subs (fixes #537)
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-07-06fix playback of containers with PGS subpicture streams (by ignoring them)Fraxinas
2010-06-21try fixing hot switching between text and vobsub streamsFraxinas
2010-06-11more vob experimentsFraxinas
2010-06-11experimentally enable vob subtitlesFraxinas
2010-06-09experimentsFraxinas
2010-06-09experimentsFraxinas
2010-06-09more experimenting on vobsubsFraxinas
2010-06-09fix empty streams list crash, correctly show/hide color key buttons, ↵Fraxinas
re-implement plugin-hook for blue key, fix possible exit crash Conflicts: lib/python/Screens/AudioSelection.py
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