Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Maven85/kodi

Maven85 pushed 9 commits to Omega-ATV Maven85/kodi
  • [VideoPlayer] Make sure process info is updated on close 0c5dc78
  • Merge pull request #26017 from enen92/dvd_slow_backport [VideoPlayer] Make sure process info is updated on close 29f57cd
  • [Android TV] fixed cover display for channels d678899
  • [Android] libbluray support de7e5f0
  • [Android] picture-in-picture 759a743
  • [Android] changes for the Kodinerds repository 7113f50
  • Revert "[depends][windows] Fixup for libbluray version" This reverts commit 5b6fb612b98fdabc3bd03403315da65da6ac720e. c1ca86c
  • Revert "[depends] Bump libbluray to 1.3.4" This reverts commit 33492257666f387bd08f19bd25ab5c77a6606940. b5999c9
  • External config for Kodi data changed to maven_env.properties e034c98

View on GitHub

Maven85 pushed 15 commits to 22-android Maven85/kodi
  • Estuary: optimize textures d414852
  • [Video] Couple video extras fixes - Do not scan for extras in a flat folder structure - Fix owner of extras for movie... ad96262
  • Merge pull request #25977 from sarbes/estuary_optimization Estuary: optimize some textures ccd2e03
  • [Video] Fixed video extra removal dialog title and text bf41811
  • [VideoDB] Modify DeleteMovie to avoid nested transaction 05f9dc9
  • [VideoDB] Preserve customized extra type names during library scan e9dc7e1
  • [VideoDB] Remove useless art copy Was leftover code from before ConvertVideoToVersion() was created to turn movies i... e68572a
  • [Video] Honour .nomedia in extras sub-directories 8ebd50b
  • LegalPath: change defines to an enum class 73bb45b
  • Merge pull request #25945 from CrystalP/fix-extras [Video] A few video extras fixes 305a05c
  • Merge pull request #25938 from notspiff/legal_path_enum LegalPath: change defines to an enum class d955cb7
  • [Android] libbluray support 429d4e0
  • [Android] picture-in-picture 9cb8103
  • [Android] changes for the Kodinerds repository 83f6a09
  • External config for Kodi data changed to maven_env.properties 3ce461d

View on GitHub

Maven85 pushed 9 commits to Omega-ATV Maven85/kodi
  • [GUITextLayout] Removed custom chinese chars line break 555390d
  • Merge pull request #25695 from CastagnaIT/fix_line_break_omega [backport][GUITextLayout] Removed custom chinese char... f5019ad
  • [Android TV] fixed cover display for channels f56b100
  • [Android] libbluray support 12f9485
  • [Android] picture-in-picture c37f6ae
  • [Android] changes for the Kodinerds repository a3a9715
  • Revert "[depends][windows] Fixup for libbluray version" This reverts commit 5b6fb612b98fdabc3bd03403315da65da6ac720e. 89d2902
  • Revert "[depends] Bump libbluray to 1.3.4" This reverts commit 33492257666f387bd08f19bd25ab5c77a6606940. bfd8170
  • External config for Kodi data changed to maven_env.properties dd6b3d8

View on GitHub

Maven85 pushed 16 commits to 22-android Maven85/kodi
  • [guilib] Fix sorting by fps on SortComparerStreamVideo by using demuxers like inputstream adaptive, can happens that... ed3c609
  • Do not load embedded fonts if the user does not want them Update xbmc/cores/VideoPlayer/DVDSubtitles/DVDSubtitlesLib... 06caf74
  • [settings] CSettingsManager::GetSetting: Only complain about not finding a setting when all settings were loaded alre... e56dc79
  • [PVR] Remove GUIWindowPVRBase::DoRefresh() - not needed anymore, as PVR window refresh is triggered via messages nowa... 3bdb2b6
  • [guilib] CGUIWindow::DoProcess: Only focus default control if it can be focused. 531be01
  • [utils] Fix GroupUtils::Group in-progress count calculation. 089294f
  • Merge pull request #25998 from ksooo/pvr-cleanup-window-refresh [PVR] Remove GUIWindowPVRBase::DoRefresh() - not nee... efba817
  • Merge pull request #25995 from CastagnaIT/fix_video_sort [guilib] Fix video stream sorting by fps on SortComparerStr... deee524
  • Merge pull request #25842 from LIJI32/patch-1 [DVDSubtitlesLibass] Do not load embedded fonts if override fonts is e... 3cb554f
  • Merge pull request #26000 from ksooo/util-fix-inprogress-calculation [utils] Fix GroupUtils::Group in-progress count... e0591c2
  • Merge pull request #25997 from ksooo/settings-reduce-logspam [settings] CSettingsManager::GetSetting: Only complain ... 3d9e17f
  • Merge pull request #25999 from ksooo/guilib-fix-setfocus-condition [guilib] CGUIWindow::DoProcess: Only focus defaul... 44376d5
  • [Android] libbluray support d09f6d9
  • [Android] picture-in-picture 92a45f2
  • [Android] changes for the Kodinerds repository 1fc0fba
  • External config for Kodi data changed to maven_env.properties f7c77a9

