aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-06WinSystemX11GL: Properly reinitializefritsch
- Reload resources (Shaders, Fonts) - ReloadSkin
2021-03-06RendererVDPAUGL: Unmap Buffers when Renderer wants to Flushfritsch
2021-03-06RendererVAAPIGL: Unmap Buffers when Renderer wants to Flushfritsch
2021-03-06[addons][doc] add missing paramanter description to executebuiltinAlwin Esch
This add a missing paramater description for "wait" to xbmc.executebuiltin function in python
2021-03-04[curl] enable tcp keepalivewsnipex
2021-03-03Merge pull request #19302 from howie-f/v19-check-dep-minversionFrank H
[bp][addons] fix: check minversion on dependency installation
2021-03-03Merge pull request #19291 from enen92/Matrixenen92
[Android] Fix crash due to lock on destroyed mutex
2021-03-02Merge pull request #19314 from Karlson2k/libiso9660pp_fix2_v19Karlson2k
[cmake] fix dependencies of iso9660++
2021-03-02[Fix] Bad picture on some VP9 HDR streams due not detection of video metadatathexai
2021-03-02[linux] fix drm object build with gcc-4.9Bernd Kuhls
Fixes build error introduced by PR18858: kodi/xbmc/windowing/gbm/drm/DRMObject.cpp: In member function 'std::tuple<bool, long unsigned int> KODI::WINDOWING::GBM::CDRMObject::GetPropertyValue(const string&, const string&) const': kodi/xbmc/windowing/gbm/drm/DRMObject.cpp:103:39: error: converting to 'std::tuple<bool, long unsigned int>' from initializer list would use explicit constructor 'constexpr std::tuple<_T1, _T2>::tuple(_U1&&, _U2&&) [with _U1 = bool; _U2 = long long unsigned int&; <template-parameter-2-3> = void; _T1 = bool; _T2 = long unsigned int]' return {true, prop->enums[j].value};
2021-03-01CMake: fixed correct minimal CMake version for Win32Evgeny Grin
2021-03-01[cmake] fix dependencies of iso9660++Evgeny Grin
2021-02-28[addons] fix: check minversion on dependency installationhowie-f
2021-02-26Merge pull request #19295 from joseluismarti/pvr-radio-banner-matrixKai Sommerfeld
[Estuary] center the PVR Radio banner tiles
2021-02-26[Estuary] center the PVR Radio banner tilesJose Luis Marti
2021-02-26[Android] Fix crash due to lock on destroyed mutexenen92
2021-02-22windowing/gbm/drm: default to original crtc modeMatthias Reichl
This brings RES_DESKTOP handling of gbm in line with other windowing systems. If the framebuffer has been set up with a valid mode before kodi startup then use that as the default / DESKTOP mode, otherwise fall back to the previous behaviour of setting DESKTOP to the preferred mode reported by drm. This avoids unnecessary mode switches at kodi startup (which usually lead to screen blanking for a short time) and allows users to easily override broken video/edid/... setups by manually configuring a mode in linux which then kodi uses too. That is especially important when running kodi for the first time, if it switches to a different mode that might not be working with the user's monitor the result is a black screen with no easy possibility to fix the settings. Signed-off-by: Matthias Reichl <hias@horus.com>
2021-02-18Merge pull request #19229 from DaveTBlake/bump_19.0final19.0-MatrixDave Blake
Bump to v19.0 final
2021-02-18Merge pull request #19247 from joseluismarti/mysql-localhostDave Blake
Local connection to MySQL using Unix sockets
2021-02-18Merge pull request #19240 from howie-f/v19-ia-osaDave Blake
[addons] declare inputstream.adaptive as optional system add-on
2021-02-18Merge pull request #19248 from DaveTBlake/sync_scrapersDave Blake
[scrapers]Sync with scraper repo for v19.0 release
2021-02-18Sync scrapers with recent versions in scraper repoDaveTBlake
2021-02-18Local connection to MySQL using Unix socketsJose Luis Marti
2021-02-16Merge pull request #19239 from Karlson2k/native_res_choose_fix2Dave Blake
Resolution: fixed choosing native resolution when double fps is disabled
2021-02-16Merge pull request #19233 from rmrector/fix-fanart-countsDave Blake
[jsonrpc] fix list index from #19185
2021-02-16[addons] declare inputstream.adaptive as optional system add-onhowie-f
2021-02-16Resolution: fixed choosing native resolution when double fps is disabledEvgeny Grin
2021-02-14fix list index from #19185Ryan Rector
2021-02-14Bump to v19.0 finalDaveTBlake
2021-02-14Merge pull request #19215 from Paxxi/python_ioctlDave Blake
[Windows][Depends] New python build that fixes socket.ioctl
2021-02-13Merge pull request #19178 from Karlson2k/resolution_fix_simple_01Dave Blake
Fixed native resolution choose
2021-02-13Merge pull request #19019 from a-andre/obsolete_varDave Blake
[tools/linux]: Remove obsolete variable
2021-02-13Merge pull request #19015 from bkuhls/reinterpret_cast-gcc49Dave Blake
Include cstddef to fix build with gcc 4.9
2021-02-13Merge pull request #19218 from arnova/filecache_better_loggingDave Blake
Improve logging in CFileCache
2021-02-13Merge pull request #19223 from Karlson2k/Fix_samba_leak_01Karlson2k
SMBFILE: Fixed samba FD leak on close
2021-02-13SMBFILE: Fixed samba FD leak on closeEvgeny Grin
Fixed copy-past error. Closes #19212
2021-02-13Merge pull request #18725 from domielias/fix-self-assigment-bugFrank H
Fixing self assigment bug
2021-02-12Merge pull request #19220 from ksooo/pvr-fix-channelnumber-visibilityKai Sommerfeld
[Estuary] PVR Guide window: Fix truncated channel numbers.
2021-02-12[fix] remove self-assigmentElias Rodriguez
2021-02-12[Estuary] PVR Guide window: Fix truncated channel numbers.Kai Sommerfeld
2021-02-12changed: When logging in CFileCache, also log filename + use libfmt {} for ↵arnova
log arguments
2021-02-12changed: Improve logging when filecache read returns no dataarnova
2021-02-12New python build that fixes socket.ioctlPär Björklund
2021-02-11Merge pull request #19188 from arnova/filecache_level_fixfuzzard
fixed: level Calculation in FileCache was wrong due to incorrect cast
2021-02-10Merge pull request #19171 from Lacrimose/masterDave Blake
[Android] fixed crash on harmony os TV. xbmc#19133
2021-02-10Merge pull request #19200 from arnova/revert_episode_details_deletefuzzard
changed: Revert redundant episode stream details delete
2021-02-10Merge pull request #19201 from notspiff/quell_warningfuzzard
fixed: add braces to avoid compiler warning
2021-02-09Merge pull request #19202 from howie-f/v19-fixnewwarningFrank H
[build] fix new warning introduced by #19185
2021-02-09Merge pull request #19158 from Karlson2k/w32_fix_02Karlson2k
[win32] Fixed CMake out-of-source build on Windows
2021-02-09fix new warninghowie-f