aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-26Merge pull request #16305 from ksooo/pvr-fix-component-interdeps-leiaKai Sommerfeld
[PVR] Fix component dependencies: CPVRManager::IsPlayingChannel(int i…
2019-06-25[PVR] Fix component dependencies: CPVRManager::IsPlayingChannel(int ↵Kai Sommerfeld
iClientID, int iUniqueChannelID) must not call into other PVR subcomponents, as this method must be callable from *any* other PVR component.
2019-06-19Merge pull request #16285 from notspiff/bump_18.318.3-LeiaArne Morten Kvarving
bump for 18.3 final
2019-06-17bump for 18.3 finalArne Morten Kvarving
2019-06-17Merge pull request #16274 from Kwiboo/backport-gbm-drmprimeArne Morten Kvarving
Backport fixes and improvements for GBM and DRM PRIME
2019-06-17Merge pull request #16281 from smp79/LeiaArne Morten Kvarving
Fix memory leak after commit 887b739 - backport for Leia
2019-06-15replace payloadObj.release() with payloadObj.reset() in ActorProtocol.cppsmp79
2019-06-13CRendererDRMPRIMEGLES: add override methods for ERENDERFEATURE and ↵Lukas Rusak
ESCALINGMETHOD
2019-06-13CRendererDRMPRIMEGLES: update VBO's to be similar to CLinuxRendererGLLukas Rusak
2019-06-13CRendererDRMPRIMEGLES: use CEGLFence to sync renderingLukas Rusak
2019-06-13CEGLFence: add class to help with EGL sync objectsLukas Rusak
2019-06-13CDRMUtils: explicitly set the caps we want (atomic brings them in)Lukas Rusak
2019-06-13DVDVideoCodecDRMPRIME: update process info in get format callbackJonas Karlman
2019-06-13DVDVideoCodecDRMPRIME: GetPicture only works for DRM_PRIME pix fmtJonas Karlman
2019-06-13VideoBufferDRMPRIME: add Map/Unmap callbacksJonas Karlman
2019-06-13VideoBufferDRMPRIME: extract interfaceJonas Karlman
2019-06-13VideoBufferDRMPRIME: extract classJonas Karlman
2019-06-13GBM: override ProcessInfo and use Deinterlace Half by default on armJonas Karlman
2019-06-13CDRMUtils: fallback to drmModeAddFB2 if drmModeAddFB2WithModifiers failsLukas Rusak
2019-06-13CDRMUtils: rework modifiers flag selectionLukas Rusak
2019-06-13CWinSystemGbm: only lock the front buffer if something is renderedLukas Rusak
2019-06-11Merge pull request #16260 from wsnipex/dav-http2-leiaArne Morten Kvarving
fixed: webdav over http2
2019-06-11fixed: webdav over http2wsnipex
2019-06-09Merge pull request #16224 from arnova/http_dvd_playback_fix_leiaArno van Amersfoort
fixed: DVD playback from http(s) sources (fixes #15694)
2019-06-06Merge pull request #16238 from Albinoman887/leia-vizfixArne Morten Kvarving
ActiveAE: Fix crash when song switches to 48khtz track and viz is on
2019-06-06Merge pull request #16243 from notspiff/backport_15937Arne Morten Kvarving
[Backport] Use special sort order when selecting first unwatched
2019-06-06Use special sort order when selecting first unwatchedgemedet
2019-06-05ActiveAE: Fix crash when song switches to 48khtz track and viz is onMatt Filetto
* Fixes segfault when switching to a 48khtz mp3 with visuals enabled, and "best match" as audio output setting. Issue is apparently due to miscalculation of samples. (it expects 2048) this does not impove the handling of the situation it simply fixes the segfault to allow a better UX. * Credits to: Rainer Hochecker <rainer.hochecker@googlemail.com> Signed-off-by: Matt Filetto <matt.filetto@gmail.com>
2019-06-03Merge pull request #16230 from arnova/curl_response_2k_leiaArne Morten Kvarving
changed: Increase buffer for Curl http response to 4k (fixes #16179)
2019-06-03Merge pull request #16208 from DaveTBlake/FirstThumbFix_v18Arne Morten Kvarving
[Music]Fix getting wrong "thumb" art URL from scraper results - Backport
2019-06-03changed: Increase buffer for Curl http response to 4k (fixes #16179)arnova
2019-05-31Merge pull request #16221 from ronie/fixsearch-18Kai Sommerfeld
[Estuary] fix navigation in side menu
2019-05-31Merge pull request #15941 from kszaq/leia_gl_shader_ifChristian Hewitt
GL: fix HAS_FLOAT_TEXTURE usage [backport]
2019-05-31fixed: DVD playback from http(s) sources (fixes #15694)arnova
2019-05-31[Estuary] fix navigation in side menuronie
2019-05-29Merge pull request #16190 from ronie/ES_IWA-18Arne Morten Kvarving
[Estuary] (Info)Wall fixes
2019-05-27When choose art don't show thumb were not applicable and fix thumbnail listingDaveTBlake
2019-05-27Fix getting first "thumb" type art URL from scraper available art resultsDaveTBlake
2019-05-27Merge pull request #16122 from samnazarko/remotefixv18Arne Morten Kvarving
LibInputKeyboard: re-add support for KEY_STOP as we had in CLinuxInputDevices
2019-05-27Merge pull request #16202 from ksooo/fix-dangling-addon-callbcks-crash-leiaKai Sommerfeld
[interfaces] Fix crash on Kodi exit caused by double freed AsyncCallbackMessage
2019-05-26[interfaces] Fix crash on Kodi exit caused by double freed AsyncCallbackMessage.Kai Sommerfeld
2019-05-24Merge pull request #16060 from DaveTBlake/novizblankdialog_v18Dave Blake
[GUI]Fix blank Visualisation Preset List dialog - Backport
2019-05-24Merge pull request #16192 from basrieter/backport_16158Arne Morten Kvarving
[PlaylistPlayer] Resolve plugin paths to fill the item infotag
2019-05-23[PlaylistPlayer] Resolve plugin paths to fill the item infotagBas Rieter
2019-05-23Merge pull request #16051 from DaveTBlake/viz_joystick_key_v18Arne Morten Kvarving
Fix blank dialog when Joystick X key hit and there is no visualisation - Backport
2019-05-23[Estuary] (Info)Wall fixesronie
2019-05-23Merge pull request #16137 from Darren-Hill/keymap_backportArne Morten Kvarving
Keymap backport
2019-05-20Merge pull request #16173 from ksooo/pvr-directory-listings-leiaKai Sommerfeld
[PVR] Separate GUI from PVR core: remove CFileItem usage from core: step 1: directory listings.
2019-05-20[PVR] Separate GUI from PVR core: remove CFileItem usage from core: step 1: ↵Kai Sommerfeld
directory listings.
2019-05-19Controller dialog: Focus installed controllerGarrett Brown