View on GitHub

Maven85 pushed 12 commits to 22-android Maven85/kodi
  • Move CAspectRatio to a new file dd5d6ae
  • Downscale large texture to the actual display size 7f14fc8
  • Reload large textures when window size changes 22f0e18
  • XBMC_events: Rename `XBMC_ResizeEvent` members to `width` and `height` 67a920d
  • XBMC_events: Add `scaling` to `XBMC_ResizeEvent` The scaling is applied when the application window is resized. 02d44c6
  • WinSystemWayland: Pass unscaled resolution + factor in `XBMC_ResizeEvent` This fixes the problem of windowed Kodi do... aad81e7
  • Merge pull request #25630 from mxalbert1996/gui-texture-downscaling Scale large texture to the actual display size 22f2be1
  • Merge pull request #25955 from neo1973/improve_wayland_scaling Add a scaling factor to `XBMC_ResizeEvent` 5847e05
  • [Android] libbluray support 68fb808
  • [Android] picture-in-picture 775a08d
  • [Android] changes for the Kodinerds repository 3b4f480
  • External config for Kodi data changed to maven_env.properties 48f3cca

View on GitHub

Maven85 pushed 8 commits to 22-android Maven85/kodi
  • [video] Scan art for video extras ba7fa06
  • [cosmetic] AddVideoAsset function cleanup Add doxygen, generic param name, and function, explicit INSERT columns. 13ad4f3
  • [videodb] Add error handling to AddVideoAsset() 8cf2db4
  • Merge pull request #25983 from CrystalP/extras-artscan [video] Scan art for video extras 9a0cc8a
  • [Android] libbluray support 046b6b1
  • [Android] picture-in-picture aae943d
  • [Android] changes for the Kodinerds repository 4a50e16
  • External config for Kodi data changed to maven_env.properties 084dbbe

View on GitHub

Maven85 pushed 13 commits to 22-android Maven85/kodi
  • Fix TagLib deprecation warnings TagLib 2.0 deprecated some functions. 093119e
  • [Estuary] Stream selection changes ebeab87
  • [WindowTranslator] Fix audio/video/subtitle window dialog names Used same action id names 2581293
  • [docs] Add new audio/video/sub window names c19f806
  • Merge pull request #25947 from jjd-uk/estuary_streams_dialog [Estuary] New Stream selection dialog + related changes... 5a26dd8
  • Merge pull request #25972 from CastagnaIT/fix_dialogs_names [WindowTranslator] Fix audio/video/subtitle window dialo... 93a615d
  • [skin][estuary] Correct audio/video/sub dialog names 9e58846
  • Merge pull request #25988 from CastagnaIT/correct_xml_dialog_name [skin][estuary] Correct audio/video/sub dialog names 9f5b450
  • Merge pull request #25959 from neo1973/TagLib_deprecation_warnings Fix TagLib deprecation warnings 831cb00
  • [Android] libbluray support 0b1b63d
  • [Android] picture-in-picture 411cdd0
  • [Android] changes for the Kodinerds repository 2a5b4f2
  • External config for Kodi data changed to maven_env.properties 309bfb9

View on GitHub

