Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-21 | update addon installdata | Kyle Johnson | |
2020-10-21 | add python TMDb tv show scraper | Kyle Johnson | |
2020-10-21 | add python TMDb movie scraper | Kyle Johnson | |
2020-10-21 | CGUIFontTTF: rename CGUIFontTTFBase to CGUIFontTTF | Lukas Rusak | |
2020-10-21 | CGUIFontTTF: add static CreateGUIFontTTF method | Lukas Rusak | |
2020-10-21 | CGUITexture: rename CGUITextureBase to CGUITexture | Lukas Rusak | |
2020-10-21 | CGUITexture: add static CreateTexture method | Lukas Rusak | |
2020-10-21 | CTexture: rename CBaseTexture to CTexture | Lukas Rusak | |
2020-10-21 | CTexture: add static CreateTexture method | Lukas Rusak | |
2020-10-22 | Merge pull request #18613 from fuzzard/mem_addoninstaller | fuzzard | |
[AddonInstaller] clean up memory leak | |||
2020-10-21 | tools/depends: split gles/gl libs for binary-addon builds | Lukas Rusak | |
2020-10-21 | VAAPI: fix logging by removing trailing characters | Lukas Rusak | |
2020-10-21 | Merge pull request #18574 from ronie/progress-ranges | ronie | |
[Estuary] add ranges to minimal seekbar | |||
2020-10-21 | Fix album duration determination | DaveTBlake | |
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 leak | fuzzard | |
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 videos | the-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 shaders | thexai | |
2020-10-20 | added support for more bicubic scalers in opengl | sarbes | |
2020-10-20 | [addons] fix: set addon origin correctly | howie-f | |
2020-10-20 | Merge pull request #18581 from thexai/dxva-hd | jjd-uk | |
DXVA-HD: checks if HLG color space conversion is supported by video driver | |||
2020-10-20 | Merge pull request #18528 from sy6sy2/ldid-ios14 | Sylvain CECCHETTO | |
[tools/depends] Bump ldid to 2.1.2-b462a92 | |||
2020-10-19 | [Estuary] add ranges to minimal seekbar | ronie | |
2020-10-19 | [addons] increase global API version to 1.3.0 | Alwin Esch | |
The Min stays teh same and older addons still usable. | |||
2020-10-19 | [addons] remove "#pragma once" from "C" headers | Alwin 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-18 | Merge pull request #18543 from lrusak/depends-gles | Lukas Rusak | |
tools/depends: allow building GLES lib for x11 and wayland | |||
2020-10-18 | Merge pull request #18591 from howie-f/v19-fix-18588 | Frank 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 use | howie-f | |
2020-10-18 | [addons] improve some documentations | Alwin 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 functions | Alwin 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 call | Alwin 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 definitions | Alwin 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 include | Alwin 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 value | Alwin 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-18 | Merge pull request #18586 from ksooo/app-cleanup-skin-unlog-log | Kai Sommerfeld | |
Application: Cleanup skin unload log messages. | |||
2020-10-18 | Merge pull request #18587 from ksooo/pvr-fix-channeldata-overwrite | Kai 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-18 | Application: Cleanup skin unload log messages. | Kai Sommerfeld | |
2020-10-18 | OMlSync: Set as default | fritsch | |
2020-10-18 | [Estouchy] Add scrollbar to EPG | ronie | |
2020-10-17 | Merge pull request #18577 from wsnipex/http2_ssl_only | Dave Blake | |
[curl] only use HTTP2 with SSL | |||
2020-10-17 | tools/depends: waylandpp depends on gl libs | Lukas Rusak | |
2020-10-17 | tools/depends: wayland-scanner depends on pkg-config | Lukas Rusak | |
2020-10-17 | tools/depends: update .gitignore to ignore all child paths | Lukas Rusak | |
2020-10-17 | tools/depends: fix path for libudfread built lib | Lukas Rusak | |
2020-10-17 | tools/depends: fix path for libva built lib | Lukas Rusak | |
2020-10-17 | tools/depends: allow using a different host pkgconfig | Lukas Rusak | |
2020-10-17 | tools/depends: bump waylandpp to 0.2.8 | Lukas Rusak | |
2020-10-17 | tools/depends: bump wayland-protocols to 1.20 | Lukas Rusak | |