v17 LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)
New LibreELEC.tv Krypton build #0611: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.6.2 #1 Sat Jun 11 23:05:17 BST 2016 armv6l GNU/Linux

# vcgencmd version
Jun  8 2016 16:12:00
Copyright (c) 2012 Broadcom
version 1c8638223821fe0ed16e20bd8e948b6cc037fa4a (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160611230409-#0611-gec2a5d2 [Build #0611]

# vcdbg log msg 2>&1 | grep DTOK
002474.924: Kernel trailer DTOK property says yes

# Kernel device tree status: Enabled

Based on tip of LibreELEC.tv master (ec2a5d29, changelog) and tip of XBMC master (2229bcdb, changelog) with the following modifications:
  • Includes newclock5 patches
  • Excludes the LibreELEC linux-01-RPi_support patch in favour of sourcing these and possibly more recent patches directly from kernel branch rpi-4.6.y
  • Includes latest bcm2835-driver master (9cd62e61)
  • Includes latest kodi-platform master (c8188d82)
  • Includes latest libcec master (6d68d212)
  • Includes latest libnfs master (cdd1643c, ahead +28)
  • Includes latest p8-platform master (041a8c6c, ahead +1)
  • Includes latest addons: adsp.basic (2ae604e5), adsp.biquad.filters (01236bbe), adsp.freesurround (34f50406), asplib (da66f517), inputstream.mpd (3ac19c39, +15), inputstream.smoothstream (32275717), peripheral.joystick (2db8029e), pvr.argustv (5f48dcec), pvr.demo (0fa9e1d0), pvr.dvblink (a92f1264), pvr.dvbviewer (3d0bea9a), pvr.filmon (8743511d), pvr.hdhomerun (b5ce9309), pvr.hts (acd1a6ac), pvr.iptvsimple (7a5a43f8), pvr.mediaportal.tvserver (172a273c), pvr.mythtv (e2b60252), pvr.nextpvr (150698b7), pvr.njoy (b5d65655), pvr.pctv (feed5990), pvr.stalker (fb24eda2), pvr.vbox (c6594819), pvr.vdr.vnsi (5498a8c1), pvr.vuplus (ea3b33f6), pvr.wmc (77af8daf)
  • Include [env] e7cbe9cb: xf86-video-intel: Explicitely disable TearFree and TripleBuffer
  • Include [env] ed774729: Intel: Implement Passthrough-Range
  • Include [env] 98c65e6a: Kodi: Use Limited Range by default
  • Include [env] patch: xf86-video-intel: bump to 3fafabe
  • Include [env] patch: Add extra headers needed by 3D BD MVC
  • Include [env] patch: mesa: update to 12.0.0-rc1
  • Include [env] patch: Bump libbluray - include MVC support
  • Include [env] patch: HACK: Disable multiple PVR addons during migration. Always enable inputstream.*, os.* and peripheral.*
  • Include [env] patch: Add experimental splash video for RPi
  • Include [env] patch: Enable pvr addons, disable pvr updates
  • Include [env] patch: Enable other binary addons
  • Include [env] PR:412: splash: Stop blanking splash too early in RPi boot sequence
  • Include [env] PR:431: Revert "Merge pull request #136 from lrusak/modesetting"
  • Include [env] PR:432: build: start using .libreelec-unpack
  • Include [env] PR:433: libreelec: use build project directory for ccache
  • Revert [env] 46b9b7b3: rtmpdump (Reason: use newclock5 bump)
  • Include [pkg] patch: drm/i915: Extend Fake HDMI live status to Valley View (linux)
  • Include [pkg] patch: [skin.estuary] Hide watched items on home (kodi-theme-Estuary)
  • Include [pkg] patch: CSC: Remove average logic when saving NV12 surface on IVB+ (VAAPI fix) (libva-intel-driver)
  • Include [pkg] PR:8645: [video] Add season/TV show artwork to episodes/seasons even if they have their own fanart.
  • Include [pkg] PR:8824: videodb: fix smart playlists not honoring "Show empty TV shows" setting.
  • Include [pkg] PR:8922: [guiinfo] extend ranges for listitem properties
  • Include [pkg] PR:9803: [PeripheralCecAdapter] fix playback stopping on screensaver deactivated
Build Highlights:
  1. VideoPlayer and DMA fixes
Build Details:
  1. LibreELEC.tv:
    • Fix digital audio crackling when playing music on non Kodi based setups. (PR:408, 1 commit, 1 file changed)
  2. XBMC:
    • added: allow input streams to register for protocol types (PR:9945, 1 commit, 2 files changed)
    • VideoPlayer: fixes for refresh rate switching (PR:9942, 2 commits, 6 files changed)
    • changed: get rid of FileReaderFile (PR:9940, 1 commit, 8 files changed)
    • [android] revert 54f9c50572fe540cc754538f6e93e6a87a8552fd since we no… (PR:9912, 1 commit, 3 files changed)
    • [addons] add origin tracking (PR:9910, 1 commit, 9 files changed)
    • [cmake/osx] Fix build after renaming 'darwin' to 'osx' (PR:9951, 1 commit, 13 files changed)
    • [python-api] - some additions & cleanup (PR:9842, 4 commits, 6 files changed)
    • changed: get rid of PlayListPlayer include in Application.h (PR:9947, 1 commit, 12 files changed)
    • [cmake] Fix GenerateVersionedFiles (PR:9953, 1 commit, 1 file changed)
  3. newclock5:
    • New commits in this build:
      • Fix used input and output buffer sizes inside CActiveAEDSPProcess:Tonguerocess(...) (7bb59ca9)
      • Use valid speaker layout for output buffer (7d8c77f2)
      • TODO fix synchronization with VideoPlayer (eeeb9226)
      • Fix --player=omxplayer needs (5f4b116b)
      • Revert "VideoPlayer: drop obsolete irFpsScale" (dad25ea5)
      • Revert "fixed fps rate on startup" (38fb19da)
      • Revert "VideoPlayer: drop remaining rfpsscale hack" (160c68b1)
      • rendering: Always call Flip but don't sleep when playing video (005bc83f)
    • Commits no longer in build:
      • VideoPlayer: Handle lost display with pause/resume (2510fada)
      • VideoPlayer: do not calc framerate in stalled state (178e2bb9)
      • Revert "VideoPlayer: set 10ms threshold for DISCONT error adjustments" (240c6f57)
  4. kernel 4.6.y:
    • New commits in this build:
      • dmaengine: bcm2835: Fix polling for completion of DMA with interrupts masked. (635503ed)
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.


Messages In This Thread
RE: LibreELEC Testbuilds for RaspberryPi (Kodi 17.0) - by Milhouse - 2016-06-12, 16:06
RPi2: no DV-codec? - by bubi - 2016-07-10, 10:30
DV-video not working - by bubi - 2016-07-15, 19:48
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 17.0)19