Maven85 pushed 8 commits to 22-android Maven85/kodi
  • [Android] Support 16 KB page sizes 43a5fc1
  • [DVDDemux] Fix not needed extra space to codec desc bca1820
  • Merge pull request #25974 from CastagnaIT/fix_codecname__space [DVDDemux] Fix not needed extra space to codec desc d9e51b0
  • Merge pull request #25897 from joseluismarti/16KB [Android] Support 16 KB page sizes a17a4ae
  • [Android] libbluray support 086481b
  • [Android] picture-in-picture 93c84c6
  • [Android] changes for the Kodinerds repository e2c84f3
  • External config for Kodi data changed to maven_env.properties 5b14914

View on GitHub

Maven85 pushed 6 commits to 22-android Maven85/kodi
  • GLES: Implement shader based 111R swizzle e77e07d
  • Merge pull request #25855 from sarbes/gles2-111r-swizzle GLES: Implement shader based 111R swizzle 65703fe
  • [Android] libbluray support f549138
  • [Android] picture-in-picture 7fbfec3
  • [Android] changes for the Kodinerds repository 178f3f8
  • External config for Kodi data changed to maven_env.properties 16cc894

View on GitHub

Maven85 pushed 10 commits to 22-android Maven85/kodi
  • GL/GLES: Fix shader clipped font rendering ca174bf
  • [PVR] Fix CPVREpgInfoTag::SetEpgID to update owner of parental rating icon. 565ad7b
  • Merge pull request #25976 from ksooo/pvr-fix-epg-persist [PVR] Fix CPVREpgInfoTag::SetEpgID to update owner of paren... b6a668a
  • Merge pull request #25956 from sarbes/shader-clip-fix GL/GLES: Fix shader clipped font rendering 6c7f636
  • Fix/improve dirty regions on GBM/X11/Wayland c390e08
  • Merge pull request #22998 from sarbes/dirty-regions Fix/improve dirty regions on GBM/Wayland/X11 (EGL) c797585
  • [Android] libbluray support debd6e2
  • [Android] picture-in-picture ba4c031
  • [Android] changes for the Kodinerds repository 247d6db
  • External config for Kodi data changed to maven_env.properties 015d510

View on GitHub

Maven85 pushed 11 commits to 22-android Maven85/kodi
  • [video] Store DVD audio streams codec in codecDesc Align with ffmpeg demuxer streams, the name field is not meant fo... 93e9e87
  • [video] Retrieve DVD audio stream codec desc/channels/bitrate from ffmpeg rather than IFO - dts-es doesn't have a de... 4056c57
  • Merge pull request #25961 from CrystalP/fix-dvd-codecdesc [Video] Fix Audio Codec Description for DVD Playback e08ab93
  • [tools/depends][target] Python3 build _scproxy module if a platform supports it Configure detection will disable cor... eb9d624
  • Revert "[tools/depends][target] Pythonmodule-pil remove unnecessary PYTHONPATH env var" This reverts commit 9d20637d... 3b0c5c1
  • Merge pull request #25971 from fuzzard/fix-depends_py_scproxy [tools/depends][target] Python3 build _scproxy module ... 7b90b23
  • Merge pull request #25973 from fuzzard/revert_25944 Revert "[tools/depends][target] Pythonmodule-pil remove unnecess... 32eb455
  • [Android] libbluray support fe717b2
  • [Android] picture-in-picture 7f4343e
  • [Android] changes for the Kodinerds repository a274f79
  • External config for Kodi data changed to maven_env.properties 1c77af7

View on GitHub

Maven85 pushed 11 commits to 22-android Maven85/kodi
  • [PVR] CPVRTimerInfoTag: Cleanup: Children of reminder rules are no longer read-only. 50dc70f
  • [tools/depends] init and propogate python version number from VERSION file python version variable that is used thro... f98faeb
  • Merge pull request #25968 from fuzzard/toolchain_movepyver [tools/depends] init and propogate python version number ... 976b6c1
  • [Video] Define more PCM AV_CODEC_ID for codec name formatting f770fe5
  • [Video] Use modern layout API for layout name generation The partially migrated code returned "0 channels" for a pos... 12455bf
  • Merge pull request #25966 from CrystalP/fix-blankcodecchannels [Video] Fix blank codec and incorrect channels for so... 8d81e7a
  • Merge pull request #25965 from ksooo/pvr-cleanup-timer-creation-flags [PVR] CPVRTimerInfoTag: Cleanup: Children of r... 2e06c18
  • [Android] libbluray support dee2070
  • [Android] picture-in-picture 161fbf0
  • [Android] changes for the Kodinerds repository 4dbe839
  • External config for Kodi data changed to maven_env.properties 079c261

