aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-23Merge pull request #15595 from rikardfalkeborn/const-correct-audioengineRechi
Const correct audioengine
2019-02-23[audioengine] Const correct SinksRikard Falkeborn
2019-02-23[audioengine] Const correct ActiveAERikard Falkeborn
2019-02-23[audioengine] Const correct UtilsRikard Falkeborn
2019-02-23Merge pull request #15580 from ksooo/pvr-fix-timer-listitem-durationKai Sommerfeld
[PVR] Fix LISTITEM_DURATION for timers.
2019-02-23Merge pull request #15586 from peak3d/updateframerateMarkus Pfau
Allow speedadjust for half frame situations (e.g. 3:2 pullback)
2019-02-22Stop playing current file when playlist player has stopped.DaveTBlake
Playlistplayer sends a GUI_MSG_PLAYLISTPLAYER_STOPPED message when aborting playback when next from last item in list, or repeat one and song is invalid. This ensures that the player stops too.
2019-02-22Allow speedadjust for half frame situations (e.g. 3:2 pullback)peak3d
2019-02-22Merge pull request #15477 from Memphiz/viewmode_jsonDave Blake
[JSON]Add Player.SetViewMode/GetViewmode methods
2019-02-22Merge pull request #15574 from peak3d/screenoffMarkus Pfau
[Android] Post instead SendMessage to stop playing on SCREEN_OFF
2019-02-22[Android] Post instead SendMessage to stop playing on SCREEN_OFFpeak3d
2019-02-21[PVR] Fix LISTITEM_DURATION for timers.Kai Sommerfeld
2019-02-21Merge pull request #15543 from rmrector/too-many-thumbsMartijn Kaijser
[skins] prefer poster over thumb to match design
2019-02-21Merge pull request #15557 from DaveTBlake/PMClickFixMartijn Kaijser
[Music]Fix delay of playback on switching song in party mode
2019-02-21Merge pull request #15195 from wsnipex/nghttp2jenkins4kodi
2019-02-21Merge pull request #15499 from jvandenbroek/fix_double_slash_validatePathpkerling
CUtil::ValidatePath fix double (back)slash check
2019-02-20Fix delay of playback on switching song in party mode regression.DaveTBlake
Refactor party mode to be faster: a) on start up by using fewer reconnections to music db and doing random order in query. b) on refilling playlist when switching song, especially when more than 1 new song is needed (e.g. click on song lower in current playlist) by using song ID cache. Fix party mode use with "mixed" smart playlists. Obey "queue songs on selection" setting when new song selected during party mode playback and queue song next rather than play it immediately.
2019-02-19Merge pull request #15553 from peak3d/cryptoMarkus Pfau
[Android] Implement MediaDRM provisioning
2019-02-19Merge pull request #15556 from peak3d/intentMarkus Pfau
[Android] change intent management in java::main
2019-02-19[Android] Implement MediaDRM provisioningpeak3d
2019-02-19[Android] change intent management in java::mainpeak3d
2019-02-19TestUtil: Added ValidatePath TestJoost van den Broek
2019-02-18Merge pull request #14665 from pkerling/code-style-guidelinespkerling
[docs] Update style guidelines
2019-02-18[docs] Update style guidelinesPhilipp Kerling
2019-02-18Merge pull request #15480 from djp952/pvr-getstreampropscommentKai Sommerfeld
[PVR] Correct interface documentation for PVR API GetStreamProperties() function
2019-02-18GetStreamProperties() is only called when bHandlesDemuxing is trueMichael Brehm
2019-02-17Merge pull request #15516 from peak3d/calibrationMarkus Pfau
[Windowing] Build complete strmode for RES_DESKTOP
2019-02-17[JSON]Add Player.SetViewMode and Player.GetViewMode methodsMemphiz
2019-02-17[skins] prefer poster over thumb to match designRyan Rector
2019-02-17[GLES] OverlayRendererGL: add support for BGRA extensions for GLESkszaq
Most GLES hardware support BGRA textures via an extension. If supported, use it to avoid doing malloc for convering textures.
2019-02-17Merge pull request #15489 from ksooo/estuary-fix-pvr-infoMartijn Kaijser
[estuary] Fix visual glitch when PVR info dialog activated from PVR channels OSD.
2019-02-17Merge pull request #15479 from djp952/pvr-noimplicitcloseMartijn Kaijser
[PVR] Document implict call to CloseXXXStream() before OpenXXXStream()
2019-02-17Merge pull request #15434 from ronie/python-okMartijn Kaijser
[python] fix usage of line-breaks in ok dialog
2019-02-17[skins] improvement & cosmeticsronie
2019-02-17Merge pull request #15535 from MartijnKaijser/v18.2rc1Martijn Kaijser
bump to 18.2rc1
2019-02-17bump to 18.2rc1Martijn Kaijser
2019-02-17Merge pull request #15486 from MartijnKaijser/v18.1_final18.1-LeiaMartijn Kaijser
bump for 18.1 final
2019-02-17[wayland] Fix startup crash (#15531)pkerling
[wayland] Fix startup crash
2019-02-16Merge pull request #15534 from peak3d/mtkMarkus Pfau
[Android] Queue AMEDIACODEC_BUFFER_FLAG_END_OF_STREAM buffer only >= API 26
2019-02-16[Android] Queue AMEDIACODEC_BUFFER_FLAG_END_OF_STREAM buffer only for API >= 26peak3d
2019-02-16Merge pull request #15524 from peak3d/preinitMarkus Pfau
Set m_bRenderGUI in RenderManager::PreInit
2019-02-16[wayland] Fix startup crashPhilipp Kerling
When starting in full-screen mode, ApplyBufferScale() was called before the required initialization of m_seatInputProcessing. This lead to a reproducible segmentation fault.
2019-02-15[Windowing] Prefix output name to all RESOLUTIONS, includeing RES_DESKTOPpeak3d
2019-02-15Set m_bRenderGUI in RenderManager::PreInitpeak3d
2019-02-15Merge pull request #15492 from arnova/nfo_http_fixArno van Amersfoort
fixed: NFO/tag loading for http/https sources was broken (fixes #15481)
2019-02-13[docs/README.Fedora] fixes and updatesDaVukovic
2019-02-12CUtil::ValidatePath fix stripping double (back)slash charsJoost van den Broek
Only used by Python call xbmc.validatePath(). When double slash is found in supplied path, the remaining of the path is stripped of instead of just the double slash. This used to work as intended before the previous change, until Delete(x) got replaced by erase(x). Delete(x) was a function which called erase(x, 1).
2019-02-11Document implict call to CloseXXXStream() before OpenXXXStream()Michael Brehm
2019-02-11fixed: NFO/tag loading for http/https sources was broken (fixes #15481)arnova
2019-02-11wake on access: fix crash on startupPeter Vicman
When Kodi starts there is no GUI yet. log file: http://ix.io/1Af1