aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-25CDVDVideoCodecDRMPRIME: skip frames when requestedJernej Skrabec
2021-03-25[Windows] Fix: green screen on DX feature level 9.1 systems (old HW) playing ↵thexai
10-bit videos
2021-03-24[Estuary] Fix: Hide player info while PVR channel guide dialog is visible.Kai Sommerfeld
2021-03-23Merge pull request #19410 from ksooo/estuary-logspamKai Sommerfeld
[Matrix][Estuary] Remove unneeded target windows from PVR home screen widgets…
2021-03-21Merge pull request #19451 from ksooo/pvr-fix-recording-playpos-playcount-matrixKai Sommerfeld
[Matrix][PVR] Fix: On recordings update, do only overwrite play count / play …
2021-03-21[PVR] Fix: On recordings update, do only overwrite play count / play ↵Kai Sommerfeld
position if client does support play position / play count.
2021-03-20WinSystemXLGL: Properly return msecs for GetVblankTimingfritsch
2021-03-20Merge pull request #19382 from fritsch/rrrmPeter Frühberger
Resolution: Try double refreshrate and pulldown also when no whitelist is set
2021-03-19Merge pull request #19444 from ksooo/pvr-fix-all-stale-all-channels-group-matrixKai Sommerfeld
[Matrix][PVR] Delete stale 'all channels' group members from database.
2021-03-19[PVR] Delete stale 'all channels' group members from database.Kai Sommerfeld
2021-03-17Merge pull request #19405 from thexai/fix-hdr10-metadata-matrixjenkins4kodi
2021-03-17Merge pull request #19428 from Montellese/bugfix/Matrix_cstaticloggerbaseDave Blake
[Matrix] get rid of broken CStaticLoggerBase
2021-03-16Merge pull request #19431 from enen92/rmdirdocbackportenen92
[docs] Document missing force opt for xbmcvfs.rmdir()
2021-03-15[docs] Document missing force opt for xbmcvfs.rmdir()enen92
2021-03-15Merge pull request #19414 from phunkyfish/pvr-client-persist-bpphunkyfish
[pvr] fix not persisting client channel name and number when changed
2021-03-15[utils] get rid of broken CStaticLoggerBasemontellese
2021-03-14Merge pull request #19422 from ksooo/estuary-fix-timer-type-icons-matrixKai Sommerfeld
[Matrix][Estuary] Fix missing PVR timer type icons in selection dialog.
2021-03-14[Estuary] Fix missing PVR timer type icons in selection dialog.Kai Sommerfeld
2021-03-14Merge pull request #19403 from CastagnaIT/Matrix_mediatypeenen92
[Backport][VideoInfoTag] Add m_type to Merge
2021-03-14Merge pull request #19417 from djp952/MatrixKai Sommerfeld
[Backport][Estuary] Increase VideoPlayer OSD channel number label width
2021-03-14[Estuary] Increase VideoPlayer OSD channel number label widthdjp952
2021-03-14[pvr] fix not persisting client channel name and number when changedphunkyfish
2021-03-14[Estuary] Remove unneeded target windows from PVR home screen widgets. Fixes ↵Kai Sommerfeld
log spam.
2021-03-13Add m_type to MergeCastagnaIT
2021-03-13[Windows][Fix] HDR10 metadata in passthrough mode can be incorrect in some ↵thexai
(rare) cases.
2021-03-12Merge pull request #19391 from AhmedAdelAbouzeid/Matrix-Issue18648enen92
Adjust punctuation in RTL Subtitles
2021-03-11Merge pull request #19386 from ksooo/pvr-dont-try-to-delete-all-channels-groupKai Sommerfeld
[Matrix][PVR] CPVRChannelGroups::Update: Don't try to delete the 'all channel…
2021-03-11Fix rescan of music from cuesheets into library by allowing for multiple ↵DaveTBlake
songs with same file when making song map. On rescan: - fix v19.0 regression which removed all but first cuesheet song. - accurately keep song playback history
2021-03-11Adjust punctuation in RTL SubtitlesAhmedAdelAbouzeid
Use "forceLTRReadingOrder" in call to "utf32logicalToVisualBiDi" inside "BidiFlip" function Fixes #18648
2021-03-11Merge pull request #19377 from enen92/Matrixenen92
[Subtitles][Plugins] Do not browse plugin directory when browsing for…
2021-03-10[PVR] Group Manager: Disable 'delete group' button for 'all channels' group.Kai Sommerfeld
2021-03-10[PVR] CPVRChannelGroups::Update: Don't try to delete the 'all channels' group.Kai Sommerfeld
2021-03-10Merge pull request #19384 from ksooo/issue19368-matrixKai Sommerfeld
[Matrix][keymaps] PVR guide window: Remove special longpress enter mapping.
2021-03-10[keymaps] PVR guide window: Remove special longpress enter mapping.Kai Sommerfeld
2021-03-10Resolution: Try double refreshrate and pulldown also when no whitelist is setfritsch
2021-03-10Merge pull request #19371 from ksooo/issue19345-matrixKai Sommerfeld
[Matrix] [PVR] Hide temporarily unavailable channels
2021-03-10Merge pull request #19370 from ksooo/issue19325-matrixKai Sommerfeld
[Matrix][PVR] Fix GUI not updated on removal/insert/hide/unhide of channel groups.
2021-03-09[Subtitles][Plugins] Do not browse plugin directory when browsing for subtitlesenen92
2021-03-09[PVR] Hide temporarily unavailable channels (but do not remove them from PVR ↵Kai Sommerfeld
database).
2021-03-09[PVR] Base window: recalculate selected group on 'groups invalidated' event ↵Kai Sommerfeld
to adapt GUI to hidden/removed/new groups.
2021-03-09[PVR] Remove empty channelgroups when updating from backend and 'sync groups ↵Kai Sommerfeld
with backend' is enabled and fire 'groups invalidated' event for added/deleted groups, to for example allow instant GUI update.
2021-03-09[PVR] When hiding/unhiding groups, fire 'groups invalidated' event, to for ↵Kai Sommerfeld
example allow instant GUI update.
2021-03-09[PVR] Fix hidden channel groups displayed in Estuary home screen widget.Kai Sommerfeld
2021-03-08Merge pull request #19359 from djp952/MatrixKai Sommerfeld
[Backport][PVR] Adjust overlapped event logging to DEBUG level instead of WARNING level
2021-03-08Merge pull request #19317 from bkuhls/Matrix-backport-PR19020Dave Blake
[backport] [linux] fix drm object build with gcc-4.9
2021-03-07[PVR] Adjust overlapped event logging to DEBUG level instead of WARNING leveldjp952
2021-03-07Merge pull request #19352 from enen92/Matrixenen92
[Linux] Fix playback of optical DVDs
2021-03-07Merge pull request #19348 from fritsch/rework-backportPeter Frühberger
Backport of 19258
2021-03-07[Linux] Fix playback of optical DVDsenen92
2021-03-06Merge pull request #19346 from AlwinEsch/fix-python-doc-MatrixAlwin Esch
[backport][addons][doc] add missing paramanter description to executebuiltin