aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-07Merge pull request #24783 from fuzzard/release_21rc121.0rc1-Omegafuzzard
[Omega] Release RC1
2024-03-07Merge pull request #24752 from hagaygo/subtitle-store-fixfuzzard
Store streamed video subtitle on custom subtitles path if defined by user
2024-03-07[subtitles] Store streamed video downloaded subtitle.Hagay Goshen
Applied jenkins diff patch Update xbmc/video/dialogs/GUIDialogSubtitles.cpp Co-authored-by: Miguel Borges de Freitas <enen92@kodi.tv>
2024-03-07[Omega] Release RC1fuzzard
2024-03-06Merge pull request #24756 from thexai/android-gui-sdr-peakthexai
[Android] Adjust GUI SRD peak luminance when display is in HDR PQ mode
2024-03-06Merge pull request #24801 from enen92/doxygen_cutsfuzzard
[Docs] Fix doxygen references for cutlist deprecation
2024-03-05Merge pull request #24807 from CrystalP/remove-stringfuzzard
[video] remove unused string
2024-03-05[video] remove unused string 40033CrystalP
Stopped being used after PR #24477
2024-03-05Merge pull request #24805 from joseluismarti/tvproviderfuzzard
Bump androidx.tvprovider:tvprovider
2024-03-04Merge pull request #24804 from CrystalP/doxygen-sliderbardisabledCrystalP
[doc] Fix incorrect tag name for the disabled slider bar texture
2024-03-04Bump androidx.tvprovider:tvproviderJose Luis Marti
2024-03-04[Android] Adjust GUI SRD peak luminance when display is in HDR PQ modethexai
2024-03-04[Doc] Fix incorrect tag name for the disabled slider bar textureCrystalP
2024-03-04[Docs] Fix doxygen references for cutlist deprecationenen92
2024-03-03Merge pull request #24791 from CrystalP/fix-removedselecteditemCrystalP
[video] fix selected item after removing version/extra
2024-03-03Merge pull request #24793 from ksooo/pvr-fix-channelmgr-iconsKai Sommerfeld
[PVR] Channel Manager: Fix refresh channel icons; old icons still shown after refresh.
2024-03-02Merge pull request #24792 from CrystalP/fix-selectionafterchooseartCrystalP
[video] fix selection after changing video or extra art
2024-03-02[video] fix selected item after removing version/extraCrystalP
2024-03-02[PVR] Channel Manager: Fix refresh channel icons; old icons still shown ↵ksooo
after refresh.
2024-03-02[video] fix selection after changing video or extra artCrystalP
2024-03-02Merge pull request #24785 from CrystalP/fix-interlacedfrCrystalP
[VideoPlayer] Fix initial interlaced stream refresh rate switch
2024-03-02Merge pull request #24789 from enen92/fixup_kodi_resumeMiguel Borges de Freitas
Fix regression for play actions
2024-03-02Fix regression for play actionsMiguel Borges de Freitas
2024-03-01[VideoPlayer] Fix initial interlaced stream refresh rate switchCrystalP
2024-03-01Merge pull request #24739 from thexai/fix-pixel-shadersfuzzard
[Windows] Fix inaccurate 10-bit SDR / HDR color using Pixel Shaders
2024-03-01Merge pull request #24740 from fritsch/pwhdmifuzzard
AESinkPipewire: Properly identify HDMI devices
2024-03-01Merge pull request #24781 from joseluismarti/manifestfuzzard
[Android] Adjustments in manifest file
2024-03-01Merge pull request #24778 from joseluismarti/compileSdkVersionfuzzard
[Android] Use compileSdk, minSdk and targetSdk
2024-02-29Merge pull request #24765 from enen92/tapMiguel Borges de Freitas
MacOS: Implement hotkeycontroller to fix exclusive mediakey usage
2024-02-29MacOS: Implement hotkeycontroller to fix exclusive mediakey usageMiguel Borges de Freitas
2024-02-29Remove redundant labelJose Luis Marti
2024-02-29GET_TASKS constant is deprecatedJose Luis Marti
2024-02-29The minSdkVersion and targetSdkVersion values are not usedJose Luis Marti
2024-02-29Merge pull request #24748 from popcornmix/staletimespopcornmix
VideoPlayer: Reset stale stream times after a flush
2024-02-28[Android] Use compileSdk, minSdk and targetSdkJose Luis Marti
2024-02-28Merge pull request #24753 from ksooo/video-versions-fix-listitem-labelKai Sommerfeld
[guiinfo] Fix LISTITEM_LABEL for movies with multiple versions only …
2024-02-27VideoPlayer: Reset stale stream times after a flushDom Cobley
The stale starttime can be used and cause a long video stall as discussed in https://github.com/xbmc/xbmc/issues/24745
2024-02-26Merge pull request #24732 from the-black-eagle/audiobook_directoryfuzzard
[MUSIC] Get correct duration of stream from FFMPEG for audiobook chap…
2024-02-26Merge pull request #24761 from joseluismarti/zipAlignEnabledfuzzard
[Android] zipAlignEnabled has been deprecated for a while
2024-02-26[Android] zipAlignEnabled has been deprecated for a whileJose Luis Marti
2024-02-25Merge pull request #24759 from enen92/tapMiguel Borges de Freitas
macos: remove dead code
2024-02-25macos: remove dead codeMiguel Borges de Freitas
2024-02-24AESinkPipewire: Fix Passthrough channel availabilityfritsch
It seems the Pipewire can easily configure TrueHD as IEC Format while only two channels are available. This is not correct. As later on when AE starts playing 8 channels are opened, already enumerate properly. Co-authored-by: Lukas Rusak <lorusak@gmail.com> Co-authored-by: Markus Härer <markus.haerer@gmx.net>
2024-02-23[guiinfo] Fix LISTITEM_LABEL for movies with multiple versions only to ↵ksooo
overwrite with video version name if there is one.
2024-02-22[Windows] Fix inaccurate 10-bit SDR / HDR color using Pixel Shadersthexai
2024-02-22AESinkPipewire: Properly identify HDMI devicesfritsch
Without this AE would only allow passthrough on SPDIF devices as it checks for the device not being PCM when allowing Passthrough. Co-authored-by: Lukas Rusak <lorusak@gmail.com>
2024-02-21Merge pull request #24743 from enen92/play_action_pluginMiguel Borges de Freitas
[plugins] Ignore fileaction (play) if item is not playable...
2024-02-21[plugins] Ignore fileaction (play) if item is not playable...enen92
2024-02-20Merge pull request #24733 from thexai/fix-stream-bufferthexai
[FileSystem] Fix: not use CFileStreamBuffer in all network files
2024-02-19Merge pull request #24735 from joseluismarti/splashfuzzard
[Android] Remove unused code and improve extraction of the apk file