Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-04 | [FileCache] Implements adaptative read factor based on cache level | thexai | |
2024-02-04 | [VideoDatabase] Do not overwrite Set Overview if no field in NFO. | 78andyp | |
2024-02-03 | [Keyboard] Fix typos in comment | Garrett Brown | |
2024-02-04 | Merge pull request #24597 from fritsch/brokendelay | fuzzard | |
AESinkAudioTrack: Help broken firmwares to make kodi ignore broken delay | |||
2024-02-04 | Merge 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-03 | game.controller.default: Update to v1.0.42 | Garrett Brown | |
2024-02-03 | fix retain cycle in Darwin Gamecontroller | Andrey Filipenkov | |
2024-02-03 | [Android] Exec wake-up routine only after hdmi handshake | hugbug | |
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-03 | Merge pull request #24613 from enen92/gh_docs | Miguel Borges de Freitas | |
[docs] Use gh markdown highlights of warnings, tips and notes | |||
2024-02-03 | Merge pull request #24617 from ksooo/video-fix-playlist-select-actions | Kai Sommerfeld | |
[video] Fix playlist window select and play actions | |||
2024-02-03 | Merge pull request #24620 from garbear/fix-webvtt-warning | Garrett Brown | |
Fix WebVTT compiler warning | |||
2024-02-03 | Merge pull request #24626 from garbear/waylandpp-patch | fuzzard | |
tools/depends: Update waylandpp patch to fix build again with gcc 13 | |||
2024-02-02 | Merge pull request #24619 from CrystalP/extra-noartfallback | CrystalP | |
[video] Remove fallback to movie art for undefined extra art types | |||
2024-02-02 | tools/depends: Update waylandpp patch to fix build again with gcc 13 | Garrett Brown | |
2024-02-02 | Merge pull request #24621 from garbear/webos-remove-cec | Garrett Brown | |
webOS: Remove leftover libcec depend | |||
2024-02-02 | Merge pull request #24604 from garbear/android-joysticks | Garrett Brown | |
Android joystick fixes | |||
2024-02-02 | [GUIEditControl] Use left truncate for edit controls only | CastagnaIT | |
2024-02-02 | [GUIEditControl] Fix constructor | CastagnaIT | |
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-02 | Merge pull request #24609 from jjd-uk/estuary_extras_select | jjd-uk | |
[Estuary] Extras - change layout | |||
2024-02-01 | webos: Remove leftover libcec depend | Garrett Brown | |
Not present after cec was moved to internal depends. | |||
2024-02-01 | Fix WebVTT compiler warning | Garrett 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 types | CrystalP | |
2024-02-01 | [video][strings] Restore movie name in Choose version/extra dialog title | CrystalP | |
2024-02-01 | [strings] Add missing cross references to DialogVideoManager.xml | CrystalP | |
2024-02-01 | [video][Estuary] Change text of the Rename button for Versions Manager | CrystalP | |
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-01 | Merge pull request #24532 from the-black-eagle/fix-filedetails | the-black-eagle | |
[VIDEO] fix tv show episodes not probed for streamdetails when refres… | |||
2024-01-31 | Merge pull request #24600 from quietvoid/select_hdr_fmt_webos | Stephan Sundermann | |
[webOS] Add setting to select allowed HDR dynamic metadata formats | |||
2024-01-31 | [Android][Peripherals] Fix input for joystick events without JOYSTICK source | Garrett Brown | |
2024-01-31 | [Android][Peripherals] Initialize buttonmap with Android mapping, if possible | Garrett Brown | |
2024-01-31 | Use gh markdown highlights of warnings, tips and notes | enen92 | |
2024-01-30 | [Android][Peripherals] Fix input for non-button keycodes | Garrett Brown | |
2024-01-30 | [Android][Peripherals] Fix input for controllers with only mouse source | Garrett Brown | |
2024-01-30 | [Android][Peripherals] Fix input for generic buttons and axes | Garrett Brown | |
2024-01-30 | [Android][Peripherals] Extend range of keycodes being logged | Garrett 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_back | Garrett Brown | |
2024-01-30 | [Android][Peripherals] Fix comment indentation | Garrett 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 logging | Garrett Brown | |
2024-01-30 | [Joysticks] Replace magic strings with constants | Garrett Brown | |
2024-01-30 | [Joysticks] Improve logging while button mapping | Garrett Brown | |
2024-01-30 | [Joysticks] Fix mapping PS4 trigger analog semiaxes | Garrett 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 logline | Garrett Brown | |
2024-01-30 | Merge pull request #24607 from CrystalP/rm-mimetype | CrystalP | |
[video] Fix playback of .rm files | |||
2024-01-30 | AESinkAudioTrack: Help broken firmwares to make kodi ignore broken delay | fritsch | |
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 layout | jjd-uk | |
2024-01-30 | Merge pull request #24582 from thexai/fix-read-factor | thexai | |
[FileCache] adjust Read Factor algorithm |