aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-11[estuary] Fix visual glitch when PVR info dialog activated from PVR channels ↵Kai Sommerfeld
OSD.
2019-02-11Merge pull request #15485 from fritsch/upnp18.1rc1-LeiaMartijn Kaijser
UPNPPlayer: Do not use memset on non-trivial type
2019-02-10bump for 18.1 finalMartijn Kaijser
2019-02-10Merge pull request #15355 from DaveTBlake/JSONSendMessagejenkins4kodi
2019-02-10UPNPPlayer: Do not use memset on non-trivial typefritsch
2019-02-10Merge pull request #15459 from peak3d/flushMarkus Pfau
[VideoPlayer] Flush streamplayers if abort is requested
2019-02-10Merge pull request #15454 from peak3d/resolveMarkus Pfau
[DllLoader] No warning if resolve fails for optional dependencies
2019-02-10Merge pull request #15461 from ksooo/pvr-fix-settings-defaultKai Sommerfeld
[pvr][settings] Define a senseful default value for advanced settings 'updateemptytagsinterval'
2019-02-10Merge pull request #15476 from xbmc/revert-14842-cdio_checkerrorMartijn Kaijser
Revert "[DetectDVDType]: fix Crash due to non-checked error state"
2019-02-10Merge pull request #15466 from afedchin/dxva-hq-settingMartijn Kaijser
[videoplayer] WinRenderer: remove `dxvaallowhqscaling` setting
2019-02-10Merge pull request #15468 from AlwinEsch/fix-headerAlwin Esch
[addons] not pass nullptr to std::string
2019-02-10Merge pull request #15148 from AlwinEsch/fix-glAlwin Esch
X11: fix usage of required configuration values
2019-02-09Merge pull request #15457 from JimmyS83/masterjenkins4kodi
2019-02-09Revert "[DetectDVDType]: fix Crash due to non-checked error state"Memphiz
2019-02-08X11: remove not needed CGLContextEGL::IsSuitableVisualAlwin Esch
This calls GetEGLConfig which becomes also called direct after the place where IsSuitableVisual is called.
2019-02-08X11: fix usage of required configuration valuesAlwin Esch
Before has Kodi checked only the EGL_NATIVE_VISUAL_ID and ignored others. With this was e.g. on a some addons the needed EGL_DEPTH_SIZE not available. This separates a part of IsSuitableVisual (...) into a separate function (SuitableCheck (...)) which is checked by GetEGLConfig and takes the necessary configuration from the list.
2019-02-08[addons] not pass nullptr to std::stringAlwin Esch
2019-02-08[VideoPlayer] Uninitialize RenderManager early on playback stoppeak3d
2019-02-08Add date to the log recordsJimmyS83
2019-02-08[videoplayer] WinRenderer: remove `dxvaallowhqscaling` settingAnton Fedchin
2019-02-07[pvr] Improve documentation for advanced epg settings.Kai Sommerfeld
2019-02-07[pvr] Define a senseful default value for advanced settings ↵Kai Sommerfeld
'updateemptytagsinterval'.
2019-02-07Merge pull request #15460 from afedchin/win-dpi-fixAnton Fedchin
[win32] don't react on DPI change event on Win10 >= FCU
2019-02-07[windowing] win32: update handling WM_DPICHANGED eventAnton Fedchin
2019-02-07[xbmc] application: handle resize event even in full screen state on windows.Anton Fedchin
2019-02-07Merge pull request #15438 from AlwinEsch/add-scriptAlwin Esch
[addons] add for test purpose only a script for debian package generation
2019-02-07Merge pull request #15455 from peak3d/eofMarkus Pfau
[Android] Fix MediaCodec freeze when early disposing stream
2019-02-07[Android] Fix MediaCodec freeze when early disposing streampeak3d
2019-02-07Merge pull request #15450 from ksooo/guiinfo-fix-listitemabsoluteKai Sommerfeld
[guiinfo] Fix ListitemAbsolute and ListItemPosition
2019-02-07Merge pull request #15449 from ↵Kai Sommerfeld
ksooo/pvr-ignore-first-servernotreachable-notification [PVR] Ignore very first 'server not reachable' notification.
2019-02-07Merge pull request #15232 from pkerling/sqlite-extended-errcodepkerling
[sqlite] Use extended result codes
2019-02-07[DllLoader] No warning if resolve fals for optional dependenciespeak3d
2019-02-06[PVR] Ignore very first 'server not reachable' notification.Kai Sommerfeld
2019-02-06[guiinfo] Fixed ListItemPosition.Kai Sommerfeld
2019-02-06[guiinfo] Fixed ListItemAbsolute(0).Kai Sommerfeld
2019-02-06[sqlite] Fix DbErrors format stringsPhilipp Kerling
Fixes format string mistake (DbErrors constructor uses printf formatting)
2019-02-06[sqlite] Use error message returned by sqlite3_exec()Philipp Kerling
sqlite3_exec optionally gives us an error message when execution of an SQL statement fails, but we do not use it currently. To improve debugging, include the message in DbErrors exception message. Also fixes a memory leak in the error path of make_query (missing sqlite3_free) and a format string mistake (DbErrors constructor uses printf formatting)
2019-02-06[sqlite] Include sqlite3_errmsg() result in error messagesPhilipp Kerling
Improves debugging by including information about the actual SQL error in log messages (mostly relevant for sqlite3_prepare_v2 and sqlite3_finalize, but doesn't hurt to just print it always)
2019-02-06[sqlite] Use extended result codesPhilipp Kerling
Extended result codes can give more information about what kind of error occurred during an SQLite operation, which is desirable for improved logging and debugging.
2019-02-06Merge pull request #15448 from peak3d/mpeg2Markus Pfau
[Android] Fix invalid PTS decoder value (fix)
2019-02-06[Android] Fix invalid PTS decoder value (fix)peak3d
2019-02-06Merge pull request #15445 from peak3d/mpeg2Martijn Kaijser
[Android] Fix invalid PTS decoder value
2019-02-06Merge pull request #15369 from peak3d/addonversionMartijn Kaijser
[Binary Addon] Provide instance version when creating AddonInstance
2019-02-06Merge pull request #15341 from DaveTBlake/LockingFixAnnounceMartijn Kaijser
Fix absurd Announcement Manager locking
2019-02-06Merge pull request #15441 from Rechi/updateCacertMartijn Kaijser
update SSL CA trust store
2019-02-06Merge pull request #15443 from ksooo/pvr-fix-recording-isinprogressKai Sommerfeld
[PVR] Fix CPVRTimers::GetRecordingTimerForRecording to respect timer'…
2019-02-06[Android] Fix invalid PTS decoder valuepeak3d
2019-02-06[PVR] Fix CPVRTimers::GetRecordingTimerForRecording to respect timer's start ↵Kai Sommerfeld
and stop padding time + optimize to check epg event uids if present.
2019-02-06[addons] add for test purpose only script for debian package generationAlwin Esch
This script is meant to test at home for the fast debian added code. He is deposited in "./xbmc/addons/kodi-addon-dev-kit/tools", as this is supposed to be purely for addons. Furthermore, "kodi-addon-dev-kit" folder should be as independent as possible from Kodi.
2019-02-06update SSL CA trust storeRechi