Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-14 | Merge pull request #18751 from sarbes/opengl_hdr2sdr | Dave Blake | |
[OpenGL] Add ACES and Hable mapping | |||
2020-11-12 | [keymaps] FullscreenInfo: map longpress return and lonpress enter to PlayPause. | Kai Sommerfeld | |
2020-11-08 | [OpenGL] Added ACES and Hable mapping | sarbes | |
2020-11-08 | Tone mapping: small fixes and clean up | thexai | |
2020-11-04 | Tone mapping: Add new tone map methods "ACES Filmic" and "Hable" | thexai | |
2020-10-30 | resolution whitelist version 2 | Lukas Rusak | |
2020-10-27 | system/settings: merge x11.xml wayland.xml and gbm.xml into linux.xml | Lukas Rusak | |
2020-10-26 | [PVR] Reminders: Add option to switch to channel on auto-close of the ↵ | Kai Sommerfeld | |
reminder popup. | |||
2020-10-25 | Merge pull request #18619 from pkscout/xbmc-python-scrapers | Dave Blake | |
[scrapers] Add python3 based TMDB movie and tv show scrapers as defaults | |||
2020-10-23 | Merge pull request #18386 from the-black-eagle/music_video | the-black-eagle | |
[Musicvideos] Improve navigation, fetch extra info from musicdb when browsing musicvids and display in GUI | |||
2020-10-21 | set python scrapers as default on new install | Kyle Johnson | |
2020-10-21 | update addon installdata | Kyle Johnson | |
2020-10-21 | [video] Improve navigation & information for music videos | the-black-eagle | |
Store music album and artist id's in videoinfotag for musicvideo albums and artists to be used by VideoThumbLoader and GUIDialogMusicInfo to fetch correct info Don't try to load tags for music video items | |||
2020-10-21 | [Windows] Enables HLG HDR passthrough using HLG to PQ shaders | thexai | |
2020-10-13 | settings/gbm: set default visibility for hwscalingfilter to false | Lukas Rusak | |
2020-10-12 | Merge pull request #18539 from DaveTBlake/NoVideoArt | Dave Blake | |
[videolib]Setting Art level none means no art at all | |||
2020-10-07 | [Settings] adding Display hardware scaling filter option into setting menu | Sameer Lattannavar | |
Adding Display hardware scaling filter toggle into Settings->system->Display as 'Display hardware scaling filter'. This patch has 2 parts: 1) Adding new setting "videoscreen.hwscalingfilter" into gbm.xml 2) Adding all the required descriptions for the filter in settings Date: Wed Sep 02 2020 Addressing review comments on Setting descriptions. Date: Tue Sep 08 2020 Resolved conflicts. Date: Mon Oct 05 2020 Resolved conflicts. Signed-off-by: Sameer Lattannavar <sameer.lattannavar@intel.com> Signed-off-by: Garrett Brown <themagnificentmrb@gmail.com> | |||
2020-10-05 | Ensure art level none is applied to actors thumbs and thumbnails extracted ↵ | DaveTBlake | |
from video files, and when item refreshed from info dialog. Move settings for both under Artwork section and make dependent. | |||
2020-10-03 | add GUI configuration for artwork | Ryan Rector | |
2020-09-19 | Add artwork level = None | DaveTBlake | |
2020-09-19 | Add music art GUI settings (with artwork level) to supersede the advanced ↵ | DaveTBlake | |
settings | |||
2020-09-13 | [wayland] allow using CRendererDRMPRIMEGLES | Lukas Rusak | |
2020-09-13 | [wayland] allow using CDVDVideoCodecDRMPRIME | Lukas Rusak | |
2020-09-09 | Merge pull request #16321 from lrusak/rpi-removal | popcornmix | |
RPi: remove platform | |||
2020-09-09 | [tvOS][SiriRemote] Fix context menu action in VideosNav window | Sylvain CECCHETTO | |
When user is in VideosNav window, this commit allow him to open context menu by holding center of the Siri Remote on the selected item. | |||
2020-09-08 | RPi: remove platform | Lukas Rusak | |
2020-07-22 | Merge pull request #18183 from DaveTBlake/FixMovieSettings | Dave Blake | |
Fix setting layout for "videolibrary.groupsingleitemsets" | |||
2020-07-18 | GL-Shaders: Remove nvidia special handling | fritsch | |
2020-07-18 | Fix group single movie into set setting, it is not dependent on show movie ↵ | DaveTBlake | |
sets setting | |||
2020-07-17 | [addons] introduce setting for addon updatemode | howie-f | |
2020-07-04 | Merge pull request #15665 from ronie/py3-scrapers | ronie | |
[scrapers] python3 based artist and album scraper | |||
2020-06-22 | set python scrapers as default on new install | ronie | |
2020-06-22 | update addon installdata | ronie | |
2020-06-18 | Windows HDR passthrough support | thexai | |
2020-06-05 | [pvr] Expert setting to allow using backend channel numbers with more than ↵ | phunkyfish | |
one PVR backend | |||
2020-05-25 | Merge pull request #17889 from AlwinEsch/fix-dll-load-helper | Alwin Esch | |
[addon][tools] fix dll load helper | |||
2020-05-23 | Merge pull request #17724 from lrusak/drm-prime-sw-buffer-object-pr-2 | Lukas Rusak | |
CDVDVideoCodecDRMPRIME: software decoding | |||
2020-05-22 | [settings] add settings to disable drm prime hw acceleration | Lukas Rusak | |
2020-05-20 | [addons][tools] add helper as ADDON_GLOBAL_TOOLS to versions.h | Alwin Esch | |
This to allow versions check about, before was them not included in check where makes it dangerous by changes. | |||
2020-05-19 | Merge pull request #17529 from garbear/enable-controller-setting | Garrett Brown | |
Re-introduce "input.enablejoystick" setting | |||
2020-05-17 | [settings] Make enable mouse/controller advanced settings | Garrett Brown | |
These options can kill Kodi if no alternative input method is available, so let's hide them by default. | |||
2020-05-17 | [peripherals] Re-introduce "input.enablejoystick" setting | Garrett Brown | |
This setting was removed in the joystick subsystem introduced in Kodi 17 Krypton. Instead, controller input could be disabled from the GUI by disabling the peripheral.joystick add-on. The reason for re-adding this setting is due to Kodi's interaction with the window manager. On systems without a window manager, Kodi won't receive an event when the main app loses focus. By introducing this setting, an API is provided to clients so they can appropriately control controller input based on external knowledge. | |||
2020-05-12 | [network] Add setting for web server authentication and enable by default | Philipp Kerling | |
2020-04-15 | Disable VAAPI/VDPAU MPEG-2 hwaccel by default | Philipp Kerling | |
radeon mesa driver still seems to have issues with MPEG-2 and with current and even older hardware hardware-decoding MPEG-2 does not give substantial benefit. Fixes #17651 (kind of) See also mpv-player/mpv@3dd59db | |||
2020-04-06 | windowing/gbm: add option to limit gui size | Jonas Karlman | |
2020-03-26 | [PVR] setting 'Switch to full screen' now supports channel types. | Kai Sommerfeld | |
2020-03-05 | Add support for extra date and bpm tags in music files | the-black-eagle | |
2020-02-15 | update SSL CA trust store | Rechi | |
2020-02-15 | move cacert.pem to system/certs | Rechi | |
This avoids rebuilding depends if cacert.pem gets updated | |||
2020-02-08 | Merge pull request #17225 from ronie/fullscreenplayback | ronie | |
add setting to switch to visualisation on playback |