Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-06 | WinSystemX11GL: Properly reinitialize | fritsch | |
- Reload resources (Shaders, Fonts) - ReloadSkin | |||
2021-03-06 | RendererVDPAUGL: Unmap Buffers when Renderer wants to Flush | fritsch | |
2021-03-06 | RendererVAAPIGL: Unmap Buffers when Renderer wants to Flush | fritsch | |
2021-03-06 | [addons][doc] add missing paramanter description to executebuiltin | Alwin Esch | |
This add a missing paramater description for "wait" to xbmc.executebuiltin function in python | |||
2021-03-04 | [curl] enable tcp keepalive | wsnipex | |
2021-03-03 | Merge pull request #19302 from howie-f/v19-check-dep-minversion | Frank H | |
[bp][addons] fix: check minversion on dependency installation | |||
2021-03-03 | Merge pull request #19291 from enen92/Matrix | enen92 | |
[Android] Fix crash due to lock on destroyed mutex | |||
2021-03-02 | Merge pull request #19314 from Karlson2k/libiso9660pp_fix2_v19 | Karlson2k | |
[cmake] fix dependencies of iso9660++ | |||
2021-03-02 | [Fix] Bad picture on some VP9 HDR streams due not detection of video metadata | thexai | |
2021-03-02 | [linux] fix drm object build with gcc-4.9 | Bernd 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-01 | CMake: fixed correct minimal CMake version for Win32 | Evgeny Grin | |
2021-03-01 | [cmake] fix dependencies of iso9660++ | Evgeny Grin | |
2021-02-28 | [addons] fix: check minversion on dependency installation | howie-f | |
2021-02-26 | Merge pull request #19295 from joseluismarti/pvr-radio-banner-matrix | Kai Sommerfeld | |
[Estuary] center the PVR Radio banner tiles | |||
2021-02-26 | [Estuary] center the PVR Radio banner tiles | Jose Luis Marti | |
2021-02-26 | [Android] Fix crash due to lock on destroyed mutex | enen92 | |
2021-02-22 | windowing/gbm/drm: default to original crtc mode | Matthias 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-18 | Merge pull request #19229 from DaveTBlake/bump_19.0final19.0-Matrix | Dave Blake | |
Bump to v19.0 final | |||
2021-02-18 | Merge pull request #19247 from joseluismarti/mysql-localhost | Dave Blake | |
Local connection to MySQL using Unix sockets | |||
2021-02-18 | Merge pull request #19240 from howie-f/v19-ia-osa | Dave Blake | |
[addons] declare inputstream.adaptive as optional system add-on | |||
2021-02-18 | Merge pull request #19248 from DaveTBlake/sync_scrapers | Dave Blake | |
[scrapers]Sync with scraper repo for v19.0 release | |||
2021-02-18 | Sync scrapers with recent versions in scraper repo | DaveTBlake | |
2021-02-18 | Local connection to MySQL using Unix sockets | Jose Luis Marti | |
2021-02-16 | Merge pull request #19239 from Karlson2k/native_res_choose_fix2 | Dave Blake | |
Resolution: fixed choosing native resolution when double fps is disabled | |||
2021-02-16 | Merge pull request #19233 from rmrector/fix-fanart-counts | Dave Blake | |
[jsonrpc] fix list index from #19185 | |||
2021-02-16 | [addons] declare inputstream.adaptive as optional system add-on | howie-f | |
2021-02-16 | Resolution: fixed choosing native resolution when double fps is disabled | Evgeny Grin | |
2021-02-14 | fix list index from #19185 | Ryan Rector | |
2021-02-14 | Bump to v19.0 final | DaveTBlake | |
2021-02-14 | Merge pull request #19215 from Paxxi/python_ioctl | Dave Blake | |
[Windows][Depends] New python build that fixes socket.ioctl | |||
2021-02-13 | Merge pull request #19178 from Karlson2k/resolution_fix_simple_01 | Dave Blake | |
Fixed native resolution choose | |||
2021-02-13 | Merge pull request #19019 from a-andre/obsolete_var | Dave Blake | |
[tools/linux]: Remove obsolete variable | |||
2021-02-13 | Merge pull request #19015 from bkuhls/reinterpret_cast-gcc49 | Dave Blake | |
Include cstddef to fix build with gcc 4.9 | |||
2021-02-13 | Merge pull request #19218 from arnova/filecache_better_logging | Dave Blake | |
Improve logging in CFileCache | |||
2021-02-13 | Merge pull request #19223 from Karlson2k/Fix_samba_leak_01 | Karlson2k | |
SMBFILE: Fixed samba FD leak on close | |||
2021-02-13 | SMBFILE: Fixed samba FD leak on close | Evgeny Grin | |
Fixed copy-past error. Closes #19212 | |||
2021-02-13 | Merge pull request #18725 from domielias/fix-self-assigment-bug | Frank H | |
Fixing self assigment bug | |||
2021-02-12 | Merge pull request #19220 from ksooo/pvr-fix-channelnumber-visibility | Kai Sommerfeld | |
[Estuary] PVR Guide window: Fix truncated channel numbers. | |||
2021-02-12 | [fix] remove self-assigment | Elias Rodriguez | |
2021-02-12 | [Estuary] PVR Guide window: Fix truncated channel numbers. | Kai Sommerfeld | |
2021-02-12 | changed: When logging in CFileCache, also log filename + use libfmt {} for ↵ | arnova | |
log arguments | |||
2021-02-12 | changed: Improve logging when filecache read returns no data | arnova | |
2021-02-12 | New python build that fixes socket.ioctl | Pär Björklund | |
2021-02-11 | Merge pull request #19188 from arnova/filecache_level_fix | fuzzard | |
fixed: level Calculation in FileCache was wrong due to incorrect cast | |||
2021-02-10 | Merge pull request #19171 from Lacrimose/master | Dave Blake | |
[Android] fixed crash on harmony os TV. xbmc#19133 | |||
2021-02-10 | Merge pull request #19200 from arnova/revert_episode_details_delete | fuzzard | |
changed: Revert redundant episode stream details delete | |||
2021-02-10 | Merge pull request #19201 from notspiff/quell_warning | fuzzard | |
fixed: add braces to avoid compiler warning | |||
2021-02-09 | Merge pull request #19202 from howie-f/v19-fixnewwarning | Frank H | |
[build] fix new warning introduced by #19185 | |||
2021-02-09 | Merge pull request #19158 from Karlson2k/w32_fix_02 | Karlson2k | |
[win32] Fixed CMake out-of-source build on Windows | |||
2021-02-09 | fix new warning | howie-f | |