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

Code:
# uname -a
Linux rpi512 4.6.2 #1 Sat Jun 18 21:27:37 BST 2016 armv6l GNU/Linux

# vcgencmd version
Jun 13 2016 13:25:19
Copyright (c) 2012 Broadcom
version 625ddc17506de68faffed80e656109b206905fc0 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20160618212631-#0618-gf481b3d [Build #0618]

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

# Kernel device tree status: Enabled

Based on tip of LibreELEC.tv master (f481b3d2, changelog) and tip of XBMC master (7a3b106e, 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 (fdbca29d, ahead +1)
  • 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 (77af35f9, +18), inputstream.smoothstream (99b9c3c3, +1), 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: binary-addon: inputstream.rtmp
  • Include [env] patch: Add extra headers needed by 3D BD MVC
  • 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: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:26: fix save button in network config (service.libreelec.settings)
  • Include [pkg] PR:27: allow using custom update channels (service.libreelec.settings)
  • 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
  • Revert [pkg] PR:9999: [CHG] Settings - Library: groupings (reason: breaks newclock5)
Build Highlights:
  1. ADSP commits added to newclock5 branch
  2. inputstream.mpd updates
Build Details:
  1. LibreELEC.tv:
    • chromium: enable build from clean (PR:460, 1 commit, 1 file changed)
    • hyperion: update to d2f4725 (PR:446, 3 commits, 6 files changed)
    • mono: create addon (PR:404, 5 commits, 14 files changed)
  2. XBMC:
    • [depends] remove libmodplug as it's now a binary add-on (PR:9995, 1 commit, 2 files changed)
    • [lang] handle disabled language addons in migration (PR:9969, 1 commit, 2 files changed)
    • Fix misc compiler warnings. (PR:9998, 1 commit, 4 files changed)
    • [CHG] Settings - Library: groupings (PR:9999, 2 commits, 2 files changed)
  3. inputstream.mpd:
  4. newclock5:
    • New commits in this build:
      • Move entire source code from "xbmc/cores/AudioEngine/DSPAddons/" to "xbmc/cores/AudioEngine/Engines/ActiveAE/AudioDSPAddons" (09bd0c5f)
      • Adapt include paths to new structure (e4415afb)
      • Adapt build files (TODO: changes for XCode) (88d0d86b)
      • Remove compiler error (92bfd9c5)
      • Update XCode after move of entire source code (fe172332)
      • - added moved files to ios target in xcode project (fe70613b)
      • Equal placed for AudioDSP settings in video- and music OSD (67b58c80)
      • Use correct output format in ActiveAEBuffer and correct spellings (8552fbe0)
      • Move FFMPEG converter array defines to cpp file and use them in CActiveAEDSPProcess:Tonguerocess(...) (5656aa66)
      • Replace channel flag if's with loops and simplify SetFFMpegDSPProcessorArray(...) (0f75d090)
      • Add optional cout and debug log messages with #ifdef ADSP_COUT_DEBUG_OUTPUT (dbd4b4d2)
      • Delete all buffers when the buffer pool gets recreated (86fbfb24)
      • Use same timestamp and pkt_start_offset as the input buffer (1bd425af)
      • AudioDSP is not allowed to change the audio format without notifying ActiveAE (4da04b3d)
      • Currently AudioDSP has the same amount of input frames as output frames, which results in zero delay (55c19e60)
      • Add input and output AudioDSP format variables (7eff288b)
      • Use one member variable for the output format (398c3e82)
      • Deleting NULL pointer is safe (57ceddf9)
      • Use correct frame sizes for FFMPEG format conversion functions (af13783e)
      • Set FFMPEG converter array to NULL (d3ca8ca6)
      • Use correct array pointers for internal resampler (6fc367a4)
      • Fix FFMPEG channel index mapping (b44d3c5c)
      • Use https://github.com/AchimTuran/repo-binary-addons for binary add-on builds (0fafe28d)
      • Added jom 1.1.0 and ninja 1.7.1 build tools (c1e36ee9)
      • Build add-ons with jom to speed up the windows binary add-ons builds (5496be59)
    • Commits no longer in build:
      • Fix used input and output buffer sizes inside CActiveAEDSPProcess:Tonguerocess(...) (9e203c91)
      • Use valid speaker layout for output buffer (0532f857)
      • TODO fix synchronization with VideoPlayer (7e15cbb0)
      • fixup! mmal_codec: Use EOS through codec to determine drain is complete (f00db273)
      • fixup! mmal_codec: Use EOS through codec to determine drain is complete (7881c09f)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Reverted: [pkg] PR:9999: [CHG] Settings - Library: groupings (reason: breaks newclock5)
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-18, 23:37
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