Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | [Android] bump Android Gradle Plugin 7.4 | Jose Luis Marti | |
2024-01-01 | [Android] bump Gradle 7.6 | Jose Luis Marti | |
2023-12-31 | Merge pull request #24352 from fuzzard/bp_depends_apple_fixsonomagettext | fuzzard | |
[BP][tools/depends][native] gettext force am_cv_func_iconv_works for apple host | |||
2023-12-31 | Merge pull request #24353 from fuzzard/bp_fix-upnp-auth-source | fuzzard | |
[BP][uPnP] Fix playback of files accessed with curl (ftp, http, ...) | |||
2023-12-31 | Merge pull request #24354 from fuzzard/bp_oninfo_estuary | fuzzard | |
[BP][guilib] let oninfo propagate from the item to the container if the container cannot handle the item info | |||
2023-12-30 | Merge pull request #24348 from fuzzard/bp_cguidialogcontextmenufixmemoryleak | fuzzard | |
[BP][CGUIDialogContextMenu] fix memory leak | |||
2023-12-30 | Merge pull request #24347 from fuzzard/bp_redact_toast | fuzzard | |
[BP] changed: Redact paths in audio/video error toasts | |||
2023-12-30 | Merge pull request #24349 from fuzzard/bp_drm_egl_leak | fuzzard | |
[BP] RendererDRMPRIMEGLES: Fix leak of EGL fences | |||
2023-12-30 | Merge pull request #24351 from fuzzard/bp_cmake_win_maxthreads | fuzzard | |
[BP][cmake][win] allow MAXTHREADS env var for /MP use | |||
2023-12-30 | Merge pull request #24350 from fuzzard/bp_fix_androiddocs | fuzzard | |
[BP][Docs][Android] Fix Instructions with correct file path | |||
2023-12-29 | Merge pull request #24345 from enen92/nexus_backport_exif | Miguel Borges de Freitas | |
[BP][Pictures] Fix exif parsing regression from v19 | |||
2023-12-29 | [guilib] let oninfo propagate from the item to the container if the ↵ | enen92 | |
container cannot handle the item info | |||
2023-12-29 | [uPnP] Fix playback from authenticated sources | CrystalP | |
Credentials must be added to the URL for sources that require authentication. | |||
2023-12-29 | [tools/depends][native] gettext force am_cv_func_iconv_works for apple host | fuzzard | |
MacOS Sonoma (14.0) has a change in iconv that the gettext configure script fails when testing if iconv works. We just force it on | |||
2023-12-29 | [cmake][win] allow MAXTHREADS env var for /MP use | fuzzard | |
2023-12-29 | [Docs][Android] Fix Instructions with correct file path | TwillightMercy | |
2023-12-29 | RendererDRMPRIMEGLES: Fix leak of EGL fences | Dom Cobley | |
When running on wayland in a desktop window, kodi will crash with 'Too many open files' after a minute of so of video playback. I've tracked it down the EGL fences. Render gets called more often than ReleaseBuffer (I'm seeing two Render calls per ReleaseBuffer call). As we allocate a fence in Render and free in ReleaseBuffer this leaks. It's safe to call DestroyFence on a non-created fence so use that to stop the leak | |||
2023-12-29 | [CGUIDialogContextMenu] fix memory leak | repojohnray | |
This memory leak is happening when a context menu is opened. This change addresses two issues: - Missing delete. - Group list not defined (the behavior is changed). | |||
2023-12-29 | changed: Redact paths in audio/video error toasts | arnova | |
2023-12-28 | Merge pull request #24192 from garbear/sync-controllers-nexus | Garrett Brown | |
[Nexus Backport] Sync game controller add-ons | |||
2023-12-28 | [Pictures] Fix exif parsing regression from v19 | Miguel Borges de Freitas | |
2023-12-27 | game.controller.mouse: Update to v1.0.26 | Garrett Brown | |
2023-12-27 | game.controller.keyboard: Update to v1.1.33 | Garrett Brown | |
2023-12-27 | game.controller.default: Update to v1.0.41 | Garrett Brown | |
2023-12-20 | Merge pull request #24278 from sy6sy2/fix-tvos-pvr-settings-nexus | Sylvain CECCHETTO | |
[tvOS] Fix binary addons (PVR) multi instance settings reset | |||
2023-12-19 | [tvOS] Fix binary addons (PVR) multi instance settings reset | Sylvain CECCHETTO | |
2023-12-19 | Merge pull request #24210 from neo1973/backport_24197 | Kai Sommerfeld | |
[backport] AddonSettings: Correct order of destructor calls | |||
2023-12-18 | Merge pull request #24151 from razzeee/backport-summary | Kai Sommerfeld | |
Remove article from summary | |||
2023-12-15 | Merge pull request #24235 from neo1973/backport_24215 | Markus Härer | |
[backport][UPnP] Fix crash when adding UPnP source while UPnP is disabled | |||
2023-12-14 | [UPnP] Fix crash when adding UPnP source while UPnP is disabled | Markus Härer | |
In that case CUPnPDirectory::GetFriendlyName returned a nullptr which wasn't expected by CUtil::GetTitleFromPath. Also the last retrun returned memory that's freed when returning from the function. Switching the return type to std::string solves all these issues. Fixes #24213. (cherry picked from commit 5a7bbe8f7870844c82dcf12cc120a7d909d898bb) | |||
2023-12-09 | AddonSettings: Correct order of destructor calls | Markus Härer | |
In the original order the method of an already destructed base Fixes #24175. class was called. (cherry picked from commit b3e0a717a9341c5a882aa14bb918a5a48205d089) | |||
2023-11-26 | Remove article from summary | Razze | |
2023-11-20 | Merge pull request #24108 from lrusak/depends-curl-options-Nexus | Lukas Rusak | |
2023-11-20 | Merge pull request #24107 from lrusak/egl-includes-Nexus | Lukas Rusak | |
2023-11-15 | [cmake] FindEGL set CMAKE_REQUIRED_INCLUDES for check_include_files | fuzzard | |
2023-11-15 | tools/depends: curl: add --with-zlib option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-wolfssl option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-mbedtls option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-nss option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-gnutls option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-quiche option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-nghttp3 option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-ngtcp2 option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-gssapi option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-brotli option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: add --without-zstd option | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-15 | tools/depends: curl: format configure options | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-11-14 | Merge pull request #24101 from kambala-decapitator/nexus-macos-notarytool | Andrey Filipenkov | |
[backport][macOS] migrate from altool to notarytool | |||
2023-11-14 | use new variables in scripts | Andrey Filipenkov | |
(cherry picked from commit 21467dc9824763e805d96b3a628867627c9e8214) | |||
2023-11-14 | use keychain profile for notarytool | Andrey Filipenkov | |
(cherry picked from commit 3b554dc690b6a11159da30cc32a898916a3e67dc) |