aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-21update addon installdataKyle Johnson
2020-10-21add python TMDb tv show scraperKyle Johnson
2020-10-21add python TMDb movie scraperKyle Johnson
2020-10-21CGUIFontTTF: rename CGUIFontTTFBase to CGUIFontTTFLukas Rusak
2020-10-21CGUIFontTTF: add static CreateGUIFontTTF methodLukas Rusak
2020-10-21CGUITexture: rename CGUITextureBase to CGUITextureLukas Rusak
2020-10-21CGUITexture: add static CreateTexture methodLukas Rusak
2020-10-21CTexture: rename CBaseTexture to CTextureLukas Rusak
2020-10-21CTexture: add static CreateTexture methodLukas Rusak
2020-10-22Merge pull request #18613 from fuzzard/mem_addoninstallerfuzzard
[AddonInstaller] clean up memory leak
2020-10-21tools/depends: split gles/gl libs for binary-addon buildsLukas Rusak
2020-10-21VAAPI: fix logging by removing trailing charactersLukas Rusak
2020-10-21Merge pull request #18574 from ronie/progress-rangesronie
[Estuary] add ranges to minimal seekbar
2020-10-21Fix album duration determinationDaveTBlake
Allow for music files arranged in separate folders so that scanning calls AddAlbum to add songs to an existing album
2020-10-21[AddonInstaller] clean up memory leakfuzzard
EnumeratePackageFolder does a new CFileItemList. With the early return, we dont clean up packs. This now fixes that leak.
2020-10-21[video] Improve navigation & information for music videosthe-black-eagle
Store music album and artist id's in videoinfotag for musicvideo albums and artists to be used by VideoThumbLoader and GUIDialogMusicInfo to fetch correct info Don't try to load tags for music video items
2020-10-21[Windows] Enables HLG HDR passthrough using HLG to PQ shadersthexai
2020-10-20added support for more bicubic scalers in openglsarbes
2020-10-20[addons] fix: set addon origin correctlyhowie-f
2020-10-20Merge pull request #18581 from thexai/dxva-hdjjd-uk
DXVA-HD: checks if HLG color space conversion is supported by video driver
2020-10-20Merge pull request #18528 from sy6sy2/ldid-ios14Sylvain CECCHETTO
[tools/depends] Bump ldid to 2.1.2-b462a92
2020-10-19[Estuary] add ranges to minimal seekbarronie
2020-10-19[addons] increase global API version to 1.3.0Alwin Esch
The Min stays teh same and older addons still usable.
2020-10-19[addons] remove "#pragma once" from "C" headersAlwin Esch
As there are "#ifdef" included are the "#pragma once" not needed. The "once" is not a standardized value and can still be possible that a language can not use it. For this cases the "#ifdef" was added.
2020-10-18Merge pull request #18543 from lrusak/depends-glesLukas Rusak
tools/depends: allow building GLES lib for x11 and wayland
2020-10-18Merge pull request #18591 from howie-f/v19-fix-18588Frank H
[addons] store number of available updates to member for performant use
2020-10-18[addons] store number of available updates to member for performant usehowie-f
2020-10-18[addons] improve some documentationsAlwin Esch
Before was some parts missing and not good shown inside Doxygen, specially related to CAddonBase and functions with AddonBase.h. Thie improve it and to have more usable. There still parts where can be better and from here one step for it.
2020-10-18[addons] remove all no more needed DllExport functionsAlwin Esch
This removes some functions where not needed anymore. Only stays in: - ADDON_Create - ADDON_GetTypeVersion - ADDON_GetTypeMinVersion The rest is done via the structure with function addresses. Also is now after a long time a documentation added to the ADDONCREATOR macro.
2020-10-18[addons] remove unused GetStatus callAlwin Esch
Them was since very long time not needed and mainly on begin by PVR addons to check for e.g. connection or something else. This remove it, only to have no min version increase is inside addon_base function structure it still inside and need remove in future.
2020-10-18[addons] add new dll export definitionsAlwin Esch
This add: - ATTRIBUTE_DLL_IMPORT (to import external lib functions) - ATTRIBUTE_DLL_EXPORT (to export lib functions and have available outside) - ATTRIBUTE_DLL_LOCAL (to set functions as private and not available outside of Dll) This done to prevent problems about wrongly exported parts and conflicts that another addon takes wrong places. Related fix to have whole addon (except needed parts) private, where comes on another request. Before was inside the addon main macro "ADDONCREATOR" only the windows export used. As there now becomes ATTRIBUTE_DLL_EXPORT used is it exported on all OS.
2020-10-18[Estuary] Improve Music Video OSD/Now Playing labels and keep consistancy ↵jjd-uk
with Music
2020-10-18[addons] add on 3 "C" related headers the ifdef's for header includeAlwin Esch
On three headers was still the ifdef's about alternative of "pragma once" missing. This add them. Is good to have as "pragma once" not a standardized part and possible that not supported everywhere, the "ifdef" instead works always. This only be on "C" related headers as them maybe base for other languages.
2020-10-18[addons][vfs] fix "C" API by add of missing "struct" on valueAlwin Esch
There was on one function value the for "C" needed "struct" before related structure name missing. For C+* it is OK without only mandatory for use on "C".
2020-10-18Merge pull request #18586 from ksooo/app-cleanup-skin-unlog-logKai Sommerfeld
Application: Cleanup skin unload log messages.
2020-10-18Merge pull request #18587 from ksooo/pvr-fix-channeldata-overwriteKai Sommerfeld
[PVR] Fix channeldata overwrite
2020-10-18[PVR] Channel groups: Refactor failed clients logic.Kai Sommerfeld
2020-10-18[PVR] Do not remove channels in case of *temporary* pvr client errors (e.g. ↵Kai Sommerfeld
connection loss).
2020-10-18Application: Cleanup skin unload log messages.Kai Sommerfeld
2020-10-18OMlSync: Set as defaultfritsch
2020-10-18[Estouchy] Add scrollbar to EPGronie
2020-10-17Merge pull request #18577 from wsnipex/http2_ssl_onlyDave Blake
[curl] only use HTTP2 with SSL
2020-10-17tools/depends: waylandpp depends on gl libsLukas Rusak
2020-10-17tools/depends: wayland-scanner depends on pkg-configLukas Rusak
2020-10-17tools/depends: update .gitignore to ignore all child pathsLukas Rusak
2020-10-17tools/depends: fix path for libudfread built libLukas Rusak
2020-10-17tools/depends: fix path for libva built libLukas Rusak
2020-10-17tools/depends: allow using a different host pkgconfigLukas Rusak
2020-10-17tools/depends: bump waylandpp to 0.2.8Lukas Rusak
2020-10-17tools/depends: bump wayland-protocols to 1.20Lukas Rusak