aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-19Merge pull request #24543 from enen92/python_contextMiguel Borges de Freitas
[ContextMenus] Don't populate python context items if browsing sub-menus
2024-01-19Merge pull request #24528 from ksooo/pvr-epg-tag-playlistKai Sommerfeld
[PVR] "Play EPG Tags as Movies"
2024-01-19[ContextMenus] Don't populate python context items if browsing sub-menusenen92
2024-01-19[video] rework dimensionsDavid Vukovic
2024-01-19log script commandsAndrey Filipenkov
matches behavior of other scripts
2024-01-19use only PlistBuddy to read bundle IDAndrey Filipenkov
2024-01-19Speed up game-addon build timeGarrett Brown
2024-01-18[keymaps] change show shutdownmenu to poweroff actionDavid Vukovic
2024-01-18Merge pull request #24534 from thexai/wasapi-fallbackthexai
[Windows] AESinkWASAPI: improve fallback when is not supported exact output channel layout
2024-01-18AESinkWASAPI: adjust log messages for fallback code paththexai
2024-01-18AESinkWASAPI: improve fallback when is not supported exact output channel layoutthexai
2024-01-17Fix the scourge of game add-on failuresGarrett Brown
Failure occurred when running 'git clean' while gpg-agent.exe was daemonized.
2024-01-17[Peripherals] Add default buttonmaps for keyboard/mouseGarrett Brown
Used as a fallback in case the joystick add-on isn't available.
2024-01-17Merge pull request #24501 from garbear/refactor-inputGarrett Brown
[Input] Refactor to improve code organization
2024-01-17[pvr] Add context menu item 'play programme from here'/'play only this ↵ksooo
programme'.
2024-01-17[pvr] Introduce setting to toggle 'auto play next programme'.ksooo
2024-01-17[pvr] Prevent to close the player while we are playing the 'epg playlist'.ksooo
2024-01-17[pvr] Implement automatic playback of next epg tag in timeline.ksooo
2024-01-17[pvr] Refactor: Move CPVRGUIActionsPlayback::StartPlayback to class ↵ksooo
CPVRPlaybackState.
2024-01-17[pvr] CPVRManager::OnPlaybackEnded: Propagate the correct state to the ↵ksooo
playback state instance.
2024-01-17Merge pull request #24522 from enen92/sane_datacachecoreMiguel Borges de Freitas
[Datacachecore] Initiallize SStateInfo with sane values
2024-01-17Merge pull request #24519 from joseluismarti/xbmc.propertiesfuzzard
[Android] ABI check removal: xbmc.properties file
2024-01-16[Games] Rename game input functions for code clarityGarrett Brown
2024-01-16[Peripherals] Add missing \ingroup tagsGarrett Brown
2024-01-16[Peripherals] Move events to subfolderGarrett Brown
2024-01-16[Peripherals] Update copyright year to 2024Garrett Brown
2024-01-16[Peripherals] Factor add-on lookup out of buttonmapGarrett Brown
In the future, when an add-on can't be found, a default translator for keyboards/mice can be used.
2024-01-16[Peripherals] Rename member variables for code clarityGarrett Brown
2024-01-16[Input] Update copyright year to 2024Garrett Brown
2024-01-16[Keyboard] Rename KeySymbol to XBMCKey for code clarityGarrett Brown
The intention of this change is to reduce the amount of abstraction.
2024-01-16[Keyboard] Refactor keyboard files into input/keyboard/ folderGarrett Brown
2024-01-16[Keymaps] Refactor keymap code to new folderGarrett Brown
2024-01-16[Mouse] Refactor CMouseEvent into input/mouse/ folderGarrett Brown
2024-01-16[Mouse] Move interfaces to new CMakeLists.txtGarrett Brown
2024-01-16[Joysticks] Move interfaces to new CMakeLists.txtGarrett Brown
2024-01-16[Joysticks] Add missing \ingroup tagsGarrett Brown
2024-01-16[Remote] Remove unused structGarrett Brown
2024-01-16[Remote] Move interface to new CMakeLists.txtGarrett Brown
2024-01-16[Hardware] Move interface to new CMakeLists.txtGarrett Brown
2024-01-16[Actions] Move CActionTranslator to KODI::ACTION namespaceGarrett Brown
2024-01-16[Actions] Move IActionListener into actions folderGarrett Brown
2024-01-16[CMake] Move input subdirectories to new treedata fileGarrett Brown
2024-01-16Merge pull request #24406 from garbear/better-player-viewerGarrett Brown
[Player Viewer] Three improvements
2024-01-17EGLUtils: Fix nullptr usage in EglErrorCallbackMarkus Härer
Fixes #23867.
2024-01-16Merge pull request #24516 from dbarkar/fix-vc1Peter Frühberger
AndroidMediaCodec: Retry VC1 fix
2024-01-16Merge pull request #24520 from notspiff/add_avif_supportArne Morten Kvarving
added: enable .avif image support in ffmpeg image
2024-01-16[Datacachecore] Initiallize SStateInfo with sane valuesenen92
2024-01-16added: enable .avif image support in ffmpeg imageArne Morten Kvarving
2024-01-16AndroidMediaCodec: Retry VC1 fixDenis Barkar
Try to replace VC1 mime type only for VC1 video.
2024-01-16[Android] file xbmc.properties is no longer neededJose Luis Marti