v18 LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)
New LibreELEC.tv Leia build #0514: RPi / RPi2
(Supercedes previous build)

Code:
# uname -a
Linux rpi512 4.11.0 #1 Sun May 14 21:05:05 BST 2017 armv6l GNU/Linux

# vcgencmd version
May  4 2017 16:00:32
Copyright (c) 2012 Broadcom
version 809412fa5f5f7d88833e076d71dc329367441601 (clean) (release)

# lsb_release
LibreELEC (Milhouse) - Version: devel-20170514210359-#0514-gb2ec183 [Build #0514]

# Kodi version
(18.0-ALPHA1 Git:61e98fd). Platform: Linux ARM 32-bit

Based on tip of LibreELEC.tv master (b2ec183d, changelog) and tip of XBMC master (71e187a4, changelog) with the following modifications: Build Highlights:
  1. Merge changes from vpupdates branch
  2. Fix rendering of Kodi splash (not pushed in time for #0513)
  3. Fix "inprogresstvshows" (thanks @kafisc, @Soulplayer, @Koying)
  4. Fix libnfs use-after-free (introduced in #0510)
  5. Fix Samba service breakage (Samba may need to be re-enabled in LE Settings)
Build Details:
  1. LibreELEC.tv:
    • vdr-addon: update addon (PR:1510, 1 commit, 5 files changed)
  2. XBMC:
    • video player updates (PR:11946, 63 commits, 166 files changed)
    • [depends][darwin] configure: remove special tarballs dir & nativeprefix (PR:12017, 3 commits, 8 files changed)
    • [Android] SecureDecoder: cleanup / readability (PR:12087, 1 commit, 1 file changed)
    • FIX: [videodbFS] missing "inprogresstvshows" case (PR:12088, 1 commit, 1 file changed)
    • FFmpegImage: Transition to new ffmpeg 3.2+ API (PR:11965, 1 commit, 2 files changed)
    • Fix seeking for pts values larger than max_int (PR:12086, 1 commit, 1 file changed)
    • [windows] retry download depends & vcredist if it fails (PR:12078, 1 commit, 2 files changed)
    • DVDVideoCodecFFmpeg: Consistency fixes (buildsys rework in progress) (PR:12090, 1 commit, 1 file changed)
    • VideoPlayer: lost commit, change in shaders (8405bbf2)
  3. inputstream.adaptive:
  4. newclock5:
    • New commits in this build:
    • Commits no longer in build:
      • bump ffmpeg to 3.3 (b48a1b56)
      • cmake: bump ffmpeg to 3.3 (c2b87fe6)
      • ffmpeg options: drop enable-memalign-hack (a6f36753)
      • VideoPlayer: API changes for video codecs (f51f4038)
      • VideoPlayer: API changes for audio codecs (56814a0a)
      • VideoPlayer: distinguish between render and shader formats (8a6e2529)
      • VideoPlayer: API changes to stream players (580dabee)
      • VideoPlayer: demuxer updates (2954750a)
      • VideoPlayer: audio codec updates (f952d5fb)
      • VideoPlayer: video codec updates (2df7293e)
      • linux: vaapi, vdpau updates (69fbfb1c)
      • windows: dxva adaptions (309680c7)
      • osx: vtb adaptions (fda3e053)
      • VideoPlayer: codec factory updates (69f72830)
      • VideoPlayer: rendering updates (95ccbb64)
      • VideoPlayer: player updates (495a618d)
      • VideoPlayer: add crypto fields to memuxer (ecbc5963)
      • VideoPlayer: overlay updates (ca29fa94)
      • VideoPlayer: subtitle updates (bf7036da)
      • linux: vaapi, vdpau render adaptions (822bac1d)
      • VideoPlayer: shader updates (b87bcdde)
      • PAPlayer: adapt to codec changes (5b1b5f25)
      • addon InputStream: drop bandwidth (9bde307b)
      • RetroPlayer: adapt to VP updates (8c377ddb)
      • windows: adapt dxva renderer to videoPicture (1ab9b417)
      • osx: adapt vtb renderer to videoPicture (579c83f7)
      • VideoPlayer: shader updates - fixup gles (21b7af56)
      • OMXPlayer: Fixup to new API (09ce8b8f)
      • MMALCodec: Fixup to new API (467f1a37)
      • MMALFFmpeg: Fixup to new API (fff9d837)
      • MMALRender: Fixup to new API (ed640b1d)
      • PixelConverterRBP: adapt to VP updates (ed944275)
      • MMAL: Remove periodic prime calls and handle from buffer destructor (920d980e)
      • squash: windows: dxva adaptions (f874c9a1)
      • squash: VideoPlayer: rendering updates (cc2c7554)
      • squash: VideoPlayer: shader updates (83ec4d55)
      • New API / Crypto (f5672bb2)
      • New API / Crypto (cleanup) (77bd9cb4)
      • New VP interface (d5c102ba)
      • VideoPlayer: fix demux queue (d20eb9aa)
      • add missing files (aeff8f30)
      • Initialize m_codec (ceffec19)
      • VideoPlayer: Fix error due to bad cast (73d44f89)
      • VideoPlayer: Fix compiler warnings (8d564248)
      • VideoPlayer: Fix bad cast in DVDAudioCodecFFmpeg.cpp (63372ef1)
      • don't request for secure decoder if stream is unencrypted (2e0c8f4e)
      • VideoPlayer: Fix gcc compiler warning (12b8e689)
      • VideoPlayer: Remove unused function (e4a66160)
      • VPV: do not open on streams with missing extradata (98a7ef5a)
      • VideoPlayer: demuxClient - hide video streams with no extradata (82e2d501)
      • VideoPlayer: fix hang on stop (2d621c33)
      • adapt VTB renderer to VideoPicture (e2f3bfea)
      • windows: rename fmpeg_options to ffmpeg_options (b2a771a2)
      • mpeg2 Bitstream Converter (c1507ac1)
      • BitstreamConverter::mpeg2 fix double -> int (39d158a4)
      • Mediacodec buffer handling fixed (0708ae7c)
      • VideoPlayer: better calculation of starttime (99855313)
      • Remove ClearPicture from VPV and all Codecs (462799f6)
      • remove MediaCodec::ClearPicture (8a5df9f4)
      • Revert "addon InputStream: drop bandwidth" (4ddda6bf)
      • FFmpegImage: Transition to new ffmpeg 3.2+ API (2ba138ea)
      • retroplayer: Fixup ClearPicture (8f7e69a8)
      • fixup! Remove ClearPicture from VPV and all Codecs (00f4e221)
  5. Additional commits/pull requests/changes not yet merged upstream:
    • Added: [pkg] 3183bb25: use-after-free: quick hack (libnfs)
    • Added: [pkg] PR:62: change smbd and nmbd location (service.libreelec.settings)
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 18.0) - by Milhouse - 2017-05-14, 23:42
WD MyCloud - by crisp waffles - 2017-09-06, 03:11
No 3D Playback since Version - by Mike74 - 2017-10-09, 19:25
Migrating from RPi2 to RPi1 - by RappaSan - 2017-11-10, 14:45
RE: Migrating from RPi2 to RPi1 - by Milhouse - 2017-11-10, 21:06
RE: Migrating from RPi2 to RPi1 - by RappaSan - 2017-11-11, 09:17
Resolution broken after 0415 - by lozbrown85 - 2018-04-20, 11:48
popt 1.16 - by n0n4m3 - 2018-06-29, 00:28
RE: popt 1.16 - by Milhouse - 2018-06-29, 06:39
A plugin to be resurrected - by ArminiusTux - 2018-10-22, 22:02
RE: A plugin to be resurrected - by Milhouse - 2018-10-23, 02:46
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for RaspberryPi (Kodi 18.0)24