aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2024-10-21Merge pull request #25421 from stigger/subtitles_line_spacing_settingStefano Gottardo
Add a setting to make subtitles line spacing configurable
2024-10-11[keymaps] Use video/audio/subtitle selection dialogsCastagnaIT
2024-10-07[Subtitles][Settings] Add a setting to make subtitles line spacing configurableVyacheslav Karpukhin
- The default value is chosen to avoid the overlaps with Box background style - Some of the subtitles settings are moved from Expert to Advanced level
2024-09-07GLES: Implement fast HQ scalers (#24611)sarbes
2024-08-25Keymaps: Add support for 3rd generation remoteSam Nazarko
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
2024-08-25Keymaps: update OSMC remote keymappingSam Nazarko
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
2024-08-17Merge pull request #25629 from ksooo/pvr-delete-after-watchingKai Sommerfeld
[PVR] Feature: "Delete after watching" for recordings
2024-08-17[PVR] Introduce 'Delete after watching' for recordings.ksooo
2024-08-16ActiveAE: Include LFE mixing possibilityfritsch
We have user without AVR running fullrange speakers. They want the bass of a 5.1 or 7.1 layout being mixed into FL and FR. This new setting allows to do so.
2024-08-09[video] Change select action choose implementation to open the full context ↵ksooo
menu of the item, not a special short context menu. Brings back old behavior for PVR recordings, adds more flexibility to other video items.
2024-07-29[Settings] Show "Maximum rewind time" on basic levelGarrett Brown
2024-07-14add manual action to clean all unused imagesRyan Rector
2024-06-28Fix missing subtitle help tips (#25365)Hitcher
* Update strings.po for subtitle help * Update settings.xml for subtitle help * Revert border blur
2024-06-25[VideoPlayer] Add GUI settings for audio/video playback queuesthexai
2024-06-21strings.po: fix duplicated strings id'sthexai
2024-06-17Merge pull request #25240 from smp79/vaapi-avcFrank H
VideoPlayer: add setting for using VAAPI AVC
2024-05-30Merge pull request #24564 from sarbes/hq-scaler-improvementMarkus Härer
GL: improve HQ scaler quality/performance
2024-05-24[Input] Fix Persian keyboard layoutJose Luis Marti
2024-05-22VideoPlayer: add setting for using VAAPI AVCsmp79
2024-05-09Allow for better joystick hotkey overridesBrady Svedin
This makes joystick hotkey overrides with the same hold duration as another action possible. Also updated joystick.xml comments to showcase new behavior.
2024-04-28Implement front to back rendering (#22919)sarbes
Implement front to back rendering
2024-04-21GLES: Add font shader clippingsarbes
2024-04-21Merge pull request #24605 from sarbes/font-rendering-improvementsarbes
GL: improve text rendering performance and quality
2024-04-10GL: improve text renderingsarbes
2024-03-24Remove timezone setting within KodiPhilipp Kerling
Kodi should just use whatever timezone is set up in the OS. There isn't really a convincing use case for changing the timezone in Kodi to be different from what the OS is set to. This setting was handled pretty inconsistently anyway (most OSes hide those settings, others disable it, on others it's just not going to be available due to g_timezone missing...). OS-like Kodi redistributions should add a proper OS-wide timezone setting to their respective settings/patchsets. This removes our dependency on a timezone database being available and reduces the code we have to maintain.
2024-03-17[webOS] Add support for Dolby Vision compatibility modequietvoid
It is necessary to playback profile 7 FEL. Otherwise, the Dolby Vision metadata is completely ignored.
2024-03-09[FileSystem] Change default Caching settingsthexai
2024-03-04[Android] Adjust GUI SRD peak luminance when display is in HDR PQ modethexai
2024-02-22[Windows] Fix inaccurate 10-bit SDR / HDR color using Pixel Shadersthexai
2024-02-11Merge pull request #24536 from DaVukovic/revert_23806fuzzard
[keymaps] change show shutdownmenu to poweroff action
2024-02-06[skin] Remove estouchy from corefuzzard
There have been a number of changes to skins, and estouchy has not been kept up to date. At this point no one has shown interest to update it, so remove it for now.
2024-01-29[webOS] Add setting to select allowed HDR dynamic metadata formatsquietvoid
It uses CBitstreamConverter and supports Dolby Vision. Therefore the setting can be useful. There are also TV models that have compatibility issues with videos containing both Dolby Vision and HDR10+ metadata in the bitstream. So by default, HDR10+ is always disabled as no TVs support it anyway. Fixes #24390.
2024-01-28[Android] Allow removing HDR10+ dynamic HDR metadataquietvoid
2024-01-28[Android] Allow removing Dolby Vision dynamic HDR metadataquietvoid
2024-01-22GL: improve HQ scaler quality/performancesarbes
2024-01-18[keymaps] change show shutdownmenu to poweroff actionDavid Vukovic
2024-01-17[pvr] Introduce setting to toggle 'auto play next programme'.ksooo
2023-12-30[CACerts] Update to 2023-12-12fuzzard
2023-12-20[Settings] Disable video version scanjjd-uk
2023-12-17[UPnP] Player: Add option to avoid volume synchronization to targetenen92
2023-12-13[Windows] fix chroma upscaling with pixel shaders render methodCrystalP
Was inadvertently broken by PR#15382: 4:2:0 chroma still need to be scaled even if luminance doesn't. Scaling chroma with nearest neighbor gives pretty bad results, changing back to linear. The YUY2 and UYVY luminance would also need the linear interpolation if scaling was still done by this shader in Windows. There is math to align the horizontal sampling points exactly and avoid any horizontal interpolation by the sampler.
2023-12-07[video] Rename setting 'Play default video version' to 'Select default video ↵ksooo
version' and move it from Player->Videos to Media->Videos.
2023-11-22Added Video Versions featureXODIDOX
2023-11-20Merge pull request #24100 from CrystalP/adjust-hdr-settingCrystalP
[Settings] Adjust the "Use display HDR capabilities" setting
2023-11-20[Settings] Adjust the "Use display HDR capabilities" settingCrystalP
Revised name and description.
2023-11-12[FileSystem] Move File Cache settings to GUI settingsthexai
2023-10-29[FileSystem] Add GUI settings for NFS and SMB chunk sizethexai
2023-10-26Merge pull request #23806 from HiassofT/remote-powerfuzzard
Switch remote poweroff button behaviour to show shutdown menu, like on keyboards
2023-10-17[keymaps] Remove leftovers from favourites dialog.ksooo
2023-10-04[video][settings] Add default play action setting.ksooo