aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Collapse)Author
2018-07-19Merge pull request #14089 from rytilahti/masterWolfgang Schupp
mdns: add a txt record for http & json services containing 'uuid' and 'txtvers'
2018-07-17mdns: add a txt record for http & json containing 'uuid' and 'txtvers'Teemu Rytilahti
Allows distinguishing between kodi installations without resorting to making any API calls. This is also useful as kodi sends advertisements for every bound interface, causing duplicate advertisements from a single host.
2018-07-10Games: Add setting to disable autosaveGarrett Brown
2018-06-27Settings: GBM - hide "Display mode" settingWolfgang Haupt
2018-06-26[Settings] Add subtitle background opacity settingenen92
2018-06-26[Settings] Add subtitle background colour settingenen92
2018-06-24VideoPlayer: opengl - fix color range of subtitle texturesRainer Hochecker
2018-06-20Merge pull request #14058 from Memphiz/fix_ios_tvoutRechi
[ios] Fix external/tvout monitor support
2018-06-17settings: add setting for PRIME renderer typeLukas Rusak
2018-06-16[ios/ExternalTouchscreenController] - fixed background image scaling of ↵Memphiz
touch screen controller and fix invisible instruction text on first startup
2018-06-13Add Sources node.DaveTBlake
Process sourceid in GetFilter, add new default node xml, and "sources" content type to Estuary view options
2018-06-12[system] nuke whitespaceh.udo
2018-06-12Merge pull request #11017 from Ignoble61/node-orderDave Blake
Space out order value of library nodes
2018-06-10Refine Video::Autoplay optionspeak3d
2018-06-10Space out order value of library nodesIgnoble61
2018-05-27VAAPI-Settings: Fix vaapi-mpeg2 visibilityfritsch
2018-05-26[win32] windowing: adapt the code to the latest changes.Anton Fedchin
2018-05-26OpenGL(ES): fix limited rande for gui and picturedRainer Hochecker
2018-05-25OpenGLES: fix limited range for guiLukas Rusak
2018-05-25OpenGL: fix limited range for guiRainer Hochecker
2018-05-23Implement orignal audio language flagpeak3d
2018-05-18OSX: only load resolution of current displayRainer Hochecker
2018-05-05VideoPlayer: add setting for using VAAPI HEVCLukas Rusak
2018-05-05VideoPlayer: add setting for using VAAPI VP9Lukas Rusak
2018-05-05VAAPI: add vp8 supportLukas Rusak
2018-05-04Merge pull request #13274 from lrusak/mode-whitelistLukas Rusak
Mode whitelist
2018-05-02DisplaySettings: whitelisted mode selectionLukas Rusak
2018-05-01typo: missing vec4 in shaderMilhouseVH
2018-04-29Merge pull request #13812 from DaveTBlake/PreferScrapedAlbumArtDave Blake
[Music]Optionally prefer scraped album covers to embedded images
2018-04-27Add option to prefer scraped album covers over images embedded in a music fileDaveTBlake
2018-04-25Sync system/settings/freebsd.xml with linux.xmlTobias Kortkamp
DEBUG: CSettings: loaded settings definition from special://xbmc/system/settings/freebsd.xml FATAL: Unable to load freebsd-specific settings definitions Also fixes a crash when libva-intel-driver is installed Signed-off-by: Tobias Kortkamp <tobik@FreeBSD.org>
2018-04-18handle limit color setting per platformWolfgang Haupt
Remove the limited color setting from the generic settings.xml and add it to the platforms that support limited range. Create missing platform xml's for x11 and wayland.
2018-04-18GLES: allow using limited color rangeLukas Rusak
2018-04-07Merge pull request #13737 from FernetMenta/leftoverRainer Hochecker
AE: drop dsp leftovers
2018-04-06Component logging disabled on fresh install / Video component not preselectedpeak3d
2018-04-05drop more dsp leftoversRechi
2018-03-27Merge pull request #12860 from Wolftronics-SBC/masterronie
Updated hungarian.xml frequently used buttons add to keyboard layout
2018-03-24VideoPlayer: only display settings for vaapi and vdpau if they are actually ↵Rainer Hochecker
available
2018-03-21Fix disappointing lack of games after entering cheat codeGarrett Brown
2018-03-07[pvr][keymaps] Implement PVR 'direct channel input' and 'channel preview' ↵Kai Sommerfeld
actions/keybindings using virtual windows.
2018-03-04Merge pull request #13578 from peak3d/primesettingsMarkus Pfau
[Settings] Allow s/w decode for GBM platform
2018-03-01VideoPlayer: OpenGL - fix col conversion in filterRainer Hochecker
2018-02-25[Settings] Allow s/w decode for GBM platformpeak3d
2018-02-25VideoPlayer: DirectX - make sure rgb values are not negative after yuv2rgb ↵Anton Fedchin
conversion.
2018-02-25VideoPlayer: OpenGL - make sure rgb values are not neg after yuv2rgb conversionRainer Hochecker
2018-02-21DirectX: fix NaN in shadersAnton Fedchin
AMD devs don't follow data conversion rules in case of float to unorm. The algo described at https://msdn.microsoft.com/ru-ru/library/windows/desktop/dd607323%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396 there is NaN should be converted to 0. So we have to use this fix for AMD hardware.
2018-02-18OpenGL: fix NaN in shadersRainer Hochecker
2018-02-15[VideoPlayer] WinRenderer: implement tone mapping.Anton Fedchin
2018-02-13RetroPlayer: Disable screenshot hotkeyGarrett Brown
In practice, while intense button-mashing, a player can hit Select+A and cause a series of annoying, confusing dialogs.
2018-02-11RetroPlayer: Disable reset hotkeyGarrett Brown
In practice, while button-mashing, a player can hit Select+B and cause a reset, but without an easy way to undo this reset, gameplay progress can be lost.