Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-19 | Merge pull request #14089 from rytilahti/master | Wolfgang Schupp | |
mdns: add a txt record for http & json services containing 'uuid' and 'txtvers' | |||
2018-07-17 | mdns: 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-10 | Games: Add setting to disable autosave | Garrett Brown | |
2018-06-27 | Settings: GBM - hide "Display mode" setting | Wolfgang Haupt | |
2018-06-26 | [Settings] Add subtitle background opacity setting | enen92 | |
2018-06-26 | [Settings] Add subtitle background colour setting | enen92 | |
2018-06-24 | VideoPlayer: opengl - fix color range of subtitle textures | Rainer Hochecker | |
2018-06-20 | Merge pull request #14058 from Memphiz/fix_ios_tvout | Rechi | |
[ios] Fix external/tvout monitor support | |||
2018-06-17 | settings: add setting for PRIME renderer type | Lukas 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-13 | Add 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 whitespace | h.udo | |
2018-06-12 | Merge pull request #11017 from Ignoble61/node-order | Dave Blake | |
Space out order value of library nodes | |||
2018-06-10 | Refine Video::Autoplay options | peak3d | |
2018-06-10 | Space out order value of library nodes | Ignoble61 | |
2018-05-27 | VAAPI-Settings: Fix vaapi-mpeg2 visibility | fritsch | |
2018-05-26 | [win32] windowing: adapt the code to the latest changes. | Anton Fedchin | |
2018-05-26 | OpenGL(ES): fix limited rande for gui and pictured | Rainer Hochecker | |
2018-05-25 | OpenGLES: fix limited range for gui | Lukas Rusak | |
2018-05-25 | OpenGL: fix limited range for gui | Rainer Hochecker | |
2018-05-23 | Implement orignal audio language flag | peak3d | |
2018-05-18 | OSX: only load resolution of current display | Rainer Hochecker | |
2018-05-05 | VideoPlayer: add setting for using VAAPI HEVC | Lukas Rusak | |
2018-05-05 | VideoPlayer: add setting for using VAAPI VP9 | Lukas Rusak | |
2018-05-05 | VAAPI: add vp8 support | Lukas Rusak | |
2018-05-04 | Merge pull request #13274 from lrusak/mode-whitelist | Lukas Rusak | |
Mode whitelist | |||
2018-05-02 | DisplaySettings: whitelisted mode selection | Lukas Rusak | |
2018-05-01 | typo: missing vec4 in shader | MilhouseVH | |
2018-04-29 | Merge pull request #13812 from DaveTBlake/PreferScrapedAlbumArt | Dave Blake | |
[Music]Optionally prefer scraped album covers to embedded images | |||
2018-04-27 | Add option to prefer scraped album covers over images embedded in a music file | DaveTBlake | |
2018-04-25 | Sync system/settings/freebsd.xml with linux.xml | Tobias 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-18 | handle limit color setting per platform | Wolfgang 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-18 | GLES: allow using limited color range | Lukas Rusak | |
2018-04-07 | Merge pull request #13737 from FernetMenta/leftover | Rainer Hochecker | |
AE: drop dsp leftovers | |||
2018-04-06 | Component logging disabled on fresh install / Video component not preselected | peak3d | |
2018-04-05 | drop more dsp leftovers | Rechi | |
2018-03-27 | Merge pull request #12860 from Wolftronics-SBC/master | ronie | |
Updated hungarian.xml frequently used buttons add to keyboard layout | |||
2018-03-24 | VideoPlayer: only display settings for vaapi and vdpau if they are actually ↵ | Rainer Hochecker | |
available | |||
2018-03-21 | Fix disappointing lack of games after entering cheat code | Garrett Brown | |
2018-03-07 | [pvr][keymaps] Implement PVR 'direct channel input' and 'channel preview' ↵ | Kai Sommerfeld | |
actions/keybindings using virtual windows. | |||
2018-03-04 | Merge pull request #13578 from peak3d/primesettings | Markus Pfau | |
[Settings] Allow s/w decode for GBM platform | |||
2018-03-01 | VideoPlayer: OpenGL - fix col conversion in filter | Rainer Hochecker | |
2018-02-25 | [Settings] Allow s/w decode for GBM platform | peak3d | |
2018-02-25 | VideoPlayer: DirectX - make sure rgb values are not negative after yuv2rgb ↵ | Anton Fedchin | |
conversion. | |||
2018-02-25 | VideoPlayer: OpenGL - make sure rgb values are not neg after yuv2rgb conversion | Rainer Hochecker | |
2018-02-21 | DirectX: fix NaN in shaders | Anton 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-18 | OpenGL: fix NaN in shaders | Rainer Hochecker | |
2018-02-15 | [VideoPlayer] WinRenderer: implement tone mapping. | Anton Fedchin | |
2018-02-13 | RetroPlayer: Disable screenshot hotkey | Garrett Brown | |
In practice, while intense button-mashing, a player can hit Select+A and cause a series of annoying, confusing dialogs. | |||
2018-02-11 | RetroPlayer: Disable reset hotkey | Garrett 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. |