View on GitHub

Maven85 pushed 28 commits to 22-android Maven85/kodi
  • [Android] Avoid failure when getInterfaceName() method returns null e9a9c27
  • pipewire: remove CPipewireGlobal class the CPipewireGlobal was basically used for caching data. some of the data was... bb57437
  • Shut down gracefully if OpenGL context is not properly set up Signed-off-by: Vasyl Gello <[email protected]> 84adc62
  • bump libandroidjni 47e864c
  • [Android] Replace Environment.getExternalStorageDirectory method b2055c0
  • [Estuary] Fix Channel Guide breadcrumb. 78a63e5
  • [addons] Fix compiler warnings: conversion from 'size_t' to 'unsigned int', possible loss of data 35bd467
  • [PVR] Make reminders created from reminder rules editable. 44b4614
  • Merge pull request #25916 from lrusak/pipewire-globals pipewire: remove CPipewireGlobal class a762365
  • Merge pull request #25953 from ksooo/addons-fix-compiler-warnings [addons] Fix compiler warnings: conversion from 's... 8cb76e4
  • Merge pull request #25954 from ksooo/pvr-editable-reminders [PVR] Make reminders created from reminder rules editable. 29f2675
  • [tools/depends][target] Bump Pillow 11.0.0 51e6165
  • [tools/depends][target] Bump pycryptodome 3.21.0 0d87b34
  • Merge pull request #25915 from joseluismarti/getInterfaceName [Android] Avoid failure when getInterfaceName() method... 49f38f3
  • Merge pull request #25840 from joseluismarti/getPrimaryStorageVolume [Android] Replace the use of the deprecated Env... f9cf1cd
  • Merge pull request #25930 from basilgello/fix-25243-nr2 25915bd
  • [cores] Prevent stream meta data extraction for in-progress PVR recordings. f8c86b6
  • [PVR] Refactor: Move PVRPathUtils.(cpp|h) to xbmc/pvr/utils 5c9166e
  • [PVR] Refactor: Move CInputStreamPVRBase::ProvidesStreamForMetaDataExtraction to PVR::UTILS. b434e5d
  • Merge pull request #25952 from ksooo/estuary-fix-channelguide-breadcrumb [Estuary] Fix Channel Guide breadcrumb. 4547f6d
  • and 8 more ...

View on GitHub

Maven85 pushed 11 commits to Omega-ATV Maven85/kodi
  • Shut down gracefully if OpenGL context is not properly set up Signed-off-by: Vasyl Gello <[email protected]> 52d0681
  • [depends] look for android sdk manager under latest subdir 9d83666
  • Merge pull request #25948 from fuzzard/bp_wsnipex-android-fix [BP][depends] look for android sdk manager under lates... 45c0291
  • Merge pull request #25931 from basilgello/fix-25243-nr2-omega 2507aee
  • [Android TV] fixed cover display for channels 095bf18
  • [Android] libbluray support cef7592
  • [Android] picture-in-picture a745dc7
  • [Android] changes for the Kodinerds repository d01ed5f
  • Revert "[depends][windows] Fixup for libbluray version" This reverts commit 5b6fb612b98fdabc3bd03403315da65da6ac720e. 901dd10
  • Revert "[depends] Bump libbluray to 1.3.4" This reverts commit 33492257666f387bd08f19bd25ab5c77a6606940. bf9f380
  • External config for Kodi data changed to maven_env.properties 9e645b6

View on GitHub

