aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-04[FileCache] Implements adaptative read factor based on cache levelthexai
2024-02-04[VideoDatabase] Do not overwrite Set Overview if no field in NFO.78andyp
2024-02-03[Keyboard] Fix typos in commentGarrett Brown
2024-02-04Merge pull request #24597 from fritsch/brokendelayfuzzard
AESinkAudioTrack: Help broken firmwares to make kodi ignore broken delay
2024-02-04Merge pull request #24634 from ↵fuzzard
kambala-decapitator/darwin-gamecontroller-fix-leak [darwin] fix retain cycle in Gamecontroller
2024-02-03[favourites][listproviders] Fix select action not to show the choose video ↵ksooo
version dialog for movies with multiple versions but to directly play the version.
2024-02-03game.controller.default: Update to v1.0.42Garrett Brown
2024-02-03fix retain cycle in Darwin GamecontrollerAndrey Filipenkov
2024-02-03[Android] Exec wake-up routine only after hdmi handshakehugbug
When device wakes up after sleep the wake-up jobs are executed. They include reinitialisation of audio engine. To avoid errors in audio engine we wait for hdmi handshake to complete before executing wake-up jobs.
2024-02-03Merge pull request #24613 from enen92/gh_docsMiguel Borges de Freitas
[docs] Use gh markdown highlights of warnings, tips and notes
2024-02-03Merge pull request #24617 from ksooo/video-fix-playlist-select-actionsKai Sommerfeld
[video] Fix playlist window select and play actions
2024-02-03Merge pull request #24620 from garbear/fix-webvtt-warningGarrett Brown
Fix WebVTT compiler warning
2024-02-03Merge pull request #24626 from garbear/waylandpp-patchfuzzard
tools/depends: Update waylandpp patch to fix build again with gcc 13
2024-02-02Merge pull request #24619 from CrystalP/extra-noartfallbackCrystalP
[video] Remove fallback to movie art for undefined extra art types
2024-02-02tools/depends: Update waylandpp patch to fix build again with gcc 13Garrett Brown
2024-02-02Merge pull request #24621 from garbear/webos-remove-cecGarrett Brown
webOS: Remove leftover libcec depend
2024-02-02Merge pull request #24604 from garbear/android-joysticksGarrett Brown
Android joystick fixes
2024-02-02[GUIEditControl] Use left truncate for edit controls onlyCastagnaIT
2024-02-02[GUIEditControl] Fix constructorCastagnaIT
In the CGUIDialogSettingsBase (GUIDialogSettingsBase.cpp) when construct the setting control type "edit" the new object constructed by using new CGUIEditControl(*CGUIEditControl) was not calling the relative CGUIEditControl constructor method and so the CGUIEditControl::DefaultConstructor method was not called, so this add the appropriate constructor
2024-02-02Merge pull request #24609 from jjd-uk/estuary_extras_selectjjd-uk
[Estuary] Extras - change layout
2024-02-01webos: Remove leftover libcec dependGarrett Brown
Not present after cec was moved to internal depends.
2024-02-01Fix WebVTT compiler warningGarrett Brown
Warning was: warning: ‘char* __builtin_strchr(const char*, int)’ argument missing terminating nul [-Wstringop-overread] 241 | return __builtin_strchr (__s, __c); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~
2024-02-01[video] Remove art fallback to movie art for missing extra art typesCrystalP
2024-02-01[video][strings] Restore movie name in Choose version/extra dialog titleCrystalP
2024-02-01[strings] Add missing cross references to DialogVideoManager.xmlCrystalP
2024-02-01[video][Estuary] Change text of the Rename button for Versions ManagerCrystalP
2024-02-01[video] Fix playlist window playback for video versions added from video ↵ksooo
versions folder view. Those items have no videodb URL and thus must not be patched on window refresh.
2024-02-01[video] Fix playlist window play action handling to always play the selected ↵ksooo
item, taking default play action setting into account.
2024-02-01[video] Fix playlist window select action handling to ignore default select ↵ksooo
action setting and multiple video versions and always play the selected item, taking default play action setting into account.
2024-02-01[Estuary] Fix player controls dialog (#24606)Hitcher
* Fix player controls * Fix typo
2024-02-01Merge pull request #24532 from the-black-eagle/fix-filedetailsthe-black-eagle
[VIDEO] fix tv show episodes not probed for streamdetails when refres…
2024-01-31Merge pull request #24600 from quietvoid/select_hdr_fmt_webosStephan Sundermann
[webOS] Add setting to select allowed HDR dynamic metadata formats
2024-01-31[Android][Peripherals] Fix input for joystick events without JOYSTICK sourceGarrett Brown
2024-01-31[Android][Peripherals] Initialize buttonmap with Android mapping, if possibleGarrett Brown
2024-01-31Use gh markdown highlights of warnings, tips and notesenen92
2024-01-30[Android][Peripherals] Fix input for non-button keycodesGarrett Brown
2024-01-30[Android][Peripherals] Fix input for controllers with only mouse sourceGarrett Brown
2024-01-30[Android][Peripherals] Fix input for generic buttons and axesGarrett Brown
2024-01-30[Android][Peripherals] Extend range of keycodes being loggedGarrett Brown
AKEYCODE_PROFILE_SWITCH is now the final key in keys.h as of NDK 21.4.7075529.
2024-01-30[Android][Peripherals] Change push_back to emplace_backGarrett Brown
2024-01-30[Android][Peripherals] Fix comment indentationGarrett Brown
Likely due to a past format with clang-format that didn't properly de-indent the comment blocks.
2024-01-30[Android][Keyboard] Improve keypress loggingGarrett Brown
2024-01-30[Joysticks] Replace magic strings with constantsGarrett Brown
2024-01-30[Joysticks] Improve logging while button mappingGarrett Brown
2024-01-30[Joysticks] Fix mapping PS4 trigger analog semiaxesGarrett Brown
Rapid input is dropped when buttonmapping, because some controllers send multiple events per button press with different button IDs. However, on the PS4 controller, two events from the same button are sent, one analog and one digital. Because the digital one is ignored, we shouldn't consider the analog event a case of rapid input.
2024-01-30[Keyboard] Add keysym to loglineGarrett Brown
2024-01-30Merge pull request #24607 from CrystalP/rm-mimetypeCrystalP
[video] Fix playback of .rm files
2024-01-30AESinkAudioTrack: Help broken firmwares to make kodi ignore broken delayfritsch
Kodi can supervise the sink for being stuck, which means: if you open a sink with 160 ms buffer and it does not move while eating more than twice of the buffer's audio data, it is considered a bug. Sadly - there is a whole lot of broken firmwares out there, one of the leards: Ugoos. Which is the reason I make disabled by default. That means that FireTV Cube 3rd Gen and others would need to enable this - once again - via an advanced settings. <advancedsettings> <audio> <superviseaudiodelay>true</superviseaudiodelay> <audio> </advancedsettings> Co-authored-by: thexai <58434170+thexai@users.noreply.github.com>
2024-01-30[Estuary] Extras - change layoutjjd-uk
2024-01-30Merge pull request #24582 from thexai/fix-read-factorthexai
[FileCache] adjust Read Factor algorithm