Page 6 of 10 FirstFirst ... 2345678910 LastLast
Results 51 to 60 of 93

Thread: Enigma2 updates OE 2.0

  1. #51

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,788
    Rep Power
    2484984

    Απ: Enigma2 updates

    4.3.0r29

    - changed some menu PNGs to SVGs
    - some changes needed for external skins because of transition to menu SVGs

    http://git.opendreambox.org/?p=enigma2.git;a=summary

  2. #52

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,788
    Rep Power
    2484984

    Απ: Enigma2 updates

    Enigma2 4.3.1r1

    4.3.1r1
    - video encoder
    - added advanced settings for better quality with same bitrate
    - allow to configure number of B-Frames (0 and 2 is valid)
    - allow to configure number of P-Frames in range 0 .. 14 (only when no GOP length is set)
    - allow to set a GOP Length in range 0 to 65535 ms
    - allow to enable open GOP support
    - allow to enable "new gop on scene change" when no B-Frames are used
    - added more framerates

    - fixed frequently lost root filesystem entry in fstab
    - added/fixed some key mappings for CEC

    - added some basic snr calculation for satip-client (must be supported by the server!)
    - better readable debug output for SEC / frontend
    - switched Durline Dur-DCR5-1-8(L4/K) to Unicable 1 instead of Unicable2/JESS
    - take care of "use increased voltage" settings even for unicable
    - added on-the-fly tuner mode switching between cable/sat/terrestrial on channel change
    - allow to link from tuner A1 to A2 and vice versa
    - transponder searching
    - add and prefer auto modulation handling in manual scan for DVB-C when possible
    - add and prefer auto fec and auto modulation handling in manual scan when possible
    - detect ac3+ audio streams as audio streams in pat scan
    - take care of multi-type tuners in automatic scan

    - skin / OSD
    - fixed skin zPosition reset when none has been given as keyword-arg
    - use triple buffering for smoother osd
    - menu: use 256x256 instead of 24x24 as default size for menu svg's (this fixes heavy upscaling on png->svg fallback)
    - set start-up resolution to 1280x720 to match the default skin
    - add scale-type stretch where needed (PluginBrowser and some other places)
    - implement "color defined borders".
    - instead of "filename=" you can use "color=" and "size=" where size defines:
    - the height for top/bottom
    - the width for left/right and corners
    - corner height is defined by top/bottom height
    - example:
    * <pixmap pos="bpTopLeft" color="#44FF0000" size="10"/> => top left corner, transparent red, 10 pixels wide
    * <pixmap pos="bpTop" color="#4400FF00" size="40" /> => top border, transparent green, height 40 pixels, top corners inherit the height of 40 pixels
    * repeat for all borders or skip what shouldn't be around
    - you can mix pixmap and color based borders
    - color based borders would be painted atop pixmap based borders if both are defined (you could probably apply tinting to neutral and simple pixmaps using that technique)
    - added some options for ePixmap.setScale(...) and scale= in skins, fix code-bugs related to setScale, too (it's no immediate, some broken things have been removed)
    - ePixmap.SCALE_TYPE_NONE: "off" / "none" in skins
    - ePixmap.SCALE_TYPE_ASPECT: "on" / "aspect" in skins
    - ePixmap.SCALE_TYPE_CENTER: "center" in skins
    - ePixmap.SCALE_TYPE_WIDTH: "width" in skins
    - ePixmap.SCALE_TYPE_HEIGHT: "height" in skins
    - fixed redraw after failed mode change in VideoSetup
    - fixed several Widget Animation issues
    - fixed enabling animations when disabled at boot time
    - fixed display animations not working without OSD widget animations being enabled

    - read and use /proc/stb/lcd/colorformat if exists ... only RGB_565_LE and RGB_565_BE are supported yet, RGB_565_BE is default for 16bpp when no proc entry exists..
    http://git.opendreambox.org/?p=enigm...d4bb739d61202e

  3. #53

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,788
    Rep Power
    2484984

    Απ: Enigma2 updates

    Enigma2 4.3.1r5

    4.3.1r1
    enigma2: 4.3.1r5
    * updated all translations to latest pootle (2017-05-18)
    * fixed ATSC DDP (AC3+) detection (IPTV streams)
    * Scan/Tuners
    - fixed DVB-S2 FEC selection in manual scan
    - fixed some issues with DVB-S2 MIS/PLS code/mode handling
    - show auto FEC, auto modulation, PLS, MIS settings in satfinder and positioner setup
    - don't show DVB-S2 PLS/MIS settings/infos when the tuner does not support it
    - fixed tuning on APSK16/32 transponders in some cases
    - fixed DVB-T(2) 5V handling for combo tuners
    - added "rotor turning speed in degree" option for motor-driven antennas
    and use it for blindscan (to avoid foreign sat locks)
    - allow the same service on different frequencies for DVB-T(2)
    (for regions with multiple transmitters in reach)
    - PositionerSetup: fixed crash when no transponder is tuned
    * CeC: added very tiny vendor handler for Philips
    * Movie Player: added a minimum treshold before we consider resuming playback (configurable)
    * fixed broken IPv6 manual configuration
    * fixed database based cover arts not showing up in MediaCenter/Audio
    * fixed crash in MediaCenter/Video when switching between movies quickly (need some feedback on this)

    For Developers:
    * eServiceReference: fixed some issues with parsing of additional headers
    * stop generating and using the index-**** files in favor of building a full index on (softwaremanager) startup based on all available plugin **** files
    - fixes issues with "external" plugins in extension manager
    http://git.opendreambox.org/?p=opend...1c9a091353d98e

  4. #54

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,788
    Rep Power
    2484984

    Απ: Enigma2 updates

    enigma2: 4.3.1r10

    enigma2: 4.3.1r10
    - fixed motor turning when one tuner is configured to "secondary cable of motorized lnb" (broken since 4.3.1r9
    - DBusInterfaceProxy: close player on stop
    - developer stuff
    - fixed removeNotifier for final notifiers
    - small startwizard fix
    http://git.opendreambox.org/?p=enigm...a122ad65d7ca2c

  5. #55

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,788
    Rep Power
    2484984

    Απ: Enigma2 updates

    Update 08/08/20017

    enigma2: 4.3.1r13
    - use colon as hour delimiter instead of a single point in multiepg
    - multiepg fixes
    - removed unneeded and not working combo pls scrambling support in single transponder service scan screen
    - dont seek twice to position 0 on start of ts playback
    - updated translations
    - added support for some new jultec jess switches
    http://git.opendreambox.org/?p=enigm...d3bfb0055772b6

  6. #56

    Re: Απ: Enigma2 updates

    hi , bonjour , good morning all
    thanks for the r13 , but when i followed this link , i find too :
    http://git.opendreambox.org/?p=enigm...36e72fd1186272
    r15
    thanks a lot

  7. #57

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,788
    Rep Power
    2484984

    Απ: Enigma2 updates

    Update enigma2: 4.3.1r18


    - some changes for dm920 support
    - more tuner score calculation fixes for multi channel / multi input tuners (e.g. BCM45208)
    - tuner score calculation fix for motorized dishes
    - add support to display used tuner inputs and currently active tuner input in skins and use it for the default skin infobar
    - fixed osd screenshots showing backbuffer content

    http://git.opendreambox.org/?o=age

  8. #58

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,788
    Rep Power
    2484984

    Απ: Enigma2 updates

    Update enigma2: 4.3.1r20


    - fixed wrong tuner score calculation when a motor is in use and transponder is changed from a satellite in the east- to the westhemisphere or vice versa
    - allow cable blindscan for Si2169D based tuners .. its not needed to select a cable provider in tuner configuration
    - use auto delivery system for terrestrial scan with Si2169D based tuners
    - take care of multistream capability when calculate frontend allocation score

    http://git.opendreambox.org/?p=enigma2.git;a=summary

  9. #59

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,788
    Rep Power
    2484984

    Απ: Enigma2 updates

    4.3.1r21

    - Fixed crash when there are empty tuner slots
    - Fixed some satellite blindscan issues
    - Updated default TV Favorites
    - Fixed occasional crash on enigma2 shutdown
    - Updated translations
    - Added Default-FHD skin
    - Updated HbbTV to 1.5 (some of the APIs only have stub-implementations) and fix several issues (for example Pro7/Sat1 does work properly now)
    - Added experimental HTML5 Video support to the browser
    - Added central "Maximum stream resolution" setting to System/Customize (used by latest tubelib)
    - Removed MediaCenter from extensions menu (it's on the main menu)
    - For Developers
    - Allow use of eFileWatch from python
    - Added setSuburi(uri) to eServiceReference, allowing to set an explicit "subtitle" uris. This uri can also contain audio.
    http://git.opendreambox.org/?p=enigma2.git;a=summary

  10. #60

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,788
    Rep Power
    2484984

    Απ: Enigma2 updates

    4.3.1r22

    - fixed invisible lists in wizards
    - fixed some menu icon paths
    - fixed crash when CI is used.
    http://git.opendreambox.org/?p=enigma2.git;a=summary

Page 6 of 10 FirstFirst ... 2345678910 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Enigma2 updates OE 2.6
    By korn in forum ..Περί Dreambox Enigma2
    Replies: 1
    Last Post: 25-04-23, 09:43
  2. Enigma2 updates OE 2.5
    By korn in forum ..Περί Dreambox Enigma2
    Replies: 0
    Last Post: 26-10-21, 09:49
  3. Replies: 0
    Last Post: 31-10-14, 21:10
  4. DM8000 no updates ?
    By clweb in forum SatDreamGr Images Chat
    Replies: 2
    Last Post: 01-10-14, 09:54
  5. OpenPLi Updates...
    By athoik in forum ..Περί Dreambox Enigma2
    Replies: 5
    Last Post: 02-09-13, 20:42

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •