aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-06Merge video Info/Art metadata instead replace allCastagnaIT
* this is also to preserve the original CBookmark value
2020-11-06[addons] correct calls to Addon->HasType() / ->IsMainType()howie-f
2020-11-06Fix extra "play" context menu for .m3u files on music Playlists nodeDaveTBlake
2020-11-06[addons] correct version info and layout for dependency select dialoghowie-f
2020-11-05Merge pull request #18724 from thexai/tone-mapping-newDave Blake
Tone mapping: Add new tone map methods "ACES Filmic" and "Hable"
2020-11-04CSettings: change settings definitions to constexprLukas Rusak
2020-11-04Merge pull request #18726 from ksooo/pvr-fix-recordings-update-multiclientKai Sommerfeld
[PVR] GetRecordings: Do not delete recordings for failed clients.
2020-11-04[PVR] GetRecordings: Do not delete recordings for failed clients.Kai Sommerfeld
2020-11-04Merge pull request #18714 from lrusak/nullptr-arithmeticLukas Rusak
OpenGL: remove use of BUFFER_OFFSET macro
2020-11-04Merge pull request #18721 from lrusak/wayland-vaapi-fixLukas Rusak
windowing/wayland: fix spelling error in egl guard
2020-11-04Merge pull request #18719 from lrusak/registration-changesLukas Rusak
CPlatform cleanup and linux registration changes
2020-11-04Fix compiler warnings of implicit conversion loses integer precision: 'long' ↵DaveTBlake
to 'int'.
2020-11-04Handle music ids consistently as intDaveTBlake
Fix many compiler warnings of implicit conversion loses integer precision: 'long' to 'int'. Add helper methods to fetch int result from query
2020-11-04Tone mapping: Add new tone map methods "ACES Filmic" and "Hable"thexai
2020-11-04Merge pull request #18688 from thexai/tone-mappingjjd-uk
Tone mapping: misc fixes and improvements
2020-11-04Merge pull request #18699 from DaveTBlake/FixSyncArtUpdatedDave Blake
[JSON][Music]Fix update of record modified date for artwork changes
2020-11-04Merge pull request #18722 from domielias/Fixing-Copy-Paste-PVRClientMenuHooksfuzzard
Fixing copy paste in PVRClientMenuHooks.cpp
2020-11-04Fixing copy paste in PVRClientMenuHooks.cppElias Rodriguez
2020-11-03windowing/wayland: fix spelling error in egl guardLukas Rusak
2020-11-03platform/linux: move lirc registration from windowingLukas Rusak
2020-11-03platform/linux: move audio registration from windowingLukas Rusak
2020-11-03platform/linux: remove OSS sounds from OptionalsRegLukas Rusak
2020-11-03platform: remove platform overrides directoryLukas Rusak
2020-11-03Merge pull request #18711 from Rechi/fix/tvOSAvailableRechi
[fix] add tvOS @available check for GCExtendedGamepad.(left|right)ThumbstickButton
2020-11-03OpenGL: remove use of BUFFER_OFFSET macroLukas Rusak
2020-11-03[addons] DialogAddonInfo: fix button focussinghowie-f
2020-11-03[addons] install: no toast notification for dependendcieshowie-f
2020-11-03[addons] refactor: replace bool param with enumhowie-f
2020-11-02Merge pull request #18703 from lrusak/linux-buildstepsLukas Rusak
[jenkins] unify linux buildsteps
2020-11-02[fix] add tvOS @available check for ↵Rechi
GCExtendedGamepad.(left|right)ThumbstickButton
2020-11-02Merge pull request #18708 from lrusak/aarch64-dependsLukas Rusak
tools/depends: fix mesa build for aarch64
2020-11-02tools/depends: fix mesa build for aarch64Lukas Rusak
2020-11-03Merge pull request #18706 from garbear/android-readmefuzzard
Android: Update README to specify '--sdk_root'
2020-11-02[tvOS][lifeycle] Fix random stuck in busy spinner screenSylvain CECCHETTO
Fix #18685 issue
2020-11-02[Android] Update README to specify '--sdk_root'Garrett Brown
Currently, if the sdk manager is called without this parameter, it fails with the following error message: | Warning: Could not create settings | java.lang.IllegalArgumentException Also included in the output is the option '--sdk_root'. A quick stack overflow search reveals that this parameter is necessary to call sdkmanager.
2020-11-02Add Merge method to VideoInfoTagCastagnaIT
2020-11-02[addons][inputstream] increase API versionsCastagnaIT
2020-11-02[addons][inputstream] Fix wrong flags bit shiftCastagnaIT
2020-11-01tools/buildsteps: rename linux64 to linuxLukas Rusak
2020-11-01tools/buildsteps: set default build host for linuxLukas Rusak
2020-11-01tools/buildsteps: remove linux-arm-gbmLukas Rusak
2020-11-01tools/buildsteps: remove linux-aarch64-gbmLukas Rusak
2020-11-01Tone mapping: misc fixes and improvementsthexai
2020-11-01[Android] Fix Art in leanback for media itemsenen92
2020-11-01Merge pull request #18695 from Rechi/fix/iOSRechi
[tvOS] relocate DarwinNSUserDefaults to tvOS
2020-11-01[JSON]Update artist, album or song datemodified when artwork changed.DaveTBlake
Bump JSON version patch to indicate internal implementation changed
2020-11-01[Android] SDK 29 / buildtools 29.0.3peak3d
2020-11-01Merge pull request #18690 from bkuhls/master-python3.9fuzzard
cmake: add check for python3.9
2020-11-01[tvOS] relocate DarwinNSUserDefaults to tvOSRechi
It cannot be used on iOS, as it calls CTVOSFileUtils::GetUserHomeDirectory()
2020-11-01Merge pull request #18686 from sy6sy2/tvos-issue-templatefuzzard
[GitHub][tvOS] Add tvOS checkbox in issue template