Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-29 | Merge pull request #23454 from fuzzard/nexus_20.220.2-Nexus | fuzzard | |
[Nexus] Bump version 20.2 | |||
2023-06-28 | Merge pull request #23444 from CastagnaIT/fix_ttf_familyname | Miguel Borges de Freitas | |
[FontUtils] Give priority to MS font family name in english | |||
2023-06-28 | Merge pull request #23452 from joseluismarti/raw-decoder-nexus | Miguel Borges de Freitas | |
[backport][Android] Prefer Google raw decoder over MediaTek on old An… | |||
2023-06-28 | [Nexus] Bump version 20.2 | fuzzard | |
2023-06-28 | Merge pull request #23411 from HiassofT/nexus-eac3-backport | fuzzard | |
[Nexus] Backport E-AC3 fixes from master | |||
2023-06-28 | Merge pull request #22929 from CastagnaIT/fix_cache_zip_nexus | fuzzard | |
[backport][Addons][Filesystem] No cache, not treat compressed files as directory | |||
2023-06-27 | [backport][Android] Prefer Google raw decoder over MediaTek on old Android ↵ | Jose Luis Marti | |
devices | |||
2023-06-26 | [FontUtils] Give priority to MS font family name in english | CastagnaIT | |
2023-06-24 | Merge pull request #23319 from CrystalP/bp-fix-rotated-thumbnails | Miguel Borges de Freitas | |
Fix Thumbnails of Rotated Pictures | |||
2023-06-18 | Merge pull request #23391 from neo1973/backport_23117 | fuzzard | |
[BP] CRenderManager: Add missing member initialization | |||
2023-06-18 | Merge pull request #23390 from neo1973/backport_23283 | fuzzard | |
[BP] SysfsPath: Have CSysfsPath::Get() return a std::optional because reads can fail | |||
2023-06-17 | [StreamInfo] Fix EAC3 frame size | Stephan Sundermann | |
The field m_ac3FrameSize was never updated with the concatenated value of the independent and dependent substream | |||
2023-06-17 | AEStreamInfo: Make comments follow code guidelines | Dom Cobley | |
No functional change | |||
2023-06-17 | AEStreamInfo: Apply clang-format to file | Dom Cobley | |
No functional change | |||
2023-06-17 | AEStreamInfo: Support EAC3 independent + EAC3 (dependent) streams | Dom Cobley | |
Fixes: https://github.com/xbmc/xbmc/issues/19182 | |||
2023-06-17 | Merge pull request #23400 from enen92/backport_timer_seek_start | Miguel Borges de Freitas | |
[Estuary] Also start timer (with reset) on seeks | |||
2023-06-17 | Merge pull request #23386 from fuzzard/nexus_flatc | fuzzard | |
[BP][CMake][FlatC] Don't use local flatc with ENABLE_INTERNAL_FLATBUFFERS if versions don't match | |||
2023-06-16 | [Estuary] Rename timer to 1109_topbaroverlay (dialog id) | Miguel Borges de Freitas | |
2023-06-16 | [Skin][Timers] Fix reset xml parsing | Miguel Borges de Freitas | |
2023-06-16 | [Estuary] Stop timer on playback | Miguel Borges de Freitas | |
2023-06-16 | [Estuary] Also start timer (with reset) on seeks | Miguel Borges de Freitas | |
2023-06-13 | Merge pull request #23398 from ksooo/video-fix-23305-nexus | Kai Sommerfeld | |
[Nexus][video] Fix watched/unwatched filter not working when creating playli… | |||
2023-06-13 | [video] Fix watched/unwatched filter not working when creating playlists ↵ | ksooo | |
from directory content for items not added to the video library. | |||
2023-06-12 | CRenderManager: Add missing member initialization | Markus Härer | |
(cherry picked from commit 86d7fc969596cd1e79e1f3104a8c701d8a24017c) | |||
2023-06-12 | SysfsPath: Have CSysfsPath::Get() return a std::optional because reads can fail | Markus Härer | |
The other option would be to have the caller handle exceptions but doing it this way has less code duplication. (cherry picked from commit 44d1f6663a14a293b3cf0802d88737c8eda5a753) | |||
2023-06-11 | [CMake][FlatC] Don't use mismatching flatc version with ↵ | Markus Härer | |
ENABLE_INTERNAL_FLATBUFFERS enabled The internal headers and external flatc may not be compatible. | |||
2023-06-11 | Merge pull request #23385 from ksooo/pvr-timer-settings-type-change-fix-nexus | Kai Sommerfeld | |
[Nexus][PVR] Timer settings dialog: Set certain settings to default on change of timer type. | |||
2023-06-10 | [PVR] Timer settings dialog: Set certain settings to default on change of ↵ | ksooo | |
timer type. | |||
2023-06-10 | Merge pull request #23382 from enen92/backport_fix_1110_timer_estuary | Miguel Borges de Freitas | |
[Estuary] Reset 1110_seekbar timer on seeks | |||
2023-06-10 | [Estuary] Reset 1110_seekbar timer on seeks | Miguel Borges de Freitas | |
2023-06-03 | Merge pull request #23333 from neo1973/backport_23239 | fuzzard | |
[backport] Fix build with GCC>=13 | |||
2023-06-03 | Merge pull request #23334 from neo1973/backport_23332 | fuzzard | |
[backport] SavestateFlatBuffer: Remove forward declararion of FlatBufferBuilder | |||
2023-05-29 | Merge pull request #23341 from ↵ | Kai Sommerfeld | |
ksooo/platform-macos-ios-fix-speechrecognition-crash-nexus [Nexus][platform] macOS,iOS: Add speech recognition and microphone usage des… | |||
2023-05-28 | [platform] macOS,iOS: Add speech recognition and microphone usage ↵ | ksooo | |
descriptions to Info.plist. Fixes crash on speech recognition activation. | |||
2023-05-28 | SavestateFlatBuffer: Remove forward declararion of FlatBufferBuilder | Markus Härer | |
This caused a compiler error with recent faltbuffers because the type changed: In file included from xbmc/cores/RetroPlayer/savestates/SavestateDatabase.cpp:12: xbmc/cores/RetroPlayer/savestates/SavestateFlatBuffer.h:19:7: error: definition of type 'FlatBufferBuilder' conflicts with type alias of the same name class FlatBufferBuilder; ^ /usr/include/flatbuffers/flatbuffer_builder.h:1414:7: note: 'FlatBufferBuilder' declared here using FlatBufferBuilder = FlatBufferBuilderImpl<false>; ^ 1 error generated. (cherry picked from commit 351184d7e4e3edc447d04a297769eb41a477ba68) | |||
2023-05-28 | [depends][waylandpp] Patch for compatibility with gcc>=13 | Markus Härer | |
(cherry picked from commit a7db7ad8ad185069fa147e65e0e531d97ad2dd36) | |||
2023-05-28 | [depends][crossguid] Patch for compatibility with gcc>=13 | Markus Härer | |
(cherry picked from commit 90a4c02ad246d507feaefb97ec7196e17a9cdaaf) | |||
2023-05-28 | Observable: remove virtual keyword as it's never overriden | Lukas Rusak | |
/home/lukas/Documents/git/xbmc/xbmc/utils/Observer.h:51:23: warning: ‘virtual Observable& Observable::operator=(const Observable&)’ was hidden [-Woverloaded-virtual=] 51 | virtual Observable &operator=(const Observable &observable); | ^~~~~~~~ Signed-off-by: Lukas Rusak <lorusak@gmail.com> (cherry picked from commit d19c36403efff5264e41688e3a0107bcbaaa2a44) | |||
2023-05-28 | IDecoder: Add missing cstdint include for gcc>=13 | Markus Härer | |
(cherry picked from commit 017c638a7dfebd5f865d098b88a857700e9072fb) | |||
2023-05-24 | Merge pull request #23314 from bkuhls/Nexus-gcc13 | fuzzard | |
[backport][Nexus]Fix build with GCC>=13 | |||
2023-05-22 | Merge pull request #23270 from CrystalP/bp-fix-hdr-in-hdr | thexai | |
[Backport][Windows] fix playback of HDR material when Windows is already in HDR mode (AMD) | |||
2023-05-22 | [thumbnails] fix rotation of pictures with non-aligned dimensions | CrystalP | |
Backport of PR#23268 | |||
2023-05-22 | [thumbnails] fix corrupted thumbnails for rotated pictures | CrystalP | |
partial revert of fa93cb0 as the stride changed by OrientateImage was not taken into account Backport of PR#23268 | |||
2023-05-21 | DRMHelpers: include missing <cstdint> | Rudi Heitbaum | |
gcc 13 moved some includes around and as a result <cstdint> is no longer transitively included [1]. Explicitly include it for uint{32,64}_t. [1] https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com> | |||
2023-05-21 | Fix build with gcc 13 by including <cstdint> | Heiko Becker | |
Like other versions before, gcc 13 moved some includes around and as a result <cstdint> is no longer transitively included. Explicitly include it for uint*_t. | |||
2023-05-20 | Merge pull request #23274 from lrusak/Nexus-python-fix-module-order | fuzzard | |
[backport] CPythonInvoker: fix python path by inserting custom path before default path | |||
2023-05-13 | Merge pull request #23275 from lrusak/Nexus-revert-glx | fuzzard | |
[backport] Revert "[cmake] glx: find glx library instead of gl" | |||
2023-05-12 | Revert "[cmake] glx: find glx library instead of gl" | Lukas Rusak | |
This reverts commit 26fe222b503a89b973c537bea37b140a40e8359e. | |||
2023-05-12 | CPythonInvoker: fix python path by inserting custom path before default path | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-11 | [Windows] fix playback of HDR material when Windows is already in HDR mode ↵ | CrystalP | |
for AMD backport of PR 23241 |