aboutsummaryrefslogtreecommitdiff
path: root/xbmc/addons
AgeCommit message (Collapse)Author
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-07-25Merge pull request #14221 from notspiff/libfstrcmpRechi
changed: use libfstrcmp
2018-07-25changed: use libfstrcmpArne Morten Kvarving
2018-07-25Merge pull request #14220 from basrieter/addon_contextmenu_unsortedpkerling
Keep the order of the add-on context menu items as defined in the addon.xml file
2018-07-25Changed: keep the order of the add-on context menu items as defined in the ↵Bas Rieter
addon.xml file
2018-07-23[VideoLibrary] Do not scan and refresh unsupported plugin sourcesAkariDN
2018-07-21[cleanup][addons] silence casts away qualifiers warningsRechi
2018-07-20[gui] Kill g_audioManagerh.udo
2018-07-16[lang] Uniformize "not available" string usageh.udo
2018-07-16Merge pull request #14036 from MaxKellermann/include_cleanup3Arne Morten Kvarving
Yet more include cleanups
2018-07-16[threads] remove const constructor from CSingleLockRechi
2018-07-13[cleanup][addons] silence useless cast warningsRechi
2018-07-10Fix Install from zip from addon viewpeak3d
2018-07-07[cleanup] silence possible loss of data warningsRechi
2018-07-06[cleanup] replace deprecated av_codec_next with av_codec_iterateRechi
2018-07-03[LICENSE] Update content to markdownh.udo
Verbatim copy of https://www.gnu.org/licenses/old-licenses/gpl-2.0.md
2018-07-03[modernize][addons] use default member initializersRechi
2018-07-01addondb: avoid constraint violationMilhouseVH
2018-06-26[PVR][Log] Introduce component based logging for PVR and EPG. Rework PVR ↵Kai Sommerfeld
logging along the way.
2018-06-20[pvr] PVR Addon API 5.10.1: Add PVR_STREAM_PROPERTY_ISREALTIMESTREAM.Kai Sommerfeld
2018-06-17[addons] Add comment to the dtor of AddonEvent to explain why this needs to ↵Kai Sommerfeld
be virtual.
2018-06-17Revert "addons/AddonEvents: remove virtual destructor"Kai Sommerfeld
This reverts commit 28145f1498a8fbf41ec21dcbedd17762f8fa1f25.
2018-06-14addons/AddonEvents: remove virtual destructorMax Kellermann
No derived class instance is ever allocated dynamically.
2018-06-13[doxygen] Move resources to docs/h.udo
2018-06-13addons/AddonManager, ...: add missing include for g_langInfoMax Kellermann
2018-06-12[xbmc] nuke whitespaceh.udo
2018-06-12[xbmc] Nuke include guardsh.udo
2018-06-12[xbmc] missing pragma onceh.udo
2018-06-12[xbmc] pragma once positionh.udo
2018-06-12Reusepython (#13814)Markus Pfau
* Reuse last PythonInvoker / Thread for Addon calls * Optional disable in addon.xml::metadata
2018-06-11ADD: [droid] support for binary addons by repoChris "Koying" Browet
2018-06-10[addons] implement path attributeRechi
2018-06-10Rename XBMC_ to KODI_ for environment variablesfritsch
2018-06-08[PVR] Addon API 5.10.0: New API function GetStreamReadChunkSize.Kai Sommerfeld
2018-06-08Merge pull request #14000 from ksooo/pvr-api-cleanupKai Sommerfeld
[PVR] Addon API documentation cleanup
2018-06-08Merge pull request #13984 from palinek/log_overflow_fixjenkins4kodi
2018-06-07[PVR] Some random API documentation cleanup along the way.Kai Sommerfeld
2018-06-07[PVR] API documentation cleanup: Improve return value specification for ↵Kai Sommerfeld
functions Get(Recording|EPGTag)Edl.
2018-06-07CHelper_libXBMC_addon: Avoid buffer overflow in LogPalo Kisa
2018-06-06Game API v1.0.38: Stream abstractionGarrett Brown
This changes the Game API to use a common abstraction for audio and video streams, in preparation for framebuffer streams. The primary benefit is that video metadata is passed to the frontend in-band along with the data. Previously, metadata was only specified on stream open, requiring a new stream if metadata changes. Now, the common stream struct puts the data alongside its metadata. RetroPlayer has been extended so that it can scale to hardware and software streams in the future.
2018-06-06Game API: Improve documentation/structure of headerGarrett Brown
This adds some comments and moves stuff around. No functional changes.
2018-06-06Game API v1.0.37: Remove geometry info from game clientsGarrett Brown
In the future, these properties will be passed when the stream is open.
2018-06-01Merge pull request #13962 from garbear/game-improvementsGarrett Brown
Games: Compiler warning and typo fixes
2018-05-31Game API: Fix typos in commentsGarrett Brown
2018-05-30guilib: make ProcessRenderLoop return false on stop of appRainer Hochecker
2018-05-24[INPUTSTREAM] ensure buffer for RF 5646 language identifierpeak3d
2018-05-22addons/GUIDialogAddonInfo, ...: add missing include for g_passwordManagerMax Kellermann
2018-05-22network/GUIDialogNetworkSetup, ...: add missing include for class CSettingStringMax Kellermann