aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-10[JSON-RPC] Add Getter/Setter for audio delayCastagnaIT
2023-01-10[MathUtils] Fix RoundF precisionCastagnaIT
2023-01-09Merge pull request #22354 from howie-f/v20-getorphaneddependenciesfuzzard
[addons] AddonMgr::GetOrphanedDependencies() must fetch all add-ons, …
2023-01-09Merge pull request #22401 from CastagnaIT/season_title_fix_nexusfuzzard
[backport][Video][Directory] Allow get the custom named season with GetLocalizedName
2023-01-09Merge pull request #22407 from kszaq/resolution-iscreen-Nexusfuzzard
[backport] Resolution: use iScreenWidth, iScreenHeight in GetMaxAllowedResolution
2023-01-07Merge pull request #22417 from enen92/music_backportMiguel Borges de Freitas
[music] backport of 22372
2023-01-07[MediaType] Fix MediaTypeSong singular translationenen92
2023-01-07[MediaTypes] Disable clang-format for mediaTypes mapenen92
2023-01-07[Music] There's no such thing as addons://source/music but only source/audioenen92
2023-01-06Resolution: use iScreenWidth, iScreenHeight in GetMaxAllowedResolutionkszaq
GetMaxAllowedResolution is used by inputstream.adaptive addon to decide on stream resolution in Representation Chooser. As it decides on video resolution, Kodi should return maximal possible video resolution, not UI resolution.
2023-01-05[Video][Directory] Allow get custom named season with GetLocalizedNameCastagnaIT
2023-01-05[DialogVideoInfo] Fixed empty dialog when edit season titleCastagnaIT
2023-01-04Merge pull request #22390 from ksooo/pvr-fix-startupwindows-nexusKai Sommerfeld
[PVR] Quick fix/workaround for empty channel/guide window when used a…
2023-01-04[PVR] Quick fix/workaround for empty channel/guide window when used as ↵ksooo
startup window due to missing window content refresh after PVR Manager started.
2023-01-04Merge pull request #22386 from repojohnray/nexus_backport22311fuzzard
[VideoPlayerCodec] fix ReadPCM() related memory leak (Nexus backport)
2023-01-04Merge pull request #22384 from repojohnray/nexus_backport22363fuzzard
[sqlite] fix memory leak (Nexus backport)
2023-01-03[VideoPlayerCodec] fix ReadPCM() related memory leakrepojohnray
2023-01-03[CDemuxStream] fix ExtraData related memory leakrepojohnray
2023-01-03[sqlite] fix memory leakrepojohnray
This memory leak is related to DB_CONNECTION_NONE.
2023-01-03Merge pull request #22382 from ksooo/estuary-pvr-widgets-limits-nexusKai Sommerfeld
[Estuary] PVR home screen widgets: Limit number of items only for rec…
2023-01-03[Estuary] PVR home screen widgets: Limit number of items only for recent ↵ksooo
channels/recordings and next timers, not for channel groups and saved searches.
2023-01-03Merge pull request #22366 from emveepee/uneventful-nexusKai Sommerfeld
[PVR] Connection eventlog changes
2023-01-03Merge pull request #22370 from ksooo/pvr-timer-types-selection-nexusKai Sommerfeld
[PVR][Estuary] Timer settings dialog: Show client name in timer type selcetion dialog …
2023-01-02[PVR][Estuary] Timer settings dialog: Show client name in timer type ↵ksooo
selection dialog if more than one client supports timers.
2023-01-02Merge pull request #22368 from ksooo/pvr-fix-groups-renumber-crash-nexusKai Sommerfeld
[PVR] Fix crash when renumbering channels and backend does not supply channel numbers.
2023-01-02[PVR] Fix crash when renumbering channels and backend does not supply ↵ksooo
channel numbers.
2023-01-02Merge pull request #22365 from joseluismarti/jni-restoreKeys-nexusfuzzard
[backport][Android] MediaDrm: catch restoreKeys exceptions
2023-01-01 [PVR] Connection eventlog changesemveepee
Nexus backport of PR #22338
2023-01-02[backport][Android] MediaDrm: catch restoreKeys exceptionsJose Luis Marti
2023-01-02Merge pull request #22358 from xbmc/debian-build-fixes-nexusfuzzard
[Nexus][BACKPORT] Upstream Debian patches
2022-12-31Work around Mesa eglchromium.h removalAlan Swanson
I have polished Alan's snippet to buildable state and tested on Kodi from Debian sid. Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2022-12-31Get rid of bashisms in kodi*.shVasyl Gello
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
2022-12-30[addons] AddonMgr::GetOrphanedDependencies() must fetch all add-ons, not ↵Frank Howie
only the enabled ones
2022-12-29Merge pull request #22335 from garbear/backport-color-fixfuzzard
[Nexus] RetroPlayer: Fix gamewindow control not clearing render area
2022-12-29Merge pull request #22318 from kambala-decapitator/nexus-ios-keyboard-dark-modefuzzard
[ios] add support for dark mode to the keyboard input field
2022-12-29Merge pull request #22336 from fuzzard/BP_cmake_win_dependsflagsfuzzard
[BP][cmake] BUILD_DEP_TARGET macro pass project compiler flags through
2022-12-27[cmake][win] BUILD_DEP_TARGET macro pass project compiler flags throughfuzzard
We dont use a toolchain for windows (unlike most other unix platforms), so manually pass project compiler flags through to externalproject_add calls for windows cmake projects
2022-12-26RetroPlayer: Use color constantsGarrett Brown
2022-12-26RetroPlayer: Fix controls not clearing their render areaGarrett Brown
2022-12-26Merge pull request #22285 from CastagnaIT/webvtt_hours_Nexusfuzzard
[Subtitles][WebVTT][backport] Accept timestamp with 100+ hours
2022-12-23[ios] add support for dark mode to the keyboard input fieldAndrey Filipenkov
(cherry picked from commit 647ee3c57514ed976ffdd59eb91288ea190684a9)
2022-12-22Merge pull request #22313 from garbear/backport-flatcGarrett Brown
[Backport] Fix double attempt to find flatc compiler
2022-12-22[V20] Fix double attempt to find flatc compilerGarrett Brown
find_package(FlatC) is called twice, once from CMakeLists.txt (as it's a required build tool) and once from FindFlatBuffers.cmake (as it's a direct dependency).
2022-12-19Merge pull request #22286 from fuzzard/Nexus_rc220.0rc2-Nexusfuzzard
[V20] Nexus RC2
2022-12-19[V20 RC2] Version bumpsfuzzard
2022-12-19Merge pull request #22284 from thexai/fix-Xbox-database-Nexusfuzzard
[Xbox][Database] Fix race condition at upgrade databases version
2022-12-18[Subtitles][WebVTT] Accept timestamp with 100+ hoursCastagnaIT
2022-12-18[Xbox][Database] Fix race condition at upgrade databases versionthexai
2022-12-18Merge pull request #22280 from ksooo/music_video_fix-playlist_detection-nexusfuzzard
[music][video] (Music|Video)Utils::IsItemPlayable: Fix playlist detection
2022-12-18Merge pull request #22264 from popcornmix/egl_modifiersfuzzard
DRMPRIMEEGL: Also map the plane modifiers