aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/Extensions
AgeCommit message (Collapse)Author
2011-03-02[DVDBurn] start projectx task with command line parameter to ommit ↵Fraxinas
subpicture/ttx stream demuxing, fixes recent RTL recordings crashing (#689)
2011-02-23Merge branch 'bug_673_dvdburn_keyerror'Fraxinas
2011-02-19fix merge error (caused by the vob subtitle bug merge)ghost
2011-02-19Revert "servicedvd.cpp: fix merge error (caused by the vob subtitle bug merge)"ghost
This reverts commit 42f5a704c8bd14f9bac30b61a76effaededc74e8.
2011-02-19servicedvd.cpp: fix merge error (caused by the vob subtitle bug merge)ghost
2011-02-16Merge branch 'bug_124_m2ts_support'ghost
Conflicts: lib/dvb/pmt.cpp lib/service/Makefile.am
2011-02-11Merge remote branch 'origin/acid-burn/bug_670_plugin_restartoption'acid-burn
2011-02-09Merge branch 'bug_570_playback_skip_fixes_and_cleanup_ml_aholst'ghost
2011-02-09[DVDBurn] fix rare crash condition in audio stream cleanup taskFraxinas
2011-02-08Plugins: fix permission of plugin.pyacid-burn
2011-02-07Enigma2-Plugins: implement needsRestart=True for plugins that need a enigma2 ↵acid-burn
restart after installation. refs #670
2011-02-07Enigma2-Plugins: implement needsRestart=False for plugins that don't need a ↵acid-burn
enigma2 restart after installation. refs #670
2011-02-07Merge branch 'bug_440_dvdplayer_audioselection'Fraxinas
2011-01-28DVDPlayer: AudioSelection integration (#441)Fraxinas
2011-01-28DVDPlayer subtitle stream selection through enigma2 AudioSelection dialog (#441)Fraxinas
2011-01-27experimentally enable AudioSelection Dialog for DVDPlayer (#440)Fraxinas
2011-01-27implement native e2 audio and subtitle track selection interfaces to enable ↵Fraxinas
AudioSelection Dialog for DVDPlayer (#440) [needs libdreamdvd update]
2011-01-19use %zd for ssize_t and %zu for size_tAndreas Oberritter
2010-12-20Merge branch 'master' into obi/masterAndreas Oberritter
Conflicts: main/Makefile.am
2010-12-13Merge remote branch 'remotes/origin/bug_620_dvdburn_absolutepaths'ghost
2010-12-03Extensions/DVDPlayer: add ".img" file extension to playable dvd formats. ↵acid-burn
refs #439
2010-11-25DVDPlayer/src/servicedvd.cpp: add possibility to override servicename for ↵acid-burn
played dvd's. DVDPlayer/plugin.py: manually set servicename if playing from a dvd structure on hdd/networkmount. Small useability improvements. refs #439
2010-11-23DVDPlayer: add missing linker flags for libdreamdvdAndreas Oberritter
2010-11-23enable m2ts file extensionghost
2010-11-17get rid off evil absolute paths in dvdburn and nfiflash (fixes bug #620)Fraxinas
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-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: fix `:='-style assignments are not portableAndreas Oberritter
2010-10-15Merge remote branch 'remotes/origin/bug_596_dvdburn_audiotrackorder'ghost
2010-10-14Revert "Revert "disable m2ts support for release 2.6""ghost
This reverts commit e5953c16c3ff3664f0f7a763f242a3eb69fed19d.
2010-10-14Merge remote branch ↵ghost
'remotes/origin/bug_587_new_internally_connectable_and_unsupported_tuner_management'
2010-10-08meta/plugin_graphmultiepg.xml: fix merge conflictacid-burn
2010-10-08fix order and correct association of languages and audio stream files and ↵Fraxinas
set a limit of 8 (fixes bug #596)
2010-10-06Extend AudioSelection width, fix mediaplayer subtitle selection keyFraxinas
2010-10-06[DVDBurn] remove absolut paths for DVD media toolbox console utilities (add ↵Fraxinas
#429)
2010-10-06implement configurable http user-agent (fixes #224)Fraxinas
2010-10-06Merge remote branch 'origin/bug_530_add_dm800se_support'ghost
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-09-21Enigma2-meta: rework plugin meta files and prepare for inclusion into ↵acid-burn
enigma2 translation. Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
2010-09-01[DVDBurn] remove absolut paths for DVD media toolbox console utilities (add ↵Fraxinas
#429)
2010-08-17Playback/Skipping fixes / cleanup by A. Holstghost
* Jumping between marks in the movie, with "<" and ">", doesn't work well when there are cut marks in the movie. Especially jumping backwards will fail if there is a mark in a cut out region that is to be jumped over. (InfoBarGenerics.py, chunks 3 and 4) * Now when rewind works at all platforms also at low speeds, the rewind speeds x2 and x4 should be added again to the default. (UsageConfig.py, chunk 1) * Cleanup some obsolete code: SeekBackHack and non-smooth winding. None of these can be used anymore, but remnants were left in the code and in the configuration alternatives. It is high time to clean these out. (setup.xml, UsageConfig.py chunk 2, InfoBarGenerics.py chunks 1 and 2, DVDPlayer) * In the position gauge of the movie player, marks in the movie are shown as red dots. Long time ago the last position was also shown as a red dot, which was bad because it was confused with the marks, so it was removed. However, jumping between marks in the movie with "<" and ">" also stops at the last position, which is useful e.g. if you don't automatically start playing from the last position. The code below adds the last position back to the position gauge as a green dot, to distinguish it from the red ones. (epositiongauge.cpp) refs bug #570
2010-07-25Softwaremanager: fix potential crash when trying to delete from empty list.acid-burn
Graphmultiepg: fix typo inside metafile. fixes #563
2010-07-20implement configurable http user-agent (fixes #224)Fraxinas
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-06-10add missing dm800se color oled screens. refs #530acid-burn
2010-06-04Extend AudioSelection width, fix mediaplayer subtitle selection keyFraxinas
2010-04-26meta: remove trailing slash from installdirsAndreas Oberritter
2010-03-31[DVDBurn] fix up title list layout and change some more strings (add #316)Fraxinas
2010-03-31[DVDBurn] remove "..." at menu entry stringFraxinas