Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-09 | Add useartistsortname to settings UI rather than hidden in advancedsettings.xml | DaveTBlake | |
2018-09-09 | Merge pull request #14412 from ksooo/pvr-dialog-fixes | Kai Sommerfeld | |
[PVR] trac#18025: Channel Guide Dialog and Channels OSD Dialog fixes | |||
2018-09-09 | [PVR] Some code cleanup along the way. | Kai Sommerfeld | |
2018-09-09 | Merge pull request #14414 from MartijnKaijser/v18.0beta3 | Martijn Kaijser | |
bump to v18.0 beta 3 | |||
2018-09-09 | [PVR] Refactor CGUIDialogPVRChannelGuide and CGUIDialogPVRChannelsOSD -> ↵ | Kai Sommerfeld | |
introduce base class CGUIDialogPVRItemsViewBase. | |||
2018-09-09 | [PVR] CGUIDialogPVRChannelsOSD: Add context menu support. | Kai Sommerfeld | |
2018-09-09 | [PVR] CGUIDialogPVRChannelGuide: Add context menu support. | Kai Sommerfeld | |
2018-09-09 | bump to v18.0 beta 3 | Martijn Kaijser | |
2018-09-09 | Merge pull request #14396 from lrusak/csettings-pointer18.0b2-Leia | Lukas Rusak | |
CServiceBroker: return a pointer for CSettings | |||
2018-09-09 | VideoPlayer: rt streams - flush demux queue if sync error is too big | Rainer Hochecker | |
2018-09-09 | Merge pull request #14407 from FernetMenta/edge | Rainer Hochecker | |
VideoPlayer: handle dying streams during sync | |||
2018-09-09 | Merge pull request #14408 from FernetMenta/ready | Rainer Hochecker | |
VideoPlayer: demuxClient, wait until video has extradata | |||
2018-09-09 | [Estuary] show chinese input labels in proper position | taxigps | |
2018-09-08 | Fix selecting parent path of plugins providing multiple types | Garrett Brown | |
When a plugin provides multiple types, we pass the context as a URL option, e.g. plugin://addon.id/?content_type=video. Simply removing the URL options to obtain the parent path causes us to refresh the plugin root, whereas single-type plugins will exit the plugin when ".." is selected. | |||
2018-09-08 | Don't set last used add-on without ID | Garrett Brown | |
2018-09-08 | Merge pull request #14395 from anxdpanic/getdynpath_external_player | Rainer Hochecker | |
Use GetDynPath for ExternalPlayer, and playercorefactory | |||
2018-09-08 | Merge pull request #14406 from ksooo/pvr-fix-epggrid-deadlock | Kai Sommerfeld | |
[PVR] Guide window: Fix deadlock. | |||
2018-09-08 | Merge pull request #14394 from Rechi/addons | Rechi | |
[addons] sync with repo | |||
2018-09-08 | [addons] sync with repo | Rechi | |
2018-09-08 | Merge pull request #14393 from lrusak/gbm-modifiers-fix | Lukas Rusak | |
gbm: fix surface creation when no modifiers are present | |||
2018-09-08 | Merge pull request #14400 from superna9999/input-LibInputTouch-single-fix | Lukas Rusak | |
input: LibInputTouch: Switch to get_seat_slot() to fix single touch device input | |||
2018-09-08 | CServiceBroker: return a pointer for CSettings | Lukas Rusak | |
2018-09-08 | VideoPlayer: demuxClient, wait until video has extradata | Rainer Hochecker | |
2018-09-08 | Merge pull request #14399 from FernetMenta/pause | Rainer Hochecker | |
VideoPlayer: fix timeshift on demand, allow pause if no buffer exists | |||
2018-09-08 | VideoPlayer: handle dying streams during sync | xbmc | |
2018-09-08 | [PVR] Guide window: Fix deadlock. | Kai Sommerfeld | |
2018-09-08 | VideoPlayer: fix timeshift on demand, allow pause if no buffer exists | Rainer Hochecker | |
2018-09-08 | Merge pull request #14373 from DaveTBlake/musicvideoinfo | Dave Blake | |
Fix show info dialog for music videos on current musicplaylist | |||
2018-09-08 | Merge pull request #14402 from ksooo/coverity-fix | Kai Sommerfeld | |
[messaging] CID 1439117: Uninitialized members (UNINIT_CTOR) | |||
2018-09-07 | Games: Fix error calculating savestate size | Garrett Brown | |
2018-09-08 | WebDAV: Fix folder display names for WebDAV sources. | rim | |
"My%20Album" -> "My Album" | |||
2018-09-07 | [messaging] CID 1439117: Uninitialized members (UNINIT_CTOR) | Kai Sommerfeld | |
: Non-static class member param3 is not initialized in this constructor nor in any functions that it calls. | |||
2018-09-07 | MMALRender: Protect against divide by zero | popcornmix | |
This divide by zero has been observed from a logging message before pool parameters are set up | |||
2018-09-07 | Merge pull request #14382 from ace20022/bd_fix_truehd | Andreas Zelend | |
[videoplayer] [bluray] Fix playback of disc with truehd tracks in menu mode. | |||
2018-09-07 | linux: input: LibInputTouch: Switch to get_seat_slot() to fix single touch ↵ | Neil Armstrong | |
device input When a single touch device is connected, the libinput_event_touch_get_slot() call returns -1. The libinput_event_touch_get_seat_slot() call is designed so return an unique slot number and is valid for single touch devices. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> | |||
2018-09-07 | Enable games by default | Garrett Brown | |
2018-09-07 | Merge pull request #14383 from Memphiz/xbmchelper | Memphiz | |
[XBMCHelper] - fixed up/down buttons on macOS 10.13.6 | |||
2018-09-06 | Use GetDynPath for ExternalPlayer, and playercorefactory | anxdpanic | |
2018-09-05 | gbm: fix surface creation when no modifiers are present | Lukas Rusak | |
DRM_MOD_FORMAT_LINEAR should always be present so the modifier count should always be > 0. Before the surface would get created but was corrupted. It seems like odd behaviour but this now matches what kmscube is doing for surface creation. | |||
2018-09-06 | Merge pull request #14391 from ksooo/pvr-dialogchannelguide-action-info | Kai Sommerfeld | |
[PVR] trac#18022: Add support for ACTION_SHOW_INFO to CGUIDialogPVRChannelGuide | |||
2018-09-06 | added: hand rtsps (rtsp over ssl) inputs to ffmpeg | Arne Morten Kvarving | |
2018-09-05 | [PVR] trac#18022: Add support for ACTION_SHOW_INFO to CGUIDialogPVRChannelGuide. | Kai Sommerfeld | |
2018-09-05 | EventServer/client: - added debug logging for pressed keys and translated ↵ | Memphiz | |
actions | |||
2018-09-05 | [EventClient] - when updating the item of the buttonqueue - ensure to also ↵ | Memphiz | |
set m_bActive to false if key was released. (this fixes an issue were very quick release/press events are eaten because of the related logic not kicking in) | |||
2018-09-05 | [XBMCHelper/osx] - bumped HIDRemote to V1.7 - fixes uncommanded short press ↵ | Memphiz | |
of up/down buttons since macos 10.13.6 | |||
2018-09-05 | Merge pull request #14388 from Memphiz/trac17942 | Memphiz | |
[windowing/osx] - fix double release of nsstring when no displayname can be determined | |||
2018-09-05 | Merge pull request #14379 from ronie/estuary-studio | Kib | |
[Estuary] studio icon fixes | |||
2018-09-05 | Merge pull request #14387 from ksooo/pvr-action-prev-next | Kai Sommerfeld | |
[PVR][Estuary] Add support for ACTION_(PREV|NEXT)_ITEM for timeshift buffer navigation | |||
2018-09-04 | [pvr] Some CPVRChannelGroup cleanup: remove unused method. | Kai Sommerfeld | |
2018-09-04 | [PVR][Estuary] Add support for ACTION_(PREV|NEXT)_ITEM for timeshift buffor ↵ | Kai Sommerfeld | |
navigation. |