aboutsummaryrefslogtreecommitdiff
path: root/lib/service
AgeCommit message (Collapse)Author
2010-12-31servicedvb.cpp: remove debug outputmaster-2011.01ghost
2010-12-13Merge branch 'bug_621_caid_info'ghost
2010-11-25lib/service/servicedvb.cpp: add possibility to override servicename for pvr ↵ghost
dvb services
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-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-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-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-30add transfer bps to service interface (requires touching enigma_python.i)Fraxinas
2010-03-24make channel selection service description color configurableghost
this fixes bug #487 (patch by Dr.Best)
2010-03-24lib/service/listboxservice.cpp: small fixghost
2010-03-24lib/service/listboxservice.cpp: fix no more visible event descriptions in ↵ghost
channelselection since event progress support
2010-03-24add support for event progressbar per service in channelselectionghost
default this is disabled.. you can enable it in the Usage config this fixes bug #486 (patch by Dr.Best)
2010-03-15use glib function to escape file uri in mediaplayerFraxinas
2010-03-02Merge branch 'bug_461_play_another_timeshift_file_after_eof' into experimentalghost
2010-03-02lib/service/iservice.h, servicedvb.h, servicedvb.cpp: add possibility to ↵ghost
play another timeshift file after eof (not used in e2 yet..) this fixes bug #461
2010-02-12Merge branch 'bug_411_timeshift_disable_without_live'ghost
2010-01-24fixes bug #288Stefan Pluecken
last playing position for recorded services was stored only if between 1% and 99% of the recording's length. this lead to voodoo for the user, since long recordings naturally have a longer 1% than short ones. so the 1% rule is gone now and we display the position of the marker in the message box, asking the user if playing should continue at this position.
2010-01-24fixes bug #288Stefan Pluecken
last playing position for recorded services was stored only if between 1% and 99% of the recording's length. this lead to voodoo for the user, since long recordings naturally have a longer 1% than short ones. so the 1% rule is gone now and we display the position of the marker in the message box, asking the user if playing should continue at this position.
2010-01-22another compile fix for bug #411ghost
2010-01-22another compile fix for bug #411ghost
2010-01-22servicedvb.cpp: compile fix for bug 411ghost
2010-01-22servicedvb.cpp: compile fix for bug 411ghost
2010-01-22Merge branch 'bug_411_timeshift_disable_without_live' into experimentalghost
2010-01-22add possibility to stopTimeshift but not switch back to live (not used in ↵ghost
e2.. but usable for external plugins) this fixes bug #411
2010-01-05servicedvb.cpp: fix handling for single IN cut (needed when only the start ↵ghost
of a movie is cutted away)
2010-01-05servicedvb.cpp: fix handling for single IN cut (needed when only the start ↵ghost
of a movie is cutted away)
2010-01-02servicedvb.cpp: small cleanupghost
2010-01-02fixed evSeekableStateChanged handlingghost
2010-01-02fixed evSeekableStateChanged handlingghost
2010-01-02Merge remote branch 'origin/bug_306_sort_by_date' into experimentalghost
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