| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-12-31 | servicedvb.cpp: remove debug outputmaster-2011.01 | ghost | |
| 2010-12-13 | Merge branch 'bug_621_caid_info' | ghost | |
| 2010-11-25 | lib/service/servicedvb.cpp: add possibility to override servicename for pvr ↵ | ghost | |
| dvb services | |||
| 2010-11-24 | Merge branch 'bug_615_replace_rawfile' | ghost | |
| 2010-11-24 | rename iDataSource to iTsSource (no functional change) | ghost | |
| 2010-11-23 | Merge branch 'obi/master' | Andreas Oberritter | |
| 2010-11-22 | add possibility to query CAID/CAPID combination from python | ghost | |
| refs bug #621 | |||
| 2010-11-16 | install header files | Andreas Oberritter | |
| 2010-11-16 | build and link static libraries without libtool | Andreas Oberritter | |
| 2010-11-16 | further updates to the build system, generate enigma2.sh | Andreas Oberritter | |
| 2010-11-16 | clean up build #2 | Andreas 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-16 | assume HAVE_GSTREAMER is always set | Andreas Oberritter | |
| 2010-11-16 | clean up build | Andreas 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-10 | use newer eDVBServicePMTHandler::tuneExt call, add a virtual ↵ | ghost | |
| createDataSource function to make the code more re-usable | |||
| 2010-11-10 | lib/service/servicedvb.h: make eDVBService members protected better reusability | ghost | |
| 2010-11-10 | migrate eDVBServiceOfflineOperations to new iDataSource::read function | ghost | |
| 2010-11-09 | add addFactoryExtension/removeFactoryExtension to eServiceCenter | ghost | |
| 2010-10-14 | Revert "Revert "disable m2ts support for release 2.6"" | ghost | |
| This reverts commit e5953c16c3ff3664f0f7a763f242a3eb69fed19d. | |||
| 2010-07-20 | lib/service/servicemp3.cpp: compile fix | ghost | |
| 2010-07-20 | merge fix | Fraxinas | |
| 2010-07-20 | implement configurable http user-agent (fixes #224) | Fraxinas | |
| 2010-07-08 | allow 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-05 | set subtitle-sink gstreamer caps (fixed #506, requires ↵ | Fraxinas | |
| gst-plugin-playbin_0.10.28-r7.1) | |||
| 2010-03-30 | add transfer bps to service interface (requires touching enigma_python.i) | Fraxinas | |
| 2010-03-24 | make channel selection service description color configurable | ghost | |
| this fixes bug #487 (patch by Dr.Best) | |||
| 2010-03-24 | lib/service/listboxservice.cpp: small fix | ghost | |
| 2010-03-24 | lib/service/listboxservice.cpp: fix no more visible event descriptions in ↵ | ghost | |
| channelselection since event progress support | |||
| 2010-03-24 | add support for event progressbar per service in channelselection | ghost | |
| default this is disabled.. you can enable it in the Usage config this fixes bug #486 (patch by Dr.Best) | |||
| 2010-03-15 | use glib function to escape file uri in mediaplayer | Fraxinas | |
| 2010-03-02 | Merge branch 'bug_461_play_another_timeshift_file_after_eof' into experimental | ghost | |
| 2010-03-02 | lib/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-12 | Merge branch 'bug_411_timeshift_disable_without_live' | ghost | |
| 2010-01-24 | fixes bug #288 | Stefan 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-24 | fixes bug #288 | Stefan 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-22 | another compile fix for bug #411 | ghost | |
| 2010-01-22 | another compile fix for bug #411 | ghost | |
| 2010-01-22 | servicedvb.cpp: compile fix for bug 411 | ghost | |
| 2010-01-22 | servicedvb.cpp: compile fix for bug 411 | ghost | |
| 2010-01-22 | Merge branch 'bug_411_timeshift_disable_without_live' into experimental | ghost | |
| 2010-01-22 | add 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-05 | servicedvb.cpp: fix handling for single IN cut (needed when only the start ↵ | ghost | |
| of a movie is cutted away) | |||
| 2010-01-05 | servicedvb.cpp: fix handling for single IN cut (needed when only the start ↵ | ghost | |
| of a movie is cutted away) | |||
| 2010-01-02 | servicedvb.cpp: small cleanup | ghost | |
| 2010-01-02 | fixed evSeekableStateChanged handling | ghost | |
| 2010-01-02 | fixed evSeekableStateChanged handling | ghost | |
| 2010-01-02 | Merge remote branch 'origin/bug_306_sort_by_date' into experimental | ghost | |
| 2010-01-02 | Merge remote branch 'origin/bug_306_sort_by_date' | ghost | |
| 2010-01-02 | Merge branch 'bug_274_disable_fast_winding_for_non_ts' | ghost | |
