aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-09Merge branch 'bug_635_timer_sanity_check_speedup'ghost
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-07PluginComponent.py: small cleanupacid-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-02-07Merge branch 'bug_241_EOFrestart'Fraxinas
2011-02-07SoftwareManager: ask for restart after installation inside pluginmanager ↵acid-burn
only if a restart is required. refs #670
2011-02-07PluginSystem: implement new PluginDescriptor option "needsRestart" to define ↵acid-burn
if a plugin needs an enigma2 restart after installation. Now new installed plugins are only direct accessible after installation if needsRestart=False is defined inside the plugins PluginDescriptor. fixes #670
2011-02-05don't use devfs names: /dev/i2c/X -> /dev/i2c-XAndreas Oberritter
2011-02-05don't use devfs names: /dev/vc/0 -> /dev/tty0Andreas Oberritter
2011-02-05don't use devfs names: /dev/mtdblock/6 -> /dev/mtdblock6Andreas Oberritter
2011-02-05don't use devfs names: /dev/fb/0 -> /dev/fb0Andreas Oberritter
2011-02-05Merge branch 'obi/master'Andreas Oberritter
2011-02-04add support/demux policy for dm7020hdghost
2011-01-28no more use proprietary /dev/misc/pvr .. use linux tv api /dev/dvb/adapterX/dvrXmaster-2011.02ghost
this needs new hardware drivers!! fixed bug #672
2011-01-28DVDPlayer: AudioSelection integration (#441)Fraxinas
2011-01-28DVDPlayer subtitle stream selection through enigma2 AudioSelection dialog (#441)Fraxinas
2011-01-28switch to opkgAndreas Oberritter
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-27allow AudioSelection screens for services without ChannelSelection interface ↵Fraxinas
(needed for #440 DVD player AudioSelection)
2011-01-26Merge remote branch 'origin/pootle-import'acid-burn
2011-01-26fix restart of playback after EOF (fixes bug #241)Fraxinas
2011-01-26Revert "fix restart of playback after EOF (fixes bug #241)"Fraxinas
This reverts commit 79f0f14b59c1943261983e92f0b97b9ce7df4bed.
2011-01-26Revert "update messagestring across all languages (ref #241)"Fraxinas
This reverts commit 2af4201b7c72c707d230ae420d9387a98ba47fa7.
2011-01-26update messagestring across all languages (ref #241)Fraxinas
2011-01-26fix restart of playback after EOF (fixes bug #241)Fraxinas
2011-01-26Automatic message catalog updateenigma2-translation-bot
E2 branches: master experimental Plugins : ac3lipsync autoresolution autotimer cdinfo genuinedreambox mytube networkbrowser webinterface Plugins-Meta: description and shortdescription
2011-01-25lib/dvb/epgcache.cpp: fix crash on timer restart after crashghost
refs bug #668
2011-01-19fix ASCII input for SDLAndreas Oberritter
2011-01-19rcsdl: only generate key press events for ASCIIAndreas Oberritter
2011-01-19keymap.xml: add KEY_SPACE for menuAndreas Oberritter
2011-01-19use %zd for ssize_t and %zu for size_tAndreas Oberritter
2011-01-19servicemp3: fix compile error on amd64Andreas Oberritter
2011-01-19picexif: fix buffer overflowAndreas Oberritter
2011-01-19README: add libdreamdvdAndreas Oberritter
2011-01-18Merge remote branch 'origin/acid-burn/bug_608_add_nim_sockets_to_crashlogs'acid-burn
2011-01-13bcm accelerated blit: avoid running out of clut datapieterg
We were passing a hardcoded number of 256 entries to the framebuffer, while the source surface could have a smaller color lookup table. For instance, most dvb subtitle graphics have a palette of only 16 colors. This would cause frequent segfaults.
2011-01-11Merge branch 'obi/master'Andreas Oberritter
2011-01-11Added support for accelerated fill (requires updated drivers)Andreas Oberritter
2011-01-02improve setup summary layoutFraxinas
2010-12-31servicedvb.cpp: remove debug outputmaster-2011.01ghost
2010-12-31epgcache.cpp: typo fixedghost
2010-12-21fixed single pat entry workaround, add delayed "no pat entry" handling to ↵ghost
fix some ts files with incorrect pat on start refs #124
2010-12-21RecordTimer.py: fixed typo (thx to dr.best)ghost
refs #635
2010-12-20add missing importghost
refs #635
2010-12-20TimerSanityCheck.py: ignore ended singleshot timers in timersanity check ↵ghost
(speedup) fixes #635