aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-30[pvr] json-rpc: extend player open to allow playback of broadcasts/epg for ↵phunkyfish
archive/catchup
2020-10-30[json-rpc] refactoring - remove extra whitespace json filesphunkyfish
2020-10-30[pvr] json-rpc: deprecate isplayable field for broadcast and provide method ↵phunkyfish
instead
2020-10-30Merge pull request #17217 from mediaminister/yearinfolabelDave Blake
[video] Fix year infoLabel in CVideoInfoTag
2020-10-30Fix gh-action-weblate-upload.ymlChristian Gade
Remove -v
2020-10-30Merge pull request #18482 from thexai/fix-wasapiDave Blake
WASAPI: fix crash due incorrect AE format requested in some circumstances
2020-10-30Merge pull request #18365 from iteratee/xspf-playlist-canonicalize-path-fixDave Blake
[playlists] Fix XSPF path canonicalization
2020-10-30[video] Fix year infoLabel in CVideoInfoTagmediaminister
2020-10-30Merge pull request #18670 from lrusak/cmake-fix-appsufixDave Blake
[cmake] guard setting APP_BINARY_SUFFIX to linux/freebsd only
2020-10-30tools\Linux: add helper script for our PPAswsnipex
2020-10-30Merge pull request #18660 from garbear/clang-format-19Garrett Brown
Clang-format our Game/Input code
2020-10-30Merge pull request #18605 from emveepee/pvrsortphunkyfish
[pvr] use user-defined recording sorts
2020-10-30Merge pull request #18671 from ksooo/pvr-fix-recordings-syncKai Sommerfeld
[PVR] Fix updating recordings from clients.
2020-10-30Merge pull request #18639 from jjd-uk/seekbar_fixronie
[Estuary] Seekbar fix for numerical seek
2020-10-29Peripherals: Clang-format filesMarquise Stein
2020-10-29Input: Fix speling error (b -> be)Garrett Brown
2020-10-29Input: Clang-format filesMarquise Stein
2020-10-29Merge pull request #18668 from AlwinEsch/final-cleanupsAlwin Esch
[addons] cleanups (not API related), remove wrong added file
2020-10-29Create gh-action-weblate-upload.ymlChristian Gade
2020-10-29Fix strings.poChristian Gade
2020-10-29Merge pull request #18544 from emveepee/seeccingDave Blake
Allow default subtitle settings for closed captioning
2020-10-29Merge pull request #18641 from jjd-uk/estuary_discsjjd-uk
[Estuary] Add DiscTitle for music to more places
2020-10-29[PVR] Fix updating recordings from clients.Kai Sommerfeld
2020-10-29[cmake] guard setting APP_BINARY_SUFFIX to linux/freebsd onlyLukas Rusak
2020-10-29CPlatformWin10: Register powermanagementLukas Rusak
2020-10-29CPlatformWin32: Register powermanagementLukas Rusak
2020-10-29CPlatformDarwinOSX: Register powermanagementLukas Rusak
2020-10-29CPlatformDarwinEmbedded: Register powermanagementLukas Rusak
2020-10-29CPlatformAndroid: Register powermanagementLukas Rusak
2020-10-29CPlatformLinux: Register powermanagementLukas Rusak
2020-10-29[addons][docs] minor documentation cleanupsAlwin Esch
This fix few doxygen parts and add few missing parts on audiodecoder system.
2020-10-29[addons] remove not needed #pragma once in "C" headersAlwin Esch
On inputstream headers was still the not needed #pragma once, this removes it as becomes done there with #ifdef's
2020-10-29remove wrong added diff file and add /*.diff to .gitignore for preventAlwin Esch
Before was accidentally a wrong file added, this removes it again and add also the ignore for git.
2020-10-29Merge pull request #17438 from AlwinEsch/rework-inputstreamAlwin Esch
[addons][inputstream][videocodec] rework documentations, fix "C" ABI and fix memleaks
2020-10-29Merge pull request #18651 from mglae/matrix_kodi_dev_kit_fix_lang_truncatedAlwin Esch
kodi-dev-kit: pvr Stream.h: fix language codes truncated to two chars
2020-10-29Merge pull request #18596 from AlwinEsch/c-fixesAlwin Esch
[addons] change binary addon system to have prepared for hidden functions / some other cleanups
2020-10-29Merge pull request #18662 from howie-f/v19-addons-hotfixFrank H
[addons] fix logic for CAddonMgr::FindInstallableById() when addon is…
2020-10-29Merge pull request #18663 from ksooo/guiinfo-listitem-addon-originKai Sommerfeld
[addons][guiinfo] Speedup LISTITEM_ADDON_ORIGIN guiinfo label calculation
2020-10-29Merge pull request #18622 from romanvm/python_accept_bytes_into_bufferfuzzard
Accept Python bytes type into a buffer
2020-10-29[macOS] Remove XBMC migration stepSylvain CECCHETTO
Kodi is Kodi since "XBMC 14", we can assume that no one will update from XBMC 13 to Kodi 19.
2020-10-29Merge pull request #18435 from sy6sy2/cplatformfuzzard
[platform] Fix 'move to CPlatformXXX' todo
2020-10-28Merge pull request #18655 from lrusak/linux-buildsteps-render-systemLukas Rusak
tools/buildsteps: allow specifying the render system via env variable
2020-10-28[addons][inputstream][codec][pvr] increase API versionsAlwin Esch
This increase all changed addon instance versions. PVR included as it use a the new DEMUX_PACKET structure now.
2020-10-28[addons][inputstream][codec] rework addon documentationAlwin Esch
This makes the documentation about inputstream and videocodec to style needed for binary addons and to show correct on Website. There still some parts where need improved and a bit more detailed text, but think to make indpendent then as it not touch API itself.
2020-10-28[addons][codec] add C++ kodi::addon::VideoCodecInitdataAlwin Esch
Class to handle the "C" structure VIDEOCODEC_INITDATA in C++.
2020-10-28[addons][codec] separate "C++" and "C" parts in own headersAlwin Esch
This to cleanup and to confirm "C" safe ABI and base for other languages. Also is on the C++ header a clang cleanup done.
2020-10-28[addons][player] move down the previous on addons used headersAlwin Esch
This are no more used now by addons itself and only be used on videoplayer itself.
2020-10-28[addons][pvr] use new "C" style DEMUX_PACKET for streamsAlwin Esch
Before was for streams always Kodi's C++ based structure used where not match a "C" ABI for the addons.
2020-10-28[addons][inputstream][videoplayer] separate stream structures and parts to ↵Alwin Esch
addon dev-kit There becomes the parts where was previous on Kodi's videoplayer moved to the addon dev kit and much cleaned to confirm the "C" ABI style. This change is not nice but needed for this: - The dev-kit should be soon independent of Kodi (trademark, other languages, smaller) - Before was there some C++ parts inside where breaks a safe ABI use between addon and Kodi - Have the header places for addons better sorted and more clean in view
2020-10-28[addons][inputstream] make StreamCrypto.h in own folder and improveAlwin Esch
There is the "C" part about moved to "kodi/c-api/addon-instance/inputstream/stream_crypto.h" and parts renamed to have more clean. Further is the C++ helper class "kodi::addon::StreamCryptoSession" added to use C++ on addons about.