aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-24[guiinfo] redact user/pass in debug loggingwsnipex
2018-09-24[droid] bump the target API to 26 defined in androidmanifest.Martijn Kaijser
As of November 2018 every update to playstore must at least target API 26 or you cannot submit updates. We don't know what will break/stop working but we'll just have to deal with the fallout.
2018-09-23kodi.sh: add apport supportmglae
2018-09-22Merge pull request #14452 from Kwiboo/drmprime-color-propertiesLukas Rusak
RendererDRMPRIME: set color drm properties
2018-09-22Merge pull request #14450 from Rechi/cleanup/dlopenRechi
link with libnfs instead of loading it dynamic
2018-09-22link with libnfs instead of loading it dynamicRechi
2018-09-22[depends] disable nfs utilsRechi
2018-09-22Merge pull request #14437 from garbear/fix-disconnectedGarrett Brown
RetroPlayer: Fix no game input after controller shuts off
2018-09-22Merge pull request #14427 from garbear/rp-error-msgGarrett Brown
RetroPlayer: Improve error message when game.libretro is missing
2018-09-22Merge pull request #14425 from garbear/rp-osd-helpGarrett Brown
Game OSD: Show help dialog on first view
2018-09-22Merge pull request #14461 from ace20022/revert_disc_folder_iconAndreas Zelend
Revert "[gui] Show a dvd/bluray icon for dvd/bluray folders."
2018-09-22Merge pull request #14462 from ksooo/pvr-fix-addon-api-incompatKai Sommerfeld
[PVR] Fix accidentally introduced PVR Addon API incompatibility.
2018-09-22[PVR] Fix accidentally introduced PVR Addon API incompatibility.Kai Sommerfeld
2018-09-22Merge pull request #14456 from Rechi/fix/loop-convertRechi
[fix] iterate over reference and only copy the variable if needed
2018-09-22Revert "[gui] Show a dvd/bluray icon for dvd/bluray folders."ace20022
This reverts commit 2a12e8275896b249ca9cabaf80f0ba66a9fe8e4b.
2018-09-22[fix] iterate over reference and only copy the variable if neededRechi
This reduces the amount of copies after f34a6f7, which causes slow directory listings.
2018-09-22Merge pull request #14422 from superna9999/sysfs-soc-infoWolfgang Schupp
Use Linux Sysfs SoC interface for SystemInfo and CPUInfo
2018-09-21cosmetics: fix formatting logfile locationwsnipex
old: Log File is located: /home/user/temp//kodi.log new: Log File is located: /home/user/temp/kodi.log
2018-09-21[linux] allow overriding our userdata dirwsnipex
2018-09-21Merge pull request #14458 from ksooo/pvr-fetch-epgtagsKai Sommerfeld
[PVR] Fetch EPG tags for timers if timer start not in configured EPG window.
2018-09-21Merge pull request #14457 from Rechi/xcode10Kai Sommerfeld
[darwin] allow macOS SDK 10.14 & iOS SDK 12 (Xcode10)
2018-09-21Merge pull request #14459 from ace20022/bd_revert_menu_stillAndreas Zelend
[bluray] Revert handling still event with pause.
2018-09-20[PVR] Fetch EPG tags for timers if timer start not in configured EPG window.Kai Sommerfeld
2018-09-20[bluray] Remove enabling still mode via BD_EVENT_TITLE, it breaks playback ↵ace20022
of some bds. This partially reverts 0d198d2e08549b5a9406b31b0ad1bcbf9c3dac41.
2018-09-20[bluray] Don't change in menu bool on title event.ace20022
This partially reverts e9268e43d37dd44b045afb26208855723e84db7d.
2018-09-20Game OSD: Show help dialog on first viewGarrett Brown
This adds a help dialog to the game OSD and encapsulates the GUI playback control mechanisms. The volume dialog has been modified to play the game in the background for audible feedback.
2018-09-20Fix crash when checking if service manager is upGarrett Brown
The crash occurs because the service manager is not alive to check if it is up.
2018-09-20CStaticListProvider: Remove redundant checkGarrett Brown
2018-09-20Merge pull request #14445 from garbear/rp-rewind-resetGarrett Brown
RetroPlayer: Enable rewind past a reset
2018-09-20RetroPlayer: Improve error message when Libretro Support add-on is not foundGarrett Brown
2018-09-20Merge pull request #14434 from AkariDN/fix_watchedGarrett Brown
Fix displaying watched items in plugins and restore functionality after #14409
2018-09-20[darwin] allow macOS SDK 10.14 & iOS SDK 12Rechi
2018-09-20[depends] bump cmake to 3.13.2Rechi
2018-09-20Merge pull request #14451 from michaelarnauts/patch-1Rechi
KEY_EPG is wrongly mapped to title instead of guide
2018-09-19[Android] call OnResetDisplay() on HDMI_AUDIO_PLUG event (#14431)Markus Pfau
[Android] call OnResetDisplay() on HDMI_AUDIO_PLUG event
2018-09-19Merge pull request #14176 from peak3d/renderkodiclockMarkus Pfau
[Android] Release Surface Buffers 1.5 VSYNC in future and use CLOCK_MONOTONIC
2018-09-19Remove currentClock parameter from CBaseRenderer::AddVideoPicturepeak3d
2018-09-19Release Surface Buffers 1.5 VSYNC in future and use CLOCK_MONOTONICpeak3d
2018-09-19Merge pull request #14449 from Rechi/cmake/iosArchRechi
[cmake] set correct ARCH for iOS
2018-09-18VideoLayerBridgeDRMPRIME: set plane color encoding/range propertyJonas Karlman
2018-09-18VideoBufferDRMPRIME: add GetColor methodsJonas Karlman
2018-09-18windowing/gbm: add SupportsProperty methodJonas Karlman
2018-09-18windowing/gbm: retry modeset next flip if getting a frame buffer failsJonas Karlman
2018-09-18RendererDRMPRIME: commit current buffer when there is nothing to updateJonas Karlman
2018-09-18RendererDRMPRIME: extract VideoLayerBridgeDRMPRIMEJonas Karlman
2018-09-18KEY_EPG is wrongly mapped to title instead of guideMichaël Arnauts
It seems that `KEY_EPG` (what is labelled GUIDE on MCE remotes) is wrongly handled as `title`. This is probably a copy paste error from the past.
2018-09-18[cmake] set correct ARCH for iOSRechi
2018-09-18Merge pull request #14446 from pkerling/eglutils-swapbufferspkerling
Move error handling out of CEGLContextUtils::SwapBuffers
2018-09-18Move error handling out of CEGLContextUtils::SwapBuffersPhilipp Kerling
Some platforms seem to not implement the EGL specification properly and give random errors on eglSwapBuffers that are not allowed and we cannot handle. Move error handling out of CEGLContextUtils::SwapBuffers and leave it up to the platform.
2018-09-18Move Matrix4Mul into a separate file to use -fpu=neon on itNicolas Chauvet
v13: Assume ARCH MATCHES arm is always 32bit v12: add ENABLE_NEON and not NEON_CFLAGS conditions v8: Uses ARCH MATCHES arm v2: move -fpu=neon to gl/gles sub-directories Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>