index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-02
Merge pull request #20653 from kkudielka/fix-subgenre-strings
Kai Sommerfeld
2022-01-02
Merge pull request #20746 from fuzzard/depends_libzip
fuzzard
2022-01-01
[tools/depends][target] bump libzip 1.8.0
fuzzard
2022-01-01
Merge pull request #20716 from ronie/estouch-favs
ronie
2022-01-01
Merge pull request #20739 from thexai/docs-windows
thexai
2022-01-01
Merge pull request #20763 from thexai/android-neon
thexai
2021-12-31
Merge pull request #20719 from lrusak/werror-changes
Lukas Rusak
2021-12-31
Merge pull request #17820 from lrusak/compiler-warnings
Lukas Rusak
2021-12-31
Merge pull request #20761 from ksooo/pvr-fix-hide-channelgroup
Kai Sommerfeld
2021-12-31
Merge pull request #20760 from AlwinEsch/writeratelow_fix
phunkyfish
2021-12-31
[android] Fix: misdetection of CPU feature NEON on ARM64 platforms
thexai
2021-12-31
[PVR] Fix CPVRPlaybackState::GetActiveChannelGroup to respect hidden and dele...
Kai Sommerfeld
2021-12-31
changed: Replace unsigned (int) usage with uint32_t
arnova
2021-12-31
fixed: Low speed condition check could report wrong rate
arnova
2021-12-30
Merge pull request #20749 from ksooo/pvr-fix-reset-window-channelsgrouppath
Kai Sommerfeld
2021-12-30
Merge pull request #20748 from ksooo/pvr-fix-epg-creation
Kai Sommerfeld
2021-12-30
Merge pull request #20743 from AlwinEsch/screensaver-cleanup
Alwin Esch
2021-12-30
Merge pull request #20698 from enen92/fixedlcutactions
enen92
2021-12-30
Merge pull request #20165 from neo1973/memleaks
Kai Sommerfeld
2021-12-30
[addons][screensaver] increase ADDON_INSTANCE_VERSION_SCREENSAVER[_MIN] to 2.2.0
Alwin Esch
2021-12-30
[addons][screensaver] remove give of string on properties
Alwin Esch
2021-12-30
[addons][screensaver] use std::unique_ptr about CScreenSaver
Alwin Esch
2021-12-30
[addons][screensaver] change namespace from ADDON to KODI::ADDONS
Alwin Esch
2021-12-30
[addons][screensaver] Clean up "C" header
Alwin Esch
2021-12-30
[addons][screensaver] Replaced AddonProps_Screensaver with callback function
Alwin Esch
2021-12-30
Merge pull request #20744 from enen92/cuttest
Kai Sommerfeld
2021-12-30
Merge pull request #20735 from mglae/nexus.ProcessMessage.map.out_of_range
Kai Sommerfeld
2021-12-30
[PVR] CGUIWindowPVRBase: Reset channel group path after channel group init, o...
Kai Sommerfeld
2021-12-30
[PVR] Remove CPVRChannelGroupInternal::CreateChannelEpg
Kai Sommerfeld
2021-12-30
[PVR] Fix: EPGs must be created when loading channels from database.
Kai Sommerfeld
2021-12-29
Merge pull request #20718 from lrusak/logging-cpp17-fix
Lukas Rusak
2021-12-29
[cmake] remove old static analysis methods
Lukas Rusak
2021-12-29
[cmake] add targets for cppcheck and clang-tidy
Lukas Rusak
2021-12-29
Merge pull request #20508 from AlwinEsch/change-imagedecoder-2
Alwin Esch
2021-12-29
[addons][imagedecoder] increase API version to 3.0.0
Alwin Esch
2021-12-29
[addons] allow get of CAddonInfo's by selected types list
Alwin Esch
2021-12-29
[addons][imagedecoder] minor addon.xml doc change
Alwin Esch
2021-12-29
[addons][imagedecoder] make static API function names on C++ header equal to C
Alwin Esch
2021-12-29
[addons][imagedecoder] make use more safe in case of error
Alwin Esch
2021-12-29
[addons][imagedecoder] Only pass mimetype by LoadImageFromMemory
Alwin Esch
2021-12-29
[addons][imagedecoder] Read color size from KodiToAddonFormat
Alwin Esch
2021-12-29
[addons][imagedecoder] make KodiToAddonFormat in pseudo namespace and use as ...
Alwin Esch
2021-12-29
[addons][imagedecoder] change used namespace from ADDON to KODI::ADDONS
Alwin Esch
2021-12-29
[addons][imagedecoder] rename image_decoder.h to imagedecoder.h
Alwin Esch
2021-12-29
[addons][imagedecoder] Add Picture InfoTag support
Alwin Esch
2021-12-29
[addons][imagedecoder] change addon.xml extension/mimetype define way
Alwin Esch
2021-12-29
[addons][imagedecoder] add new system header (stdexcept) to API header
Alwin Esch
2021-12-29
[addons][imagedecoder] use typedef's for "C" API function pointers
Alwin Esch
2021-12-29
[addons][imagedecoder] rename ImageFormat to ADDON_IMG_FMT
Alwin Esch
2021-12-29
[addons][imagedecoder] use size_t for reading data on array.
Alwin Esch
[next]