aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-11[PVR] Fix various 'Implicit conversion loses integer precision' warnings.ksooo
2024-09-10[video] Video navigation window: Replace context menu items 'Set ↵ksooo
actor/artist thumb' with 'Choose art' to make it possible again to add/and set other artwork, not only thumbnails.
2024-09-10Merge pull request #25721 from notspiff/move_get_folder_thumb_artutilsArne Morten Kvarving
changed: move CFileItem::GetFolderThumb to ArtUtils
2024-09-10changed: move CFileItem::GetFolderThumb to ArtUtilsArne Morten Kvarving
2024-09-10Merge pull request #25720 from ksooo/utils-remove-artutils-pvr-depKai Sommerfeld
[utils] KODI::ART::FillInDefaultIcon: Remove PVR compile time dependency
2024-09-10Merge pull request #25706 from ksooo/pvr-addon-api-custom-settingsKai Sommerfeld
[PVR][addons] PVR Add-on API changes + Implementation: Custom Timer Settings
2024-09-10[utils] KODI::ART::FillInDefaultIcon: Re-add support for PVR Providers.ksooo
2024-09-10[utils] KODI::ART::FillInDefaultIcon: Remove PVR compile time dependency.ksooo
2024-09-10[PVR] Some variable naming cleanup after review feedback.ksooo
2024-09-10Merge pull request #25539 from notspiff/move_default_icon_artutilsArne Morten Kvarving
changed: move CFileItem::FillInDefaultIcon to ArtUtils
2024-09-09Merge pull request #25691 from garbear/missing-depsGarrett Brown
Games: Offer to install missing dependencies on game launch
2024-09-09changed: move CFileItem::FillInDefaultIcon to ArtUtilsArne Morten Kvarving
2024-09-08Merge pull request #25690 from garbear/controllers-focus-okGarrett Brown
Controller Dialog: Focus "OK" button by default in installation dialog
2024-09-08Merge pull request #25452 from enen92/slideshow_ontopKai Sommerfeld
[GUIWindowSlideShow] Close dialog if a video starts playing
2024-09-08Merge pull request #25517 from tobbi/xbmc-cdrip-performance-fixesKai Sommerfeld
xbmc/cdrip: cppcheck performance fixes
2024-09-08Merge pull request #25520 from tobbi/xbmc-events-performance-fixesKai Sommerfeld
xbmc/events: cppcheck performance fixes
2024-09-08Merge pull request #25524 from tobbi/xbmc-imagefiles-performance-fixesKai Sommerfeld
xbmc/imagefiles: cppcheck performance fixes
2024-09-08Merge pull request #25532 from tobbi/xbmc-settings-performance-fixesKai Sommerfeld
xbmc/settings: cppcheck performance fixes
2024-09-08Merge pull request #25702 from peat-psuwit/initialize-cpuFeaturesthexai
CPUInfo: make sure m_cpuFeatures is initialized
2024-09-07GLES: Implement fast HQ scalers (#24611)sarbes
2024-09-07Merge pull request #25710 from fritsch/sonybarPeter Frühberger
AESinkAudiotrack: Use 192 khz for TrueHD / DTS-HD RAW as well
2024-09-07AESinkAudiotrack: Use 192 khz for TrueHDfritsch
The 48 khz is historically chosen. There is no way, that this bandwidth would be enough to do DTS-HD-MA or TrueHD. With this new check, we would not list that format anymore - as in the past - it auto fellback to normal DTS and on some machines failed for TrueHD directly. Packers of FireTV only pack DTS-HD-Core, so we keep it on 48 khz here. See also: https://forum.kodi.tv/showthread.php?tid=378616
2024-09-07Merge pull request #25705 from ↵Kai Sommerfeld
ksooo/pvr-fix-timersettings-recordings-in-progress [PVR] Timer settings dialog: Fix settings read-only conditions for in-progress recordings
2024-09-06[PVR] Timer settings dialog: Fix settings read-only conditions for ↵ksooo
in-progress recordings.
2024-09-06[PVR] Implement support for client add-on supplied custom int and string ↵ksooo
properties, add possibility to manage this properties in the timer settings dialog.
2024-09-06[addons] PVR Add-on API version bump to 9.1.0ksooo
2024-09-06[addons][PVR] PVR add-on API: Introduce data types for add-on supplied ↵ksooo
settings. Extend struct PVR_TIMER and struct PVR_TIMER_TYPE to support add-on supplied settings.
2024-09-06Merge pull request #25708 from CrystalP/fix-AEDataFormat-usagePeter Frühberger
[AE] use correct format enum values for silence generation
2024-09-06[AE] use correct format enum values for silence generationCrystalP
2024-09-06Merge pull request #25668 from CrystalP/fix-xaudio2-drain-deinitializeCrystalP
[AE][XAudio2] Fix Drain and Deinitialize
2024-09-06GL/GLES: implement mapping for various texture formats (#25205)sarbes
GL: implement mapping for various texture formats
2024-09-05[xaudio2] wait for buffer release before destroying the source voice.CrystalP
Stop and FlushSourceBuffers are async and callbacks on the queued buffers don't seem to be called when destroying the voice, with a leak of the buffers' memory.
2024-09-05[xaudio2] wait for queued audio data to play when draining the sinkCrystalP
- matches expectations of AE that the buffered data is played and not flushed - fixes incorrect GetDelay values after Drain() due to difference between MS doc and actual behavior of voice reset. - fixes incorrect m_framesInBuffers value when restarting playback of a drained sink. Confirmed by MS insider see https://stackoverflow.com/questions/65754955/how-to-reset-a-ixaudio2sourcevoices-samplesplayed-counter-after-flushing-sour
2024-09-05Merge pull request #25693 from CastagnaIT/fix_line_breakStefano Gottardo
[GUITextLayout] Removed custom chinese chars line break
2024-09-04CPUInfo: make sure m_cpuFeatures is initializedRatchanan Srirattanamet
m_cpuFeatures is OR'ed into in implementations, but seemingly none of them initialized this field before they OR into, so do it first in CCPUInfo class.
2024-09-04Fix CDDB lookupsronie
2024-09-03[GUITextLayout] Add todo comment for unicode spacesCastagnaIT
2024-09-02[GUITextLayout] Removed custom chinese chars line breakCastagnaIT
2024-09-01Controllers: Focus "OK" button by default in installation dialogGarrett Brown
2024-09-01Games: Offer to install missing dependencies on game launchGarrett Brown
2024-09-01Merge pull request #25680 from sarbes/png-crushsarbes
Estuary: optimize pattern compression
2024-09-01Merge pull request #25687 from ksooo/pvr-timerdlg-inprogress-recordingsKai Sommerfeld
[PVR] Timer settings dialog: Some properties should be read-only for in-progress recordings
2024-09-01xbmc base: cppcheck performance fixesTobias Markus
2024-09-01[PVR] Timer settings dialog: Some properties should be read-only for ↵ksooo
in-progress recordings.
2024-08-31Merge pull request #25685 from ksooo/pvr-fix-timertype-getpriorityvaluesKai Sommerfeld
[PVR] Fix CPVRTimerType::GetPriorityValues().
2024-08-31Merge pull request #25639 from the-black-eagle/fix_audiobook_directorythe-black-eagle
Fix audiobook directory for mka albums
2024-08-31Merge pull request #25677 from acidzab/JsonRPCRefreshFoosthe-black-eagle
[MUSIC][JSON-RPC] AudioLibrary.RefreshArtist and AudioLibrary.RefreshAlbum
2024-08-31[PVR] Fix CPVRTimerType::GetPriorityValues().ksooo
2024-08-30Merge pull request #25663 from ksooo/pvr-providers-guiKai Sommerfeld
[Estuary][PVR][guiinfo] PVR Providers User Interface
2024-08-30[Estuary][guiinfo][PVR] Introduce ↵ksooo
(ListItem|VideoPlayer|MusicPlayer).MediaProviders guiinfo label, implement it for PVR items, show it in Estuary PVR info panel and PVR info dialog.