aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-23[addons] sync service.xbmc.versioncheck with repoanxdpanic
2020-10-23Merge pull request #18560 from lrusak/egl-genericLukas Rusak
utils/EGLUtils: allow generic types
2020-10-23Merge pull request #18386 from the-black-eagle/music_videothe-black-eagle
[Musicvideos] Improve navigation, fetch extra info from musicdb when browsing musicvids and display in GUI
2020-10-23[Estuary] update videoinfodialog for music videosthe-black-eagle
2020-10-23Add music albums to CGUIVideoInfoDialog same actor search resultsthe-black-eagle
2020-10-23Merge pull request #18583 from ronie/estouchy-guideronie
[Estouchy] Add scrollbar to EPG
2020-10-23Merge pull request #18069 from popcornmix/ceconofffuzzard
PeripheralCecAdapter: Only stop playback if currently playing
2020-10-23Merge pull request #18532 from paolo-sz/aarch64_NEONfuzzard
Added correct NEON detection for aarch64 compilers
2020-10-23Merge pull request #18617 from lrusak/vaapi-loggingfuzzard
VAAPI: fix logging by removing trailing characters
2020-10-23Merge pull request #18584 from lrusak/automake-patchfuzzard
tools/depends: add automake patch to fix race in parallel builds
2020-10-23Merge pull request #18550 from bev-ru/dont_resume_playback_on_tv_standbyfuzzard
CEC: Don't resume playback on tv standby.
2020-10-23Merge pull request #18580 from romanvm/fix_script_path_encoding_on_windowsfuzzard
Do not encode a Python script path to "system" encoding on Windows
2020-10-22Merge pull request #18549 from the-black-eagle/delete_tagDave Blake
[video][gui] Fix remove option in context menu for tags
2020-10-22Merge pull request #18585 from fritsch/omlsyncPeter Frühberger
OMlSync: Enable by default
2020-10-22utils/EGLUtils: allow generic typesLukas Rusak
2020-10-22tools/depends/native: libpng depends on automakeLukas Rusak
2020-10-22tools/depends: add automake patch to fix race in parallel buildsLukas Rusak
2020-10-22Merge pull request #18571 from lrusak/guilib-texture-creationLukas Rusak
guilib: add static helpers to remove ifdeffing
2020-10-22Merge pull request #18529 from lrusak/binary-addons-fix-gbmLukas Rusak
fix binary add-ons build for GLES
2020-10-22Merge pull request #18614 from thexai/hlg-to-pqjjd-uk
[Windows] Enables HLG HDR passthrough using HLG to PQ shaders
2020-10-22[video] Fix delete option in context menu for tagsthe-black-eagle
2020-10-22Merge pull request #18610 from howie-f/v19-fix-addonsFrank H
[addons] fix: set addon origin correctly
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-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-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-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-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