Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-11 | [estuary] Fix visual glitch when PVR info dialog activated from PVR channels ↵ | Kai Sommerfeld | |
OSD. | |||
2019-02-11 | Merge pull request #15485 from fritsch/upnp18.1rc1-Leia | Martijn Kaijser | |
UPNPPlayer: Do not use memset on non-trivial type | |||
2019-02-10 | bump for 18.1 final | Martijn Kaijser | |
2019-02-10 | Merge pull request #15355 from DaveTBlake/JSONSendMessage | jenkins4kodi | |
2019-02-10 | UPNPPlayer: Do not use memset on non-trivial type | fritsch | |
2019-02-10 | Merge pull request #15459 from peak3d/flush | Markus Pfau | |
[VideoPlayer] Flush streamplayers if abort is requested | |||
2019-02-10 | Merge pull request #15454 from peak3d/resolve | Markus Pfau | |
[DllLoader] No warning if resolve fails for optional dependencies | |||
2019-02-10 | Merge pull request #15461 from ksooo/pvr-fix-settings-default | Kai Sommerfeld | |
[pvr][settings] Define a senseful default value for advanced settings 'updateemptytagsinterval' | |||
2019-02-10 | Merge pull request #15476 from xbmc/revert-14842-cdio_checkerror | Martijn Kaijser | |
Revert "[DetectDVDType]: fix Crash due to non-checked error state" | |||
2019-02-10 | Merge pull request #15466 from afedchin/dxva-hq-setting | Martijn Kaijser | |
[videoplayer] WinRenderer: remove `dxvaallowhqscaling` setting | |||
2019-02-10 | Merge pull request #15468 from AlwinEsch/fix-header | Alwin Esch | |
[addons] not pass nullptr to std::string | |||
2019-02-10 | Merge pull request #15148 from AlwinEsch/fix-gl | Alwin Esch | |
X11: fix usage of required configuration values | |||
2019-02-09 | Merge pull request #15457 from JimmyS83/master | jenkins4kodi | |
2019-02-09 | Revert "[DetectDVDType]: fix Crash due to non-checked error state" | Memphiz | |
2019-02-08 | X11: remove not needed CGLContextEGL::IsSuitableVisual | Alwin Esch | |
This calls GetEGLConfig which becomes also called direct after the place where IsSuitableVisual is called. | |||
2019-02-08 | X11: fix usage of required configuration values | Alwin 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::string | Alwin Esch | |
2019-02-08 | [VideoPlayer] Uninitialize RenderManager early on playback stop | peak3d | |
2019-02-08 | Add date to the log records | JimmyS83 | |
2019-02-08 | [videoplayer] WinRenderer: remove `dxvaallowhqscaling` setting | Anton 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-07 | Merge pull request #15460 from afedchin/win-dpi-fix | Anton Fedchin | |
[win32] don't react on DPI change event on Win10 >= FCU | |||
2019-02-07 | [windowing] win32: update handling WM_DPICHANGED event | Anton Fedchin | |
2019-02-07 | [xbmc] application: handle resize event even in full screen state on windows. | Anton Fedchin | |
2019-02-07 | Merge pull request #15438 from AlwinEsch/add-script | Alwin Esch | |
[addons] add for test purpose only a script for debian package generation | |||
2019-02-07 | Merge pull request #15455 from peak3d/eof | Markus Pfau | |
[Android] Fix MediaCodec freeze when early disposing stream | |||
2019-02-07 | [Android] Fix MediaCodec freeze when early disposing stream | peak3d | |
2019-02-07 | Merge pull request #15450 from ksooo/guiinfo-fix-listitemabsolute | Kai Sommerfeld | |
[guiinfo] Fix ListitemAbsolute and ListItemPosition | |||
2019-02-07 | Merge pull request #15449 from ↵ | Kai Sommerfeld | |
ksooo/pvr-ignore-first-servernotreachable-notification [PVR] Ignore very first 'server not reachable' notification. | |||
2019-02-07 | Merge pull request #15232 from pkerling/sqlite-extended-errcode | pkerling | |
[sqlite] Use extended result codes | |||
2019-02-07 | [DllLoader] No warning if resolve fals for optional dependencies | peak3d | |
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 strings | Philipp 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 messages | Philipp 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 codes | Philipp 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-06 | Merge pull request #15448 from peak3d/mpeg2 | Markus Pfau | |
[Android] Fix invalid PTS decoder value (fix) | |||
2019-02-06 | [Android] Fix invalid PTS decoder value (fix) | peak3d | |
2019-02-06 | Merge pull request #15445 from peak3d/mpeg2 | Martijn Kaijser | |
[Android] Fix invalid PTS decoder value | |||
2019-02-06 | Merge pull request #15369 from peak3d/addonversion | Martijn Kaijser | |
[Binary Addon] Provide instance version when creating AddonInstance | |||
2019-02-06 | Merge pull request #15341 from DaveTBlake/LockingFixAnnounce | Martijn Kaijser | |
Fix absurd Announcement Manager locking | |||
2019-02-06 | Merge pull request #15441 from Rechi/updateCacert | Martijn Kaijser | |
update SSL CA trust store | |||
2019-02-06 | Merge pull request #15443 from ksooo/pvr-fix-recording-isinprogress | Kai Sommerfeld | |
[PVR] Fix CPVRTimers::GetRecordingTimerForRecording to respect timer'… | |||
2019-02-06 | [Android] Fix invalid PTS decoder value | peak3d | |
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 generation | Alwin 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-06 | update SSL CA trust store | Rechi | |