aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-25[Estuary] Remove unused default iconsGarrett Brown
2018-10-26Merge pull request #14717 from ronie/estuary-updRazzeee
[Estuary] bug fixes
2018-10-25[Estuary] bug fixesronie
2018-10-25Merge pull request #14716 from Memphiz/osx_fakefullscreenMemphiz
[settings/osx] - hide the fakefullscreen setting.
2018-10-25[settings/osx] - hide the fakefullscreen setting. Non-Fake fullscreen is ↵Memphiz
deprecated since 10.7 and non-working since 10.8. Apple suggests fake fullscreen by using a fullscreen window - and we are doing so.
2018-10-25Merge pull request #14710 from DaveTBlake/JSONGetArtistsArtFixDave Blake
[JSON]Fix AudioLibrary.GetArtists with only "thumbnail" or "fanart"
2018-10-25windowing/gbm: authorize drm master if drmSetMaster failsLukas Rusak
2018-10-25Merge pull request #14692 from garbear/input-relocationGarrett Brown
Input code relocation
2018-10-25[GLES] cleanup shadersLukas Rusak
2018-10-25VideoPlayer: remove unused YUVMatrix filesLukas Rusak
2018-10-25[GLES] VideoPlayer: cleanup codeLukas Rusak
2018-10-25[GLES] VideoPlayer: implement tone mappingLukas Rusak
2018-10-25Input: Move action source files to 'input/actions/' subfolderGarrett Brown
2018-10-25Keyboard: Move XBMCKey enum into KEYBOARD namespaceGarrett Brown
2018-10-25[JSON] Fix AudioLibrary.GetArtists when only one of "thumbnail" or "fanart" ↵DaveTBlake
properties requested.
2018-10-25Merge pull request #14619 from MartijnKaijser/chorus_v18.x-2.4.6Martijn Kaijser
[addons] Update Chorus2 to v18.x-2.4.6
2018-10-24Merge pull request #14677 from garbear/no-controllersGarrett Brown
Game OSD: Always show help if no controllers are connected
2018-10-24Merge pull request #14691 from garbear/remove-toggleGarrett Brown
FullscreenGame: Remove OSD toggle action
2018-10-24Merge pull request #14568 from a1rwulf/fix-no-audioLukas Rusak
Windowing: GBM - make sure connector is connected before doing a modeset
2018-10-24LinuxRendererGLES: cleanup confusing log messagesLukas Rusak
2018-10-24[GLES] VideoPlayer: rewrite yuv - rgb conversionLukas Rusak
2018-10-24Addons: Replaced broken test with new derived methodGarrett Brown
2018-10-24Addons: Don't consider broken add-ons installableGarrett Brown
This change is motivated by the "Get all" button in the controller dialog. Before this change, it would show and install broken add-ons. After this change, such add-ons are excluded.
2018-10-24Merge pull request #14676 from garbear/fix-disconnectGarrett Brown
Games: Fix crash on game close after controller disconnects
2018-10-24Merge pull request #14515 from lrusak/drm-10Lukas Rusak
[GBM] support 10bit output modes and other fixes
2018-10-24Merge pull request #14673 from lrusak/fd-leakageLukas Rusak
windowing/gbm: use CFileHandle to handle the fd
2018-10-24windowing/gbm: fallback to 8bit mode if no matching 10bit EGL config is foundLukas Rusak
2018-10-24CDRMUtils: add 10 bit overlay plane supportLukas Rusak
2018-10-24CDRMUtils: only support NV12 for now (we can add more formats later)Lukas Rusak
2018-10-24CDRMUtils: rename planes so we know they are kodi specificLukas Rusak
2018-10-24windowing/gbm: use CFileHandle to handle the fdLukas Rusak
2018-10-24Merge pull request #14652 from lrusak/egl-init-reworkLukas Rusak
EGLUtils: breakup EGL init process
2018-10-24Merge pull request #14613 from FernetMenta/mojaveMemphiz
OSX: fix fullscreen on Mojave
2018-10-24Merge pull request #14683 from srg70/masterMemphiz
Fix crash on exit when checking of libgpg-error lock object size.
2018-10-24[Subtitles] Avoid using res and overscan (use rectview instead)enen92
2018-10-24remove some duplicates from mime type mappingArne Morten Kvarving
2018-10-24changed: modernize mime type map initializationArne Morten Kvarving
2018-10-24Merge pull request #14680 from notspiff/heif_mimeRechi
add mime types for heif/heic
2018-10-24Merge pull request #14679 from notspiff/fix_image_addon_creationRechi
fixed: add-on creation is not thread safe
2018-10-24Merge pull request #14693 from Memphiz/fix_xcode_resourcesMemphiz
[cmake/Xcode] - fix missing text and icon resources when using target Xcode
2018-10-23EGLUtils: breakup EGL init processLukas Rusak
This will give us more flexibility in the future to allow falling back if something in the initialization fails
2018-10-23Merge pull request #14687 from HitcherUK/masterRazzeee
[Estuary] Update addon browser
2018-10-23[cmake/Xcode] - fix missing text and icon resources when using target XcodeMemphiz
2018-10-23Merge pull request #14653 from garbear/fix-infinite-loopGarrett Brown
Fix infinite loop when listitem action is "Play"
2018-10-23Merge pull request #14686 from peak3d/renderguiMarkus Pfau
[Android] switch renderGUI based on surface existance instead onPause/onSuspend
2018-10-23Merge pull request #14500 from Rechi/android/targetSdkMartijn Kaijser
[android] bump targetsdk to 26 and handle runtime security
2018-10-23FullscreenGame: Remove OSD toggleGarrett Brown
We'll never need to close the OSD from the fullscreen game window, because the fullscreen game window can only receive the toggle action if the OSD is already closed.
2018-10-23[Estuary] Update addon browserKevin Goffe
2018-10-23[android] bump targetsdk to 26 and handle runtime securityChris "Koying" Browet
2018-10-23Merge pull request #14633 from MartijnKaijser/v18_beta5Martijn Kaijser
bump to v18.0 beta5