[TESTING] Kodi 17 (Krypton) builds for Raspberry Pi (continued)

16.8-186, 10 Nov 2016: Based off OSMC commit (b9120ae19) and newclock5 (b4ce16c47)

XBMC:

Display milliseconds in log file (PR:10884, 1 commit, 5 files changed)
[Depends] Force link generation (ln -s) to package config files to allow subsequent make binary-addons calls (PR:10823, 1 commit, 1 file changed)
Forced rescan of music file tags for v17 (PR:10759, 1 commit, 3 files changed)
[subtitles] decode html escape characters (reverted from commit 56ff2… (PR:10885, 1 commit, 1 file changed)
MMALRenderer: Release buffers on a flush (PR:10895, 1 commit, 1 file changed)
Ask user to configure new controllers (once) (PR:10882, 1 commit, 16 files changed)

pvr.vbox:
Changed setting of channel order display (multi-choice instead of flag) (PR:149, 1 commit, 4 files changed)

newclock5:

New commits in this build:
MMALRender: Reduce log spam (b4ce16c4)

Commits no longer in build:
logging: Add microsecond timer to log messages (558b7162)
build: Allow installed links to be overwritten (656a5d07)
NFSFile: Chank ChunkSize to 1MB (9866cba4)
Revert “NFSFile: Chank ChunkSize to 1MB” (17f32be2)
Equal placed for AudioDSP settings in video- and music OSD (9dc67b47)
Use correct output format in ActiveAEBuffer and correct spellings (8ce21517)
Move FFMPEG converter array defines to cpp file and use them in CActiveAEDSPProcess::Process(…) (ccc865ba)
Replace channel flag if’s with loops and simplify SetFFMpegDSPProcessorArray(…) (32830774)
Add optional cout and debug log messages with #ifdef ADSP_COUT_DEBUG_OUTPUT (948d0003)
Delete all buffers when the buffer pool gets recreated (8f72b8e7)
Use same timestamp and pkt_start_offset as the input buffer (741247b5)
AudioDSP is not allowed to change the audio format without notifying ActiveAE (6910cc7d)
Currently AudioDSP has the same amount of input frames as output frames, which results in zero delay (6cbaa7fa)
Add input and output AudioDSP format variables (5c7acbd9)
Use one member variable for the output format (805e420d)
Deleting NULL pointer is safe (9351f841)
Use correct frame sizes for FFMPEG format conversion functions (a3ea662c)
Set FFMPEG converter array to NULL (cd0a6f20)
Use correct array pointers for internal resampler (81a3aa04)
Fix FFMPEG channel index mapping (ee10613f)
MMALRenderer: Release buffers on a flush (3f5a87e5)