Maven85 pushed 11 commits to 22-android Maven85/kodi
  • NetworkLinux: fix computing the length of the packet when using sizeof(data) previously it would use the variable da... 6b14e1a
  • NetworkLinux: use 'this' to point to the start of the packet This makes the code read better by showing the data is ... 9dbec38
  • [tools/depends][target] Pythonmodule-pil remove unnecessary PYTHONPATH env var 9d20637
  • Merge pull request #25944 from fuzzard/depends_pil_cleanup [tools/depends][target] Pythonmodule-pil remove unnecessa... 0638afe
  • Merge pull request #25903 from lrusak/linux-icmppacket-fix NetworkLinux: fix computing the length of the packet 3310772
  • [tools/depends][target] pythonmodule-setuptools remove win executables Setuptools copies a bunch of windows executab... fb288ee
  • Merge pull request #25949 from fuzzard/cleanup_pythonsetuptools_exe [tools/depends][target] pythonmodule-setuptools ... 412aff1
  • [Android] libbluray support 9c6958a
  • [Android] picture-in-picture 78a3ec9
  • [Android] changes for the Kodinerds repository ef49b1e
  • External config for Kodi data changed to maven_env.properties 1c28168

View on GitHub

Maven85 pushed 6 commits to 22-android Maven85/kodi
  • [PVR] Timer settings dialog: Ensure that the order of timer custom settings matches the order defined by the add-on. 7ba339a
  • Merge pull request #25943 from ksooo/pvr-fix-custom-timer-settings-order [PVR] Timer settings dialog: Ensure that th... c185b01
  • [Android] libbluray support 7d0e0b0
  • [Android] picture-in-picture a3e9be2
  • [Android] changes for the Kodinerds repository 91292f7
  • External config for Kodi data changed to maven_env.properties ad501a4

View on GitHub

Maven85 pushed 9 commits to 22-android Maven85/kodi
  • [videodb] Remove nested transaction in video version type population 8eb1cae
  • [videodb] Remove nested transaction when saving state after stopping PVR playback More work is needed to fix CSaveFi... c060e20
  • [PVR] CPVRTimerInfoTag::UpdateSummary: Fixup: Add support for timer types not supporting start/end time. 524cbad
  • Merge pull request #25936 from ksooo/pvr-fix-timer-summary-2 [PVR] CPVRTimerInfoTag::UpdateSummary: Fixup: Add suppo... 0ef1eb6
  • Merge pull request #25919 from CrystalP/fix-videodbcreation [videodb] Fix Nested Transactions - Video DB Creation/Up... f9ea21c
  • [Android] libbluray support f8f6ddd
  • [Android] picture-in-picture 8a3e30a
  • [Android] changes for the Kodinerds repository 96de0fc
  • External config for Kodi data changed to maven_env.properties 04fa236

View on GitHub

Maven85 pushed 6 commits to 22-android Maven85/kodi
  • [PVR] CPVRTimerInfoTag::UpdateSummary: Add support for timer types not supporting start/end time. 396eed4
  • Merge pull request #25933 from ksooo/pvr-fix-timer-summary [PVR] CPVRTimerInfoTag::UpdateSummary: Add support for ti... f1e74e5
  • [Android] libbluray support 25e651b
  • [Android] picture-in-picture 0d17477
  • [Android] changes for the Kodinerds repository f67be09
  • External config for Kodi data changed to maven_env.properties 014c392

View on GitHub

