Fair warning for tvOS, this series will eventually require 10.2 tvOS as we will be moving to 10.2 required SDK.
tvOS/iOS: released
FireOS: released
Shield: released
(20170428-051d8e1)
- rssfeed: add new url
- emby: fix logging error
- guilib: only update container after condition changed
- AE: fix error adjust in syncStream
- bump to 3.2 FFMpeg (check hevc decode)
(20170430-bafbe04)
tvOS: move to Xcode 8.3
ffmpeg: bump to 3.3 (check hevc decode)
DVDplayer: remove IsCaching() from Pause() and isPaused()
emby/plex: increase the busy spinner max delay for services items
core: hack fix for playback buffering cycles, this is AE stalled, NOT audio codec stalled
core: remove player depends on stream cache. player only really care about demux buffers.
(20170502-8db0cff)
smb: libsmbclient can handle large chunk size, try for 2MB
dsm: libdsm max chunk size is 65535, use it
core: remove useless dcpu, acpu, vcpu from codec OSD
core: fixed aq not updating unless audio is actually playing
core: split realtime/non-realtime playback start handling. fixes GoPro video playback
skin: add missing 3D flag to skin.re-touched
plex: add StopTranscode and PingTranscoder
revert: emby/plex: increase the busy spinner max delay for services items
backport: upstream HLS program selection fixes
(20170503-d12bc3a)
fixed video stutter when codec OSD is up
(20170508-4694f6c)
core, fixed video playback from GoPro cameras
core: update webinterface (log downloader)
core: drop thread GetRelativeUsage/GetAbsoluteUsage
core, cosmetics, add units to what we log
core, add back lost realtime tag for m3u8
emby/plex: flatten TV shows if needed
(tvOS 170510.1432)
update tvh and iptv pvr clients
(20170514-6596d59)
tryfix for media stream extraction
core: enable wake-on-access for emby/plex clients, limit WakeOnLan to local devices, broadcasts do not cross subnets
plex: changeover to json/CVariant using xml2json/rapidxml to convert. Is about 10 percent faster than parsing xml
plex: refactor in prep for caching top level views
plex: only crank up CPlexClientSync if we have a connected client
plex: client sync logging
emby: fixed sign in by user/pass if no internet
core: hide unneeded buttons in addon info
core: backport upstream changes
(20170519-5b0dfa1)
core: setting to set auto hide OSD timeout
core: fixed iOS deprecated warnings
core: bump to libdsm 2.0.7
core, add libdsm connect by browse
core: libdsm, fixed long timeout on trying to open non-existing files
fixed: plex changeover to json/CVariant using
(20170519-7954a6e)
core: libdsm, fixed thumbgen regression (from fixed long timeout)
(20170522-93ade78)
core: libsmbclient, remove socket options and use the server defaults
core: libdsm, fixed smb_fwrite crash
core: libdsm, revert for CreateFileHandleForWrite
emby: reset g_progressSec to 0 after we have triggered CEmbyUtils::ReportProgress()
core: fixed memory leak. if sqlite3_open_v2 fails, must also do sqlite3_close
core: fixed memory leak. CGUIWindowSplash::OnInitWindow can get called several times
smb: remove FORCEV1 setting, does nothing as we only support v1
core: set DSM as default SMB service
core: reorder services, smb under MySQL
(20170523-62cef79)
core: libdsm, handle guest/no username properly
core: libdsm, log why we fail to allocate session
core: libsmbclient, remove socket options and use the server defaults