aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-20Fix include for GCC14 (#25856)sarbes
2024-10-19Merge pull request #25829 from fritsch/cache3Peter Frühberger
AudioTrack: Revisit pause bursts and delay
2024-10-19Merge pull request #25847 from ksooo/pvr-fix-custom-string-propsKai Sommerfeld
[PVR] CAddonTimer: Fix memory corruption caused by freed string data transferred to add-on.
2024-10-18Merge pull request #25762 from CastagnaIT/gui_menu_tracksStefano Gottardo
[GUI][Skin] Add new window dialogs to select video/audio/subtitles streams
2024-10-18[PVR] CAddonTimer: Fix memory corruption caused by freed string data ↵ksooo
transferred to add-on.
2024-10-16Merge pull request #25834 from phunkyfish/addon-read-nobufferphunkyfish
[addons] add missing flag to filesystem translation from binary add-ons
2024-10-15[addons] add missing flag to filesystem translation from binary add-onsphunkyfish
2024-10-15[addons] compare file open flags to addon enum instead of Kodi core'sphunkyfish
2024-10-14Merge pull request #25831 from enen92/gui_action_handlerMiguel Borges de Freitas
[GUI] Introduce GUI Announcement Handlers
2024-10-14Merge pull request #25812 from 78andyp/refreshthexai
[Art] Fix #25601 - Refresh art after update in information dialog
2024-10-14[Zeroconf] Use announcements instead of direct GUI messagesenen92
2024-10-14[GUI] Introduce GUI Announcement Handlersenen92
2024-10-14[Art] Fix #25601 - Refresh art after update in information dialog.78andyp
2024-10-13Merge pull request #25827 from CrystalP/no-ext-subs-upnp-rendererCrystalP
[UPnP] Do not scan for external subs for UPnP renderer
2024-10-13Use Silence again for all formats (AddPause)fritsch
2024-10-13AESinkAudioTrack: Stop pseudo blocking for IECfritsch
The audio hal does not care if we sleep for it, it blocks itself when the buffer is filled.
2024-10-13AESinkAudioTrack: Revisit Pause bursts for RAWfritsch
- Properly Check Pause Bursts again - Do not weight the average as it's meant to smooth audio hal abruptness - Stop sleeping in normal AddPacket Use-Case
2024-10-13Merge pull request #25822 from ksooo/pvr-fix-gap-tag-timersKai Sommerfeld
[PVR] Fix support for EPG gap tags timers.
2024-10-12[UPnP] no external subs scan for url pushed to rendererCrystalP
2024-10-11[PVR] CPVRGUIActionsTimers::AddTimer: Fix support for EPG gap tags.ksooo
2024-10-11[PVR] Support to the second duration when creating time-based timers (before ↵ksooo
it was full minutes only).
2024-10-11[Utils] Add missing original, imparied filename parsingCastagnaIT
2024-10-11[keymaps] Use video/audio/subtitle selection dialogsCastagnaIT
2024-10-11[Players][cleanup] Changed audio/sub capabilities to enum classCastagnaIT
2024-10-11[addons][gui] increase GUI API version to 5.15.1CastagnaIT
2024-10-11[GUI][Skin] Video/Audio/Subtitle stream selection dialogCastagnaIT
2024-10-10Merge pull request #25807 from enen92/udev_mount_anonymousMiguel Borges de Freitas
udev: namespace get_mountpoint call
2024-10-09Merge pull request #25588 from hbiyik/egl_async_rendering_fixesMarkus Härer
Egl async rendering fixes
2024-10-09Merge pull request #24431 from hbiyik/gbm_drm_dynamic_afbc_video_planesMarkus Härer
Dynamic Selection of DRM planes with GBM
2024-10-09VideoLayerBridgeDRMPRIME: Use crop fields to render the picture offsetsboogie
Hardware decoders when used with AFBC compression, may output picture with offsets which may be different for each frame. Since this offset is applied after the decompression is done, only way to represent this in SRC_X and SRC_Y plane props. This commits utilizes AVFrame crop fields to pass picture offsets.
2024-10-08Merge pull request #25804 from enen92/discs_cleanup_deadcodeMiguel Borges de Freitas
[Discs] Remove dead code
2024-10-08Merge pull request #25323 from CastagnaIT/subs_carriagereturnStefano Gottardo
[CharArrayParser] Skip malformed EOL
2024-10-08udev: namespace get_mountpoint callenen92
2024-10-08[Discs] Remove dead codeenen92
2024-10-08Merge pull request #25800 from joseluismarti/searchable.xmlfuzzard
[Android] searchable.xml file is not necessary, this file is configured and gen…
2024-10-07Merge pull request #25795 from ksooo/pvr-fix-epg-event-delete-2Kai Sommerfeld
[PVR] [PVR] Async EPG update: Fix removal of EPG events notified as 'deleted', take 2
2024-10-07Merge pull request #25789 from ksooo/pvr-fix-start-recording-ctx-menuKai Sommerfeld
[PVR] Context menu item 'Start recording': Fix to respect other runni…
2024-10-07[Android] Create res/xml/ directoryJose Luis Marti
2024-10-07[Android] searchable.xml file is not necessary, this file is configured and ↵Jose Luis Marti
generated by the build system
2024-10-06Merge pull request #25763 from notspiff/move_findtrailer_videoutilsArne Morten Kvarving
move CFileItem::FindTrailer to VideoUtils
2024-10-06Merge pull request #25792 from joseluismarti/move-GetExternalStorageMiguel Borges de Freitas
Move CXBMCApp::GetExternalStorage to CAndroidStorageProvider
2024-10-06Merge pull request #25667 from CastagnaIT/fix_mimetypeStefano Gottardo
[DirectoryFactory] Store CFileItem mimetype to CURL, to avoid forced HTTP HEAD requests
2024-10-05[PVR] [PVR] Async EPG update: Fix removal of EPG events notified as ↵ksooo
'deleted', take 2.
2024-10-05Merge pull request #25735 from parona-source/gcc-15Markus Härer
Include missing <cstdint> includes
2024-10-05Move CXBMCApp::GetExternalStorage to CAndroidStorageProviderJose Luis Marti
2024-10-05Merge pull request #25768 from jjd-uk/estuary_version_poster_fixjjd-uk
[Estuary] Video Versions - Add poster fallback
2024-10-04windowing/gbm: Dynamic plane selectionboogie
This commit allows kodi to select gui and video planes according to format and modifier combination and sorts to gui plane on top of video plane if zpos is supported and not immutable by the planes.
2024-10-04[PVR] Context menu item 'Start recording': Fix to respect other running ↵ksooo
recording on same channel.
2024-10-03Merge pull request #25780 from ksooo/pvr-fix-stop-recording-ctx-menuKai Sommerfeld
[PVR] Context menu item 'Stop recording': Fix visibility condition for EPG gap tags.
2024-10-03Merge pull request #25779 from ksooo/pvr-fix-epg-event-deleteKai Sommerfeld
[PVR] Async EPG update: Fix removal of EPG events notified as 'deleted'.