aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-06[PVR] Fix CPVREpg thread safety.Kai Sommerfeld
2021-01-06[PVR] Fix CPVREpgContainer thread safety.Kai Sommerfeld
2021-01-04Merge pull request #18955 from thexai/shaders-clean-upjjd-uk
Shaders: simplification/clean up HLG to PQ code
2021-01-03[depends] bump dav1d to 0.8.1Lukas Rusak
2021-01-03Merge pull request #18936 from enen92/listitemdocsenen92
[Docs][Python] Document xbmcgui.Listitem initializer
2021-01-03AddonDatabase: fix build with gcc-4.9Bernd Kuhls
Suggested by yasji: https://forum.kodi.tv/showthread.php?tid=358086&pid=2994354#pid2994354
2021-01-02Merge pull request #19000 from howie-f/v19-nullptrFrank H
[storage] dvd: add missing nullptr check
2021-01-02Merge pull request #19010 from ↵enen92
Razzeee/Fix-internal-state-of-the-subtitle-streamInfo Fix internal state of the subtitle streamInfo
2021-01-02Fix internal state of the subtitle streamInfoKolja Lampe
2021-01-02changed: Delete stream details for all childs when ↵arnova
movie/musicvideo/episode/tvshow is deleted
2021-01-01Merge pull request #19007 from ksooo/pvr-reinit-playbackstateKai Sommerfeld
[PVR] Reinit playback state after PVR Manager restart.
2021-01-01[storage] dvd: add missing nullptr checkhowie-f
2021-01-01[PVR] Reinit playback state after PVR Manager restart.Kai Sommerfeld
2021-01-01Merge pull request #19005 from ksooo/pvr-fix-guiinfo-epgnow-accessKai Sommerfeld
[PVR] PVRGUIInfo: Fix crashes in LISTITEM_IS_(NEW|PREMIERE|FINALE|LIVE).
2021-01-01[PVR] PVRGUIInfo: Fix crashes in LISTITEM_IS_(NEW|PREMIERE|FINALE|LIVE).Kai Sommerfeld
2020-12-31Merge pull request #19003 from fritsch/s16onlyPeter Frühberger
Audiotrack: Disable multi channel float once again
2020-12-31Merge pull request #19002 from ksooo/power-sleep-pvrKai Sommerfeld
[powermanagement] OnSleep: Send PVR to sleep after stopping playback.
2020-12-31Audiotrack: Disable multi channel float once againfritsch
2020-12-31[powermanagement] OnSleep: Send PVR to sleep after stopping playback.Kai Sommerfeld
2020-12-31Merge pull request #18997 from ksooo/android-suspend-resumeKai Sommerfeld
[android] Rework sleep/wakeup power event handling
2020-12-30Merge pull request #18999 from ksooo/pvr-restart-playbackKai Sommerfeld
[PVR] Do not stop playback when restarting PVR Manager.
2020-12-29[PVR] Do not stop playback when restarting PVR Manager.Kai Sommerfeld
2020-12-29[android] Rework sleep/wakeup power event handlingKai Sommerfeld
2020-12-28Merge pull request #18986 from howie-f/v19-depdialogFrank H
[addons] introduce advanced setting to allow showing all dependencies in dialog
2020-12-27[addons] introduce advanced setting to allow showing all dependencies in dialoghowie-f
2020-12-27[Windows][GUI] Tonemap Kodi GUI to HDR PQ while in playback of HDR ↵thexai
pass-through mode Fixes very bright OSD, subtitles, etc. and wrong color space (oversaturated).
2020-12-26Merge pull request #18977 from thexai/shaders-fixenen92
Shaders: require profile level 9.3 only when is needed (ACES, Hable or HLG to PQ)
2020-12-26[lang][skin.estouchy] updated language files from TransifexAttila Jakosa
2020-12-26[lang][skin.estuary] updated language files from TransifexAttila Jakosa
2020-12-26[lang][skin.estuary] automatic syntax corrections for the en_GB language fileAttila Jakosa
2020-12-26[lang][kodi.core] automatic syntax corrections for the en_GB language fileAttila Jakosa
2020-12-23Merge pull request #18980 from thexai/dxva2-memoryenen92
DXVA2: adjust memory limit for 4K decoding from 3000 MB to 2960 MB
2020-12-23DXVA2: adjust memory limit for 4K decoding from 3000 MB to 2960 MBthexai
Change fallback strategy to limit decoder surfaces to 16 instead of exit
2020-12-23Merge pull request #18968 from phunkyfish/pvr-json-timers-fixphunkyfish
[pvr] - json GetTimers to return broadcast id as it is now the unique epg identifier
2020-12-23Shaders: only requires profile level 9.3 when is needed (ACES, Hable or HLG ↵thexai
to PQ)
2020-12-23[pvr] - json GetTimers to return broadcast id as it is now the unique epg ↵phunkyfish
identifier
2020-12-22Merge pull request #18970 from ksooo/pvr-fix-lastepgscanKai Sommerfeld
[PVR] Fix EPG last scan time handling.
2020-12-22[PVR] Fix EPG last scan time handling.Kai Sommerfeld
2020-12-22Merge pull request #18964 from ksooo/pvr-fix-startstop-racesKai Sommerfeld
[PVR] Fix PVR manager start/stop races
2020-12-21Merge pull request #18945 from fritsch/mtrixPeter Frühberger
DVDFileInfo: Consult av_image_get_buffer_size before allocating
2020-12-21Merge pull request #18963 from ksooo/addons-fix-settingsKai Sommerfeld
[addons] Reset addon settings when destroying the addon instance.
2020-12-21DVDFileInfo: Align the width for buffer allocation to 16fritsch
As we have intrinsics in use and sws_scale needs proper alignment and proper dimensions, we not only shall continue to use av_malloc but also make sure that size / Height % 16 == 0.
2020-12-21[PVR] Fix EPG container start/stop, load/unload races.Kai Sommerfeld
2020-12-21[PVR] Fix timers thread start/stop, load/unload races.Kai Sommerfeld
2020-12-21[addons] Reset addon settings when destroying the addon instance.Kai Sommerfeld
2020-12-21Merge pull request #18931 from fuzzard/configure_macos11Kai Sommerfeld
[configure][darwin] fix macos11 sysroot required for compiler tests
2020-12-21Merge pull request #18927 from lrusak/coverity-fixesKai Sommerfeld
A couple coverity fixes
2020-12-21Merge pull request #18950 from HiassofT/gbm-settingsDave Blake
windowing/gbm: hide and disable setting Use Display As Clock
2020-12-20[addons] Replace `$ID` in new settings formatJakob Linskeseder
This replicates functionality from the (now) old settings format and thus eradicates a possible breaking change for addon-actions.
2020-12-19Merge pull request #18947 from phunkyfish/pvr-json-broadcast-typeKai Sommerfeld
[pvr] fix epg retrieval which should be by database ID