Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-26 | Merge pull request #16305 from ksooo/pvr-fix-component-interdeps-leia | Kai 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-19 | Merge pull request #16285 from notspiff/bump_18.318.3-Leia | Arne Morten Kvarving | |
bump for 18.3 final | |||
2019-06-17 | bump for 18.3 final | Arne Morten Kvarving | |
2019-06-17 | Merge pull request #16274 from Kwiboo/backport-gbm-drmprime | Arne Morten Kvarving | |
Backport fixes and improvements for GBM and DRM PRIME | |||
2019-06-17 | Merge pull request #16281 from smp79/Leia | Arne Morten Kvarving | |
Fix memory leak after commit 887b739 - backport for Leia | |||
2019-06-15 | replace payloadObj.release() with payloadObj.reset() in ActorProtocol.cpp | smp79 | |
2019-06-13 | CRendererDRMPRIMEGLES: add override methods for ERENDERFEATURE and ↵ | Lukas Rusak | |
ESCALINGMETHOD | |||
2019-06-13 | CRendererDRMPRIMEGLES: update VBO's to be similar to CLinuxRendererGL | Lukas Rusak | |
2019-06-13 | CRendererDRMPRIMEGLES: use CEGLFence to sync rendering | Lukas Rusak | |
2019-06-13 | CEGLFence: add class to help with EGL sync objects | Lukas Rusak | |
2019-06-13 | CDRMUtils: explicitly set the caps we want (atomic brings them in) | Lukas Rusak | |
2019-06-13 | DVDVideoCodecDRMPRIME: update process info in get format callback | Jonas Karlman | |
2019-06-13 | DVDVideoCodecDRMPRIME: GetPicture only works for DRM_PRIME pix fmt | Jonas Karlman | |
2019-06-13 | VideoBufferDRMPRIME: add Map/Unmap callbacks | Jonas Karlman | |
2019-06-13 | VideoBufferDRMPRIME: extract interface | Jonas Karlman | |
2019-06-13 | VideoBufferDRMPRIME: extract class | Jonas Karlman | |
2019-06-13 | GBM: override ProcessInfo and use Deinterlace Half by default on arm | Jonas Karlman | |
2019-06-13 | CDRMUtils: fallback to drmModeAddFB2 if drmModeAddFB2WithModifiers fails | Lukas Rusak | |
2019-06-13 | CDRMUtils: rework modifiers flag selection | Lukas Rusak | |
2019-06-13 | CWinSystemGbm: only lock the front buffer if something is rendered | Lukas Rusak | |
2019-06-11 | Merge pull request #16260 from wsnipex/dav-http2-leia | Arne Morten Kvarving | |
fixed: webdav over http2 | |||
2019-06-11 | fixed: webdav over http2 | wsnipex | |
2019-06-09 | Merge pull request #16224 from arnova/http_dvd_playback_fix_leia | Arno van Amersfoort | |
fixed: DVD playback from http(s) sources (fixes #15694) | |||
2019-06-06 | Merge pull request #16238 from Albinoman887/leia-vizfix | Arne Morten Kvarving | |
ActiveAE: Fix crash when song switches to 48khtz track and viz is on | |||
2019-06-06 | Merge pull request #16243 from notspiff/backport_15937 | Arne Morten Kvarving | |
[Backport] Use special sort order when selecting first unwatched | |||
2019-06-06 | Use special sort order when selecting first unwatched | gemedet | |
2019-06-05 | ActiveAE: Fix crash when song switches to 48khtz track and viz is on | Matt 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-03 | Merge pull request #16230 from arnova/curl_response_2k_leia | Arne Morten Kvarving | |
changed: Increase buffer for Curl http response to 4k (fixes #16179) | |||
2019-06-03 | Merge pull request #16208 from DaveTBlake/FirstThumbFix_v18 | Arne Morten Kvarving | |
[Music]Fix getting wrong "thumb" art URL from scraper results - Backport | |||
2019-06-03 | changed: Increase buffer for Curl http response to 4k (fixes #16179) | arnova | |
2019-05-31 | Merge pull request #16221 from ronie/fixsearch-18 | Kai Sommerfeld | |
[Estuary] fix navigation in side menu | |||
2019-05-31 | Merge pull request #15941 from kszaq/leia_gl_shader_if | Christian Hewitt | |
GL: fix HAS_FLOAT_TEXTURE usage [backport] | |||
2019-05-31 | fixed: DVD playback from http(s) sources (fixes #15694) | arnova | |
2019-05-31 | [Estuary] fix navigation in side menu | ronie | |
2019-05-29 | Merge pull request #16190 from ronie/ES_IWA-18 | Arne Morten Kvarving | |
[Estuary] (Info)Wall fixes | |||
2019-05-27 | When choose art don't show thumb were not applicable and fix thumbnail listing | DaveTBlake | |
2019-05-27 | Fix getting first "thumb" type art URL from scraper available art results | DaveTBlake | |
2019-05-27 | Merge pull request #16122 from samnazarko/remotefixv18 | Arne Morten Kvarving | |
LibInputKeyboard: re-add support for KEY_STOP as we had in CLinuxInputDevices | |||
2019-05-27 | Merge pull request #16202 from ksooo/fix-dangling-addon-callbcks-crash-leia | Kai 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-24 | Merge pull request #16060 from DaveTBlake/novizblankdialog_v18 | Dave Blake | |
[GUI]Fix blank Visualisation Preset List dialog - Backport | |||
2019-05-24 | Merge pull request #16192 from basrieter/backport_16158 | Arne Morten Kvarving | |
[PlaylistPlayer] Resolve plugin paths to fill the item infotag | |||
2019-05-23 | [PlaylistPlayer] Resolve plugin paths to fill the item infotag | Bas Rieter | |
2019-05-23 | Merge pull request #16051 from DaveTBlake/viz_joystick_key_v18 | Arne Morten Kvarving | |
Fix blank dialog when Joystick X key hit and there is no visualisation - Backport | |||
2019-05-23 | [Estuary] (Info)Wall fixes | ronie | |
2019-05-23 | Merge pull request #16137 from Darren-Hill/keymap_backport | Arne Morten Kvarving | |
Keymap backport | |||
2019-05-20 | Merge pull request #16173 from ksooo/pvr-directory-listings-leia | Kai 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-19 | Controller dialog: Focus installed controller | Garrett Brown | |