Angepinnt Änderungen Enigma2 (OE2.0) seit Januar 2014

Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

  • Änderungen Enigma2 (OE2.0) seit Januar 2014

    git.opendreambox.org/?p=enigma…f12eeb61386b08f69953ead9d

    Brainfuck-Quellcode

    1. Fri, 14 Feb 2014 23:28:37 +0100 (23:28 +0100)
    2. enigma2 20131118 (master) -> 20140214 (master)
    3. ----------------------------------------------
    4. - devicemanager changes
    5. - added "eject" option to devicemanager to allow for safe removal of harddiscs/storage devices
    6. - removed duplicate choices in storage device hotplug popup
    7. - fixed occasional failure when trying manually mount a storage device
    8. - fixed crashes like: "/usr/lib/enigma2/python/mytest.py", line 133, in <module> config.misc.prev_wakeup_time = ConfigInteger(default=0)
    9. ValueError: invalid literal for int() with base 10: '1382275925.84'"
    10. - added handling for invalid system time when bootup to standby
    11. - added translations for months and days (thanks to merlin team)
    12. - add changes needed since default ConfigPIN is 0000
    13. - small mediaplayer position query fix
    14. - fixed memory leak on ts streaming from network sources
    15. - dont lookup other transponder SDT during service scan by default, add a (expert) config option to reenable it (imho its needed for dish network scan only... but breaks service descriptions on some other satellites)
    16. - fixed possible crash on enigma2 shutdown/restart
    17. - teletext subtitles changes by Arvo Järve (thanks for that!)
    18. - add fallback handling to detect subtitle language for providers which not correctly implement the national option subset in the page header
    19. (fixes subtiles on some baltic countries)
    20. - added cyrillic charsets
    21. (e.g. fixes teletext subtitles on russian services)
    22. - new skin option: progress_pointer
    23. for using a horizontal pixmap-progressbar with a different ending (e.g. -------------------------O)
    24. I am using ePositionGauge for that scenario and taking care of the size of the special picture-ending
    25. usage:
    26. <widget backgroundColor="background" progress_pointer="Vali.HD.warp/pgpointer.png:13,0" position="90,674" render="PositionGauge" size="880,13" source="session.Event_Now" transparent="1" zPosition="9" >
    27. <convert type="EventPosition">Gauge</convert>
    28. </widget>
    29. --> the attrib of the bitmap is the size of the special ending, that means for the example that the ending of the pixmap with the special graphic has a width of 13 pixel.
    Alles anzeigen


    git.opendreambox.org/?p=enigma…856e0ac882f475686080854d8

    Brainfuck-Quellcode

    1. Wed, 19 Feb 2014 17:58:15 +0100 (17:58 +0100)
    2. enigma2 20140214 (master) -> 20140219 (master)
    3. ----------------------------------------------
    4. - finally fixed baltic teletext subtitles
    5. - added usage config entry to switch back to old teletext subtitle charset selection
    6. - some small changes to improve list displaying with hd skins (thanks to zombi)


    git.opendreambox.org/?p=opendr…0c8e2b80952898e9a07caf838

    Brainfuck-Quellcode

    1. Fri, 14 Mar 2014 02:09:09 +0100 (02:09 +0100)
    2. enigma2 20140219 (master) -> 20140314 (master)
    3. -----------------------------------------------
    4. - updated translations
    5. - added some audio/video type extensions


    git.opendreambox.org/?p=opendr…ac7ca67ecd551fbd9fe357aab

    Quellcode

    1. Thu, 20 Mar 2014 17:40:22 +0200 (16:40 +0100)
    2. enigma2: add gstreamer ffac aac decoder to rdepends to decode non LC profile AAC streams


    git.opendreambox.org/?p=opendr…6e6fd7c2deca667c21dd04811

    Quellcode

    1. Sun, 6 Apr 2014 20:17:39 +0200 (20:17 +0200)
    2. enigma2: small datetime converter fix


    git.opendreambox.org/?p=opendr…a205f91a48c0970b4f1c518bc

    Quellcode

    1. Tue, 22 Apr 2014 19:03:16 +0200 (19:03 +0200)
    2. enigma2: HdmiCec: broadcast system standby instead of sending it only to the tv (fixes AVR's not turning off)


    git.opendreambox.org/?p=opendr…501f93da17a0b73ae47ddc310

    Quellcode

    1. Mon, 26 May 2014 14:52:55 +0200 (14:52 +0200)
    2. enigma2: fixed possible crash on hardisk init, allow ext4 filesystem check


    git.opendreambox.org/?p=opendr…cfb5119c09f655bce2d186613

    Quellcode

    1. Mon, 26 May 2014 14:54:53 +0200 (14:54 +0200)
    2. enigma2: add missing patch


    Änderungen an Treibern: dreambox-dvb-modules since oe 2.0
  • git.opendreambox.org/?p=opendr…3060c86b93a3ae15e52ae83ed

    Brainfuck-Quellcode

    1. Tue, 17 Jun 2014 00:33:27 +0200 (00:33 +0200)
    2. enigma2 20140314 -> 20140616
    3. ----------------------------
    4. - correctly apply AC3/PCM delay on mediafile play (MKV, MP4....)
    5. - small datetime converter fix
    6. - HdmiCec:
    7. - broadcast system standby instead of sending it only to the tv (fixes AVR's not turning off)
    8. - impelment basic volume punchthrough
    9. - add hack for not working CEC poweroff on strange TVs not provides a EDID when powered off
    10. - fixed possible lost cec commands on enigma2 shutdown
    11. - fixed possible crash on harddisk re-init, allow fsck for ext4 (thx to jophi)
    12. - re-read .cuts file during playback when needed (e.g. record stopped)
    13. dont overwrite .cuts file on record stop... just append event markers
    14. see http://www.dream-multimedia-tv.de/board/index.php?page=Thread&threadID=18468&pageNo=1
    15. - added US_ULTRA and US_JUMBO band to cablescan
    16. - add needed changes for current DVB-C tuner transponder search tools
    17. - fixed crash (TYPO) on mute press (delete) on end of textfield
    Alles anzeigen


    git.opendreambox.org/?p=opendr…a17d4c1bc522263ed59d30bb3

    Quellcode

    1. Tue, 17 Jun 2014 00:33:33 +0200 (00:33 +0200)
    2. enigma2: fixed small typo
  • git.opendreambox.org/?p=opendr…c1f931c1fa41afc1755f3bdc5

    Brainfuck-Quellcode

    1. Tue, 24 Jun 2014 20:35:00 +0200 (20:35 +0200)
    2. enigma2 20140616 -> 20140624
    3. ----------------------------
    4. - Use the setting "Automatic wakeup from standby for zap timer" for idle mode, too
    5. - Hbbtv: fixed playback of zdf video streams
    6. - Fixed possible crashes on enigma2 start
    7. - Reworked .cuts file handling to work properly on network storage
    8. (and fixed possible crashes during recordings)


    git.opendreambox.org/?p=opendr…3eef198e35869bf2980478be1

    Quellcode

    1. Fri, 27 Jun 2014 18:05:08 +0200 (18:05 +0200)
    2. enigma2: fixed hbbtv browser user agent handling
    3. (really fixes ZDF video stream playback)
  • git.opendreambox.org/?p=enigma…85687f47ba74e38c06d571c09

    Brainfuck-Quellcode

    1. Wed, 24 Sep 2014 23:21:11 +0200 (23:21 +0200)
    2. enigma2 20140624 (4.0) -> 20140924 (4.0)
    3. ----------------------------
    4. - show "Rotor is exclusively controlled by this dreambox" only when diseqmode 1.2 is selected
    5. - small pip handling fix
    6. - fixed tuner internally connectable handling
    7. - small twisted reactor fix
    8. - fixed config element changed detection
    9. - dont allow to select listbox entries out of range
    10. - fixed possible deadlock on skip forward/backward on media playback with subtitles
    11. - fixed dvb-c fec 8/9
    12. - better browser user agent fix
    Alles anzeigen
  • git.opendreambox.org/?p=enigma…bb48805f0a20fb23a5e332351

    Brainfuck-Quellcode

    1. Mon, 5 Jan 2015 16:12:21 +0100 (16:12 +0100)
    2. enigma2 20140924 (4.0) -> 20150105 (4.0)
    3. ----------------------------------------
    4. - auto-fallback for some shoutcast mp3 webradio servers which are unhappy with HBBTV_USER_AGENT string
    5. (fixes GStreamer plugin text/html decoder not avaliable!)
    6. - ignore SDT caids when the service already have caids assigned (fixes a CI support bug)
    7. - only add 0x0000 caid as "scrambled by sdt indicator" when no other caid exists on this transponder
    8. - fixed another possible deadlock on skip forward/backward on mediafiles
    9. - fixed crash on change servicelist style after use another ServiceList instance...
    10. - fixed blindscan constellation display
    Alles anzeigen
  • git.opendreambox.org/?p=opendr…3d16c66f4d6481257fe102729

    Quellcode

    1. Mon, 9 Mar 2015 20:08:49 +0100 (20:08 +0100)
    2. enigma2 20150105 -> 20150309
    3. - fixed possible crash after radio mode usage
    4. - fix parental control for recordings (check original service)
    5. - fixed renderText RT_VALIGN_BOTTOM
    6. - fixed filemonitor deadlock (unused)
    7. - fixed some false positive "FATAL!: addTimer must be called from thread ..." crashes
    8. - add changes to allow unicode characters from keyboard (e.g. german umlauts)
    9. - fixed possible "rave record buffer overflow" messages which can cause block artifacts in recordings
    10. - hopefully fixed broken timer autoincrease handling
    11. - fixed possibility to rename services in channelselection
    12. - fixed eConsoleAppContainer process zombies
    13. - add possibility to reset the multicontent buildfunc to none..
    14. - fixed tuner slot descriptions for tuners configured to loopthrough, equal or sat pos dependsallow unicode characters from keyboard
    Alles anzeigen
  • git.opendreambox.org/?p=opendr…9da74b5e5962bd4e36bfdf6bc

    Quellcode

    1. Fri, 12 Jun 2015 14:11:46 +0200 (14:11 +0200)
    2. enigma2 20150316 -> 20150528
    3. - allow templated colors for multicontent progress
    4. - added support for si2166b dual tuner
    5. usable in dm7020hd, dm800se, dm800sev2 with drivers >= 20150612
    6. - fixed translations for tuner setup
    7. - fixed tuner can measure power detection
  • git.opendreambox.org/?p=opendr…ba296931dec6f47ff9991a665

    Quellcode

    1. Wed, 2 Dec 2015 13:07:44 +0100 (13:07 +0100)
    2. enigma2 20150528 -> 20151202
    3. - fixed H264 video detection of some TV services (sometimes AC3 descriptors are sent on the videopid?!?.... ignore this for now)
    4. - CommonInterfaceAssignment: dont crash when no accessible CI is available
    5. - allow to override broken transponders (same TSID/ONID combinations) via /etc/enigma2/scan_tp_valid_check.py again
    6. - DVDPlayer
    7. - reset the in_menu state on service stop (fixes buttons not working on next service start .. probably after choosing another iso file or dvd folder via filebrowser)
    8. - small fixes (from go4dream)
    9. - unicable.xml: add Spaun SUS5581/33NF models (thx to Uenz)
    10. - PicturePlayer: allow to disable the pictureplayer border to allow unscaled pictures up to skin resolution
    11. useful for displaying test images to optimize sharpness, contrast, brightness settings)
    12. - set http timeout for servicemp3 streaming to 30 seconds
    13. - delay playService requests until the ChannelSelection is fully initialized
    14. - fixed hbbtv video download
    15. - added si2166b blindscan support
    16. - added use SCPC search range option for si2166b tuner
    17. - show correct nim slot descriptions in infobar and serviceinfo dialog (A1/A2/B1/B2) skin must support this!!
    18. - optimized speed of servicescan without NIT a bit
    19. - small dvdplayer fixes (from go4dream)
    Alles anzeigen
  • git.opendreambox.org/?p=opendr…ace9608172c107db909c176f4

    Quellcode

    1. Wed, 30 Dec 2015 20:09:56 +0100 (20:09 +0100)
    2. enigma2 20151202 -> 20151230
    3. - dvbnamespace is now always 0xFFFF0000 for DVB-C and 0xEEEE0000 for DVB-T (compatible with OE2.2)
    4. - fixed possible crashes / endless loops on title change in mediaplayer
    5. (introduced in 20151202 tarball)
    6. - fixed possible crashes on try to play unaccessible mediafiles
    7. - fixed possible deadlock caused by media subtitles
    8. - fixed audio/subtitle selection on movie playback with players opened via mainmenu
    9. - better compatibility with external plugins which patches the ChannelSelection
    10. - fixed crash on non driver based cable transponder search
    Alles anzeigen


    git.opendreambox.org/?p=opendr…038025c0b213978bbb9fa9330

    Quellcode

    1. Thu, 31 Dec 2015 00:10:14 +0100 (00:10 +0100)
    2. enigma2: fixed binary compatibility with closed source plugins again (broken in 20151230)
  • git.opendreambox.org/?p=opendr…2cbe5f6b97590e7f73a56fb07

    Quellcode

    1. Mon, 13 Jun 2016 19:43:20 +0200 (19:43 +0200)
    2. enigma2 20151231 -> 20160612
    3. - allow to change text subtitle blackbox transparency for teletext subtitles
    4. - fixed possible timer sanity check false positives
    5. - fixed possible crash in CommonInterfaceAssignment plugin
    6. - manual service scan:
    7. - always use QPSK Modulation when DVB-S is selection in manual scan
    8. - moved satellites selection to first position
    9. - extend blindscan search ranges by +/- 50Mhz for silabs tuner.. its needed because of the internal algo..
    10. - added workaround for a driver bug in silabs driver blindscan
    11. - moved modulation before fec
    12. - fixed blindscan for C-Band
    13. - faster service scan (shorter SDT timeout)
    14. - misc/dev stuff
    15. - enable twisted threads support
    16. - backported Tools/Log functions from DreamOS
    17. - allow arbitrary user-agent for HTTPProgressDownloader
    18. - fixed return value of getInfoObject function for non ts media files
    Alles anzeigen


    git.opendreambox.org/?p=opendr…bbd00c93206f982e10e041bf5

    Quellcode

    1. Thu, 16 Jun 2016 19:17:22 +0200 (19:17 +0200)
    2. enigma2 20160612 -> 20160616
    3. - fixed possible crash when seeking forward/backward in media files without subtitles (or internet streams)
    4. - changed size of config entry progressbars
    5. - fixed internal log support