Maven85 pushed 24 commits to 22-android Maven85/kodi
  • Estuary: make dialog header opaque dff03f5
  • Estuary: improve highlighting of focused elements 3657db1
  • Estuary: improve codec flags 2699277
  • [filesystem][addons devkit] Update file read flags documentation ccf1d1b
  • [PVR][cores][video] Allow stream details extraction for PVR recordings, if multiple streams is supported by the provi... 9819090
  • [PVR][cores] Move ProvidesStreamForMetaDataExtraction to CInputStreamPVRBase. 418840f
  • [Estuary] Show media flags in PVR recordings window (instead of backend disk usage, which does not work well for mult... ea7e441
  • [PVR] Delete metadata from video db on delete of recordings. 89c5e74
  • [PVR] Add support for automatic texture cache cleanup for parantal rating icon for recordings and EPG tags. 5f9b296
  • Merge pull request #25914 from sarbes/estuary-flag-optimization Estuary: improve codec flags 0fe2618
  • Merge pull request #25912 from sarbes/estuary-dialog-optimization Estuary: make dialog header opaque 73c85a5
  • Merge pull request #25913 from sarbes/estuary-focus-improvements Estuary: improve highlighting of focused elements 17ac1bb
  • Fix Stream Details Save After Playback - no need to save stream details for PVR live streams - they're bound to chan... c39d631
  • [guiinfo][PVR] New GUI info labels: PVR.ClientName, PVR.InstanceName. 8a159da
  • [Estuary] Re-introduce and improve backend disk usage display in PVR recordings window. ef900e3
  • Merge pull request #25929 from CrystalP/fix-savefilestatejob Fix Stream Details Save After Playback 0a73da9
  • Merge pull request #25926 from ksooo/pvr-recordings-streamdetails [Estury][PVR][cores][video] Improve support for me... 3c53953
  • Merge pull request #25927 from ksooo/pvr-clean-video-db-on-recording-delete [PVR] Delete metadata from video db on d... 11817c2
  • Merge pull request #25928 from ksooo/pvr-cleanup-parental-rating-icon-texture-cache [PVR] Add support for automatic ... 3f4c967
  • Merge pull request #25924 from thexai/filesystem-addons-doc [filesystem][addons devkit] Update file read flags docum... a09c458
  • and 4 more ...

View on GitHub

Maven85 pushed 9 commits to Omega-ATV Maven85/kodi
  • [msvcrt] Fix buffer overflow due to fixed "var" size 5902d30
  • Merge pull request #25880 from CastagnaIT/fix_overflow_omega [backport][msvcrt] Fix buffer overflow due to fixed "va... ebf7b56
  • [Android TV] fixed cover display for channels 0a8a1af
  • [Android] libbluray support 8317dae
  • [Android] picture-in-picture 58eb09d
  • [Android] changes for the Kodinerds repository 4ec9b1a
  • Revert "[depends][windows] Fixup for libbluray version" This reverts commit 5b6fb612b98fdabc3bd03403315da65da6ac720e. e907932
  • Revert "[depends] Bump libbluray to 1.3.4" This reverts commit 33492257666f387bd08f19bd25ab5c77a6606940. e237f75
  • External config for Kodi data changed to maven_env.properties 68bb615

View on GitHub

Maven85 pushed 41 commits to 22-android Maven85/kodi
  • Move string literals to android resource files 2e64c66
  • Replace deprecated two-letter codes 20dc804
  • Bump Android SDK 35 98c61c6
  • Bump Android Gradle Plugin 8.6 735d5eb
  • Specify ndkVersion in the build.gradle file adbe34e
  • Bump Gradle 8.7 6130623
  • MediaSources: Rename SOURCE_TYPE_DVD and SOURCE_TYPE_VIRTUAL_DVD 6ef2524
  • filesystem: kill VECSOURCES 868c8ea
  • The requestVisibleBehind() method has no effect since API level 26 9949e67
  • Setting to ignore the capabilities reported by the codec component b1f92c2
  • Use the @SuppressWarnings annotation to suppress the related warning when code is compiled 68b6240
  • [cmake] FindFreeType add defacto target alias 94e6818
  • [cmake] FindFriBidi add defacto target alias f9f1992
  • [cmake] FindHarfBuzz add defacto target alias 7d1f9a5
  • [tools/depends][target] libass cleanup and win patches introduce cmake build system patches for primary windows use.... d7c2640
  • [cmake] Enable building libass internally for all platforms db85a5e
  • PythonBindings: TypeInfo: add initialization of tp_versions_used for PyTypeObject This member was added in upstream ... c318e64
  • Enable/disable file deletetion dialog box 3700e6f
  • Merge pull request #25701 from joseluismarti/sdk35 Bump Android SDK 35 + Gradle f867470
  • Merge pull request #25878 from joseluismarti/BypassCodecProfile [Android] Setting to ignore the capabilities reporte... cdbbaa8
  • and 21 more ...

View on GitHub

Maven85 pushed 10 commits to 22-android Maven85/kodi
  • [dbwrappers] Detect incorrect transaction usage - nesting is not supported - a transaction must have been started be... 8cc6414
  • [tools/depends][native] python fix multithread dir creation failure At times we run across the following CI failure ... a46cf98
  • Texturepacker: identify swizzle of uniform white/opaque texture as RRR1 f89e5f3
  • Merge pull request #25900 from CrystalP/no-nested-trans [DBWrappers] Detect Incorrect Transaction Usage b1980e3
  • Merge pull request #25906 from sarbes/texturepacker-intensity Texturepacker: identify swizzle of uniform white/opaqu... a99783a
  • Merge pull request #25905 from fuzzard/fix_depends_nativepython [tools/depends][native] python fix multithread dir c... bedd6ee
  • [Android] libbluray support 3eb40e3
  • [Android] picture-in-picture a2db8a0
  • [Android] changes for the Kodinerds repository 9a1599b
  • External config for Kodi data changed to maven_env.properties 0642806

View on GitHub

Maven85 pushed 15 commits to 22-android Maven85/kodi
  • [Windows] Synchronize dxerr.h/dxerr.cpp with upstream - minimized the differences with upstream - disabled clang for... 0144d5d
  • [Windows] Move DX::GetErrorDescription to WIN32Util d258e3a
  • [Windows] Remove redundant DirectSound error codes 873c0a0
  • [Windows] Fix XAudio2 error reporting The XAudio2 error codes are defined in dxerr.cpp 62f51aa
  • [Windows] Merge WASAPI error reporting into generic code Also add missing codes and some descriptions based on MS do... 0bca372
  • [Windows] Additional logging in Windows Sink Factory 4e9e4c7
  • [video] CVideoDatabase::SetStreamDetailsForFileId: Fix SQL syntax error. a1e4d33
  • Merge pull request #25898 from ksooo/video-db-fix-syntax-error [video] CVideoDatabase::SetStreamDetailsForFileId: Fi... 8e4d065
  • [Utils] Move MillisecondsToTimeString to StringUtils 83c92fb
  • Merge pull request #25860 from CrystalP/error-refactor2 [Windows] Refactor Error Formatting 6614e36
  • Merge pull request #25899 from enen92/move_millisecondsToTimeString_to_stringutils [Utils] Move MillisecondsToTimeSt... 0f22a6d
  • [Android] libbluray support 78c30be
  • [Android] picture-in-picture 5395dc5
  • [Android] changes for the Kodinerds repository 0bb8b82
  • External config for Kodi data changed to maven_env.properties e49b26d

View on GitHub

Maven85 pushed 12 commits to 22-android Maven85/kodi
  • [FileSystem] Return false when buffer is EOF a4235b8
  • [msvcrt] Fix buffer overflow due to fixed "var" size 77678dc
  • [dbwrappers] Rework low-level database logging - more consistency between Sqlite and Mysql/MariaDB - categorize the ... 85e1b60
  • [dbwrappers] Log execution time of exec() ad6462d
  • [dbwrappers] Move sqlite-only post connection actions into Sqlite class cleaner and avoids uselessly logging the thr... f0d3bfd
  • Merge pull request #25893 from CrystalP/db-component-log [DBWrappers] Log Improvements b129136
  • Merge pull request #25872 from CastagnaIT/fix_overflow [msvcrt] Fix buffer overflow due to fixed "var" size 040d999
  • Merge pull request #25888 from CastagnaIT/missing_eof_return [FileSystem] Return false when buffer is EOF 149821a
  • [Android] libbluray support 6b9c1f2
  • [Android] picture-in-picture 9986aae
  • [Android] changes for the Kodinerds repository 765df7b
  • External config for Kodi data changed to maven_env.properties 5d8f2a2

View on GitHub

Maven85 pushed 6 commits to 22-android Maven85/kodi
  • [Estuary] Channel Guide Breadcrumb: Add channel number and name, align formatting with the other breadcrumbs. 4e7e23c
  • Merge pull request #25886 from ksooo/esturay-channelguide-breadcrumb [Estuary] Channel Guide Breadcrumb: Add channel... f1d6ff6
  • [Android] libbluray support 942a293
  • [Android] picture-in-picture d9c9df8
  • [Android] changes for the Kodinerds repository b334730
  • External config for Kodi data changed to maven_env.properties 900592e

View on GitHub

Maven85 pushed 12 commits to Omega-ATV Maven85/kodi
  • MediaSession: Properly update when pressing stop bc0a8b4
  • [videodb] Remove nested transaction in AddNewMovie Nested transactions are not supported by Sqlite or MySql/MariaDB.... 1df77ec
  • [texturedb] Add DB transaction when caching a texture Needed for data integrity and 2x speedup with sqlite due to le... 78e6190
  • Merge pull request #25884 from CrystalP/bp-fix-slowscan [BP] Restore Library Scan Performance 370405e
  • Merge pull request #25843 from fritsch/mediasessionbp MediaSession: Properly update when pressing stop 2b2d09e
  • [Android TV] fixed cover display for channels 08fd2ab
  • [Android] libbluray support 93c901a
  • [Android] picture-in-picture 33d46e1
  • [Android] changes for the Kodinerds repository bc94dba
  • Revert "[depends][windows] Fixup for libbluray version" This reverts commit 5b6fb612b98fdabc3bd03403315da65da6ac720e. 160c776
  • Revert "[depends] Bump libbluray to 1.3.4" This reverts commit 33492257666f387bd08f19bd25ab5c77a6606940. 3019f3e
  • External config for Kodi data changed to maven_env.properties d154398

View on GitHub

Maven85 pushed 6 commits to 22-android Maven85/kodi
  • VideoPlayer: move part of the GUI messages to a GUI handler via annoucements edb9c90
  • Merge pull request #25832 from enen92/gui_action_handler_player VideoPlayer: move part of the GUI messages to a GUI ... 9b579d7
  • [Android] libbluray support 3e14630
  • [Android] picture-in-picture d394e1d
  • [Android] changes for the Kodinerds repository 214b387
  • External config for Kodi data changed to maven_env.properties a0ce005

View on GitHub

Maven85 pushed 1 commit to 22-android Maven85/kodi
  • Revert "[Playlist][M3U] Fix long line reading" This reverts commit fb954ac8daf1ae3e31a150056e0e8de3f80591bb. 5fb684e

View on GitHub

Maven85 pushed 20 commits to 22-android Maven85/kodi
  • xbmc/pictures: cppcheck performance fixes 18ab60c
  • xbmc/addons: cppcheck performance fixes ``` xbmc/addons/AddonInstaller.cpp:629:53: performance: Searching before ins... 061c62f
  • xbmc/application: cppcheck performance fixes 5f1b5ba
  • xbmc/profiles: cppcheck performance fixes 9331e95
  • Fix some UB like memcpy(NULL, NULL, 0) daefea2
  • XBDateTime: Fix use of unintialized values 88193f7
  • xbmc-xrandc: Fix malloc(0) behavior 36cb2c5
  • SqliteDataset: Fix memory leak in mysql_vmprintf() eb704d2
  • [videodb] Remove nested transaction in AddNewMovie Nested transactions are not supported by Sqlite or MySql/MariaDB.... 7ebad49
  • [texturedb] Add DB transaction when caching a texture Needed for data integrity and 2x speedup with sqlite due to le... 75aed98
  • Merge pull request #25515 from tobbi/xbmc-addons-performance-fixes xbmc/addons: cppcheck performance fixes 087752b
  • Merge pull request #25516 from tobbi/xbmc-application-performance-fixes xbmc/application: cppcheck performance fixes b6684ca
  • Merge pull request #25528 from tobbi/xbmc-pictures-performance-fixes xbmc/pictures: cppcheck performance fixes f3f87dc
  • Merge pull request #25531 from tobbi/xbmc-profiles-performance-fixes xbmc/profiles: cppcheck performance fixes 738d5fd
  • Merge pull request #25820 from hribz/master Fix some UB like memcpy(NULL, NULL, 0) 60f3187
  • Merge pull request #25883 from CrystalP/fix-slowscan Restore Library Scan Performance a1c6591
  • [Android] libbluray support 553e977
  • [Android] picture-in-picture b103d89
  • [Android] changes for the Kodinerds repository b4f1b81
  • External config for Kodi data changed to maven_env.properties e28e9ca

View on GitHub

UntilTheWorldEnd starred Maven85/kodi
Load more