Age | Commit 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-10 | Merge pull request #25721 from notspiff/move_get_folder_thumb_artutils | Arne Morten Kvarving | |
changed: move CFileItem::GetFolderThumb to ArtUtils | |||
2024-09-10 | changed: move CFileItem::GetFolderThumb to ArtUtils | Arne Morten Kvarving | |
2024-09-10 | Merge pull request #25720 from ksooo/utils-remove-artutils-pvr-dep | Kai Sommerfeld | |
[utils] KODI::ART::FillInDefaultIcon: Remove PVR compile time dependency | |||
2024-09-10 | Merge pull request #25706 from ksooo/pvr-addon-api-custom-settings | Kai 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-10 | Merge pull request #25539 from notspiff/move_default_icon_artutils | Arne Morten Kvarving | |
changed: move CFileItem::FillInDefaultIcon to ArtUtils | |||
2024-09-09 | Merge pull request #25691 from garbear/missing-deps | Garrett Brown | |
Games: Offer to install missing dependencies on game launch | |||
2024-09-09 | changed: move CFileItem::FillInDefaultIcon to ArtUtils | Arne Morten Kvarving | |
2024-09-08 | Merge pull request #25690 from garbear/controllers-focus-ok | Garrett Brown | |
Controller Dialog: Focus "OK" button by default in installation dialog | |||
2024-09-08 | Merge pull request #25452 from enen92/slideshow_ontop | Kai Sommerfeld | |
[GUIWindowSlideShow] Close dialog if a video starts playing | |||
2024-09-08 | Merge pull request #25517 from tobbi/xbmc-cdrip-performance-fixes | Kai Sommerfeld | |
xbmc/cdrip: cppcheck performance fixes | |||
2024-09-08 | Merge pull request #25520 from tobbi/xbmc-events-performance-fixes | Kai Sommerfeld | |
xbmc/events: cppcheck performance fixes | |||
2024-09-08 | Merge pull request #25524 from tobbi/xbmc-imagefiles-performance-fixes | Kai Sommerfeld | |
xbmc/imagefiles: cppcheck performance fixes | |||
2024-09-08 | Merge pull request #25532 from tobbi/xbmc-settings-performance-fixes | Kai Sommerfeld | |
xbmc/settings: cppcheck performance fixes | |||
2024-09-08 | Merge pull request #25702 from peat-psuwit/initialize-cpuFeatures | thexai | |
CPUInfo: make sure m_cpuFeatures is initialized | |||
2024-09-07 | GLES: Implement fast HQ scalers (#24611) | sarbes | |
2024-09-07 | Merge pull request #25710 from fritsch/sonybar | Peter Frühberger | |
AESinkAudiotrack: Use 192 khz for TrueHD / DTS-HD RAW as well | |||
2024-09-07 | AESinkAudiotrack: Use 192 khz for TrueHD | fritsch | |
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-07 | Merge 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.0 | ksooo | |
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-06 | Merge pull request #25708 from CrystalP/fix-AEDataFormat-usage | Peter Frühberger | |
[AE] use correct format enum values for silence generation | |||
2024-09-06 | [AE] use correct format enum values for silence generation | CrystalP | |
2024-09-06 | Merge pull request #25668 from CrystalP/fix-xaudio2-drain-deinitialize | CrystalP | |
[AE][XAudio2] Fix Drain and Deinitialize | |||
2024-09-06 | GL/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 sink | CrystalP | |
- 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-05 | Merge pull request #25693 from CastagnaIT/fix_line_break | Stefano Gottardo | |
[GUITextLayout] Removed custom chinese chars line break | |||
2024-09-04 | CPUInfo: make sure m_cpuFeatures is initialized | Ratchanan 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-04 | Fix CDDB lookups | ronie | |
2024-09-03 | [GUITextLayout] Add todo comment for unicode spaces | CastagnaIT | |
2024-09-02 | [GUITextLayout] Removed custom chinese chars line break | CastagnaIT | |
2024-09-01 | Controllers: Focus "OK" button by default in installation dialog | Garrett Brown | |
2024-09-01 | Games: Offer to install missing dependencies on game launch | Garrett Brown | |
2024-09-01 | Merge pull request #25680 from sarbes/png-crush | sarbes | |
Estuary: optimize pattern compression | |||
2024-09-01 | Merge pull request #25687 from ksooo/pvr-timerdlg-inprogress-recordings | Kai Sommerfeld | |
[PVR] Timer settings dialog: Some properties should be read-only for in-progress recordings | |||
2024-09-01 | xbmc base: cppcheck performance fixes | Tobias Markus | |
2024-09-01 | [PVR] Timer settings dialog: Some properties should be read-only for ↵ | ksooo | |
in-progress recordings. | |||
2024-08-31 | Merge pull request #25685 from ksooo/pvr-fix-timertype-getpriorityvalues | Kai Sommerfeld | |
[PVR] Fix CPVRTimerType::GetPriorityValues(). | |||
2024-08-31 | Merge pull request #25639 from the-black-eagle/fix_audiobook_directory | the-black-eagle | |
Fix audiobook directory for mka albums | |||
2024-08-31 | Merge pull request #25677 from acidzab/JsonRPCRefreshFoos | the-black-eagle | |
[MUSIC][JSON-RPC] AudioLibrary.RefreshArtist and AudioLibrary.RefreshAlbum | |||
2024-08-31 | [PVR] Fix CPVRTimerType::GetPriorityValues(). | ksooo | |
2024-08-30 | Merge pull request #25663 from ksooo/pvr-providers-gui | Kai 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. |