aboutsummaryrefslogtreecommitdiff
path: root/lib/service
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
2011-02-16Merge branch 'bug_124_m2ts_support'ghost
Conflicts: lib/dvb/pmt.cpp lib/service/Makefile.am
2011-02-05Merge branch 'obi/master'Andreas Oberritter
2011-01-19use %zd for ssize_t and %zu for size_tAndreas Oberritter
2011-01-19servicemp3: fix compile error on amd64Andreas Oberritter
2010-12-31servicedvb.cpp: remove debug outputmaster-2011.01ghost
2010-12-13Merge branch 'bug_621_caid_info'ghost
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-25lib/service/servicedvb.cpp: add possibility to override servicename for pvr ↵ghost
dvb services
2010-11-24add DTS-HD as known audio format, add detection to pmt parser (no hardware ↵ghost
support for DTS-HD yet)
2010-11-24compile servicem2ts.cppghost
2010-11-24servicem2ts.cpp: resync on corrupt dataghost
2010-11-24follow iDataSource -> iTsSource name changeghost
2010-11-24Merge branch 'bug_615_replace_rawfile' into m2ts_testghost
2010-11-24Merge branch 'bug_615_replace_rawfile'ghost
2010-11-24rename iDataSource to iTsSource (no functional change)ghost
2010-11-23Merge branch 'obi/master'Andreas Oberritter
2010-11-23more work on servicem2tsghost
2010-11-22add possibility to query CAID/CAPID combination from pythonghost
refs bug #621
2010-11-16install header filesAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16further updates to the build system, generate enigma2.shAndreas Oberritter
2010-11-16clean up build #2Andreas Oberritter
* use swig macros from autoconf archive * generate and use enigma2_config.h (include from command-line) * check for dbox/fp.h and dbox/lcd-ks0713.h * clean up checks for libdreamdvd and lib*gif * fix some dependencies for generated files and header files
2010-11-16assume HAVE_GSTREAMER is always setAndreas Oberritter
2010-11-16clean up buildAndreas Oberritter
* reduce use of TUXBOX macros * fix compiler warnings by including Python.h from the command-line * use libtool to build and link main/* and lib/* * don't link libmad, libid3tag, libcrypt, libresolv, librt, ldl into e2 * fix make rules of actionids.h
2010-11-16*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,Andreas Oberritter
2010-11-11add m2ts serviceghost
2010-11-10use newer eDVBServicePMTHandler::tuneExt call, add a virtual ↵ghost
createDataSource function to make the code more re-usable
2010-11-10lib/service/servicedvb.h: make eDVBService members protected better reusabilityghost
2010-11-10migrate eDVBServiceOfflineOperations to new iDataSource::read functionghost
2010-11-09add addFactoryExtension/removeFactoryExtension to eServiceCenterghost
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