aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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'.
2024-10-02move CFileItem::FindTrailer to VideoUtilsArne Morten Kvarving
2024-10-02[PVR] Context menu item 'Stop recording': Fix visibility condition for EPG ↵ksooo
gap tags.
2024-10-02[PVR] Async EPG update: Fix removal of EPG events notified as 'deleted'.ksooo
2024-09-30Merge pull request #25754 from fuzzard/depends_opensslfuzzard
[tools/depends] Bump openssl 3.0.15
2024-09-29[VideoPlayer] Decouple codec description from codec nameCastagnaIT
Our custom codec descriptions should not be mixed with codec name defined by ffmpeg this will allow also skins to get the real codec name
2024-09-29[VideoPlayer] Copy codecName to SubtitleStreamInfoCastagnaIT
2024-09-29[VideoPlayer][StreamInfo] Add fps info to VideoStreamInfoCastagnaIT
2024-09-28Add poster fallbackjjd-uk
2024-09-28Merge pull request #25764 from ksooo/pvr-fix-recordingsfolder-resumeKai Sommerfeld
[PVR][video] Fix loading of recording folder resume information.
2024-09-28[GUI] Add videostreamcount infolabelCastagnaIT
2024-09-27CEGLFence: Ignore improper atomic drmrequest when async rendering andboogie
dont go into infinite loop
2024-09-27[PVR][video] Fix loading of recording folder resume information.ksooo
2024-09-27[tools/depends][target] Bump openssl 3.0.15fuzzard
2024-09-27[tools/depends][native] Bump openssl 3.0.15fuzzard
2024-09-27Merge pull request #25736 from fuzzard/depends_expatfuzzard
[tools/depends] Bump expat
2024-09-26Merge pull request #25759 from CrystalP/fix-wasapiCrystalP
[Windows][AE} WASAPI sink fixes and improvements
2024-09-25[WASAPI] use silent buffer flag for initial silent frames.CrystalP
2024-09-25[WASAPI] set stream audio categoryCrystalP
2024-09-25[WASAPI] clearer log message for unsupported AE provided formatCrystalP
2024-09-25[WASAPI] fix supported sample rates enumeration for devices without 16bit ↵CrystalP
formats
2024-09-25[DirectoryFactory] If FileItem has mimetype store to CURLCastagnaIT
This to be restored when the FileItem will be reconstructed later to prevent make HTTP HEAD requests
2024-09-24[WASAPI] fix stream types and frequencies enumerationCrystalP
2024-09-24Merge pull request #25750 from CrystalP/xaudio2-windows8CrystalP
[Windows] Make XAudio2 work with Windows 8 and code improvements
2024-09-24[XAudio2] fix device name used to find fallback format in sink initializationCrystalP
2024-09-24[XAudio2] avoid leak + fix voice creation for closest matchCrystalP
2024-09-24[XAudio2] skip testing of sampling rates not supported by XAudio2CrystalP
2024-09-24[XAudio2] error handling improvementsCrystalP
2024-09-24[XAudio2] share Xbox audio device enumeration with desktop and Windows 8.1 ↵CrystalP
compatibility
2024-09-24Merge pull request #25758 from notspiff/move_get_localart_artutilsArne Morten Kvarving
move GetLocalArt to ArtUtils
2024-09-24Merge pull request #25755 from ksooo/pvr-epg-search-copyKai Sommerfeld
[PVR] Add possibility to make copies of EPG saved searches (e.g. to use an existing search as a template for a new search).
2024-09-24move GetLocalArt to ArtUtilsArne Morten Kvarving
2024-09-23Merge pull request #25730 from ↵Arne Morten Kvarving
notspiff/move_get_local_art_base_filename_artutils move GetLocalArtBaseFilename to ArtUtils
2024-09-23[PVR] Add possibility to make copies of EPG saved searches (e.g. to use an ↵ksooo
existing search as a template for a new search).
2024-09-23[PVR] Get rid of magic numbers for EPG search invalid database id.ksooo
2024-09-23[PVR] clang-format EpgSearchFilter.(cpp|h).ksooo