Age | Commit 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 files | phunkyfish | |
2020-10-30 | [pvr] json-rpc: deprecate isplayable field for broadcast and provide method ↵ | phunkyfish | |
instead | |||
2020-10-30 | Merge pull request #17217 from mediaminister/yearinfolabel | Dave Blake | |
[video] Fix year infoLabel in CVideoInfoTag | |||
2020-10-30 | Fix gh-action-weblate-upload.yml | Christian Gade | |
Remove -v | |||
2020-10-30 | Merge pull request #18482 from thexai/fix-wasapi | Dave Blake | |
WASAPI: fix crash due incorrect AE format requested in some circumstances | |||
2020-10-30 | Merge pull request #18365 from iteratee/xspf-playlist-canonicalize-path-fix | Dave Blake | |
[playlists] Fix XSPF path canonicalization | |||
2020-10-30 | [video] Fix year infoLabel in CVideoInfoTag | mediaminister | |
2020-10-30 | Merge pull request #18670 from lrusak/cmake-fix-appsufix | Dave Blake | |
[cmake] guard setting APP_BINARY_SUFFIX to linux/freebsd only | |||
2020-10-30 | tools\Linux: add helper script for our PPAs | wsnipex | |
2020-10-30 | Merge pull request #18660 from garbear/clang-format-19 | Garrett Brown | |
Clang-format our Game/Input code | |||
2020-10-30 | Merge pull request #18605 from emveepee/pvrsort | phunkyfish | |
[pvr] use user-defined recording sorts | |||
2020-10-30 | Merge pull request #18671 from ksooo/pvr-fix-recordings-sync | Kai Sommerfeld | |
[PVR] Fix updating recordings from clients. | |||
2020-10-30 | Merge pull request #18639 from jjd-uk/seekbar_fix | ronie | |
[Estuary] Seekbar fix for numerical seek | |||
2020-10-29 | Peripherals: Clang-format files | Marquise Stein | |
2020-10-29 | Input: Fix speling error (b -> be) | Garrett Brown | |
2020-10-29 | Input: Clang-format files | Marquise Stein | |
2020-10-29 | Merge pull request #18668 from AlwinEsch/final-cleanups | Alwin Esch | |
[addons] cleanups (not API related), remove wrong added file | |||
2020-10-29 | Create gh-action-weblate-upload.yml | Christian Gade | |
2020-10-29 | Fix strings.po | Christian Gade | |
2020-10-29 | Merge pull request #18544 from emveepee/seeccing | Dave Blake | |
Allow default subtitle settings for closed captioning | |||
2020-10-29 | Merge pull request #18641 from jjd-uk/estuary_discs | jjd-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 only | Lukas Rusak | |
2020-10-29 | CPlatformWin10: Register powermanagement | Lukas Rusak | |
2020-10-29 | CPlatformWin32: Register powermanagement | Lukas Rusak | |
2020-10-29 | CPlatformDarwinOSX: Register powermanagement | Lukas Rusak | |
2020-10-29 | CPlatformDarwinEmbedded: Register powermanagement | Lukas Rusak | |
2020-10-29 | CPlatformAndroid: Register powermanagement | Lukas Rusak | |
2020-10-29 | CPlatformLinux: Register powermanagement | Lukas Rusak | |
2020-10-29 | [addons][docs] minor documentation cleanups | Alwin 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" headers | Alwin Esch | |
On inputstream headers was still the not needed #pragma once, this removes it as becomes done there with #ifdef's | |||
2020-10-29 | remove wrong added diff file and add /*.diff to .gitignore for prevent | Alwin Esch | |
Before was accidentally a wrong file added, this removes it again and add also the ignore for git. | |||
2020-10-29 | Merge pull request #17438 from AlwinEsch/rework-inputstream | Alwin Esch | |
[addons][inputstream][videocodec] rework documentations, fix "C" ABI and fix memleaks | |||
2020-10-29 | Merge pull request #18651 from mglae/matrix_kodi_dev_kit_fix_lang_truncated | Alwin Esch | |
kodi-dev-kit: pvr Stream.h: fix language codes truncated to two chars | |||
2020-10-29 | Merge pull request #18596 from AlwinEsch/c-fixes | Alwin Esch | |
[addons] change binary addon system to have prepared for hidden functions / some other cleanups | |||
2020-10-29 | Merge pull request #18662 from howie-f/v19-addons-hotfix | Frank H | |
[addons] fix logic for CAddonMgr::FindInstallableById() when addon is… | |||
2020-10-29 | Merge pull request #18663 from ksooo/guiinfo-listitem-addon-origin | Kai Sommerfeld | |
[addons][guiinfo] Speedup LISTITEM_ADDON_ORIGIN guiinfo label calculation | |||
2020-10-29 | Merge pull request #18622 from romanvm/python_accept_bytes_into_buffer | fuzzard | |
Accept Python bytes type into a buffer | |||
2020-10-29 | [macOS] Remove XBMC migration step | Sylvain CECCHETTO | |
Kodi is Kodi since "XBMC 14", we can assume that no one will update from XBMC 13 to Kodi 19. | |||
2020-10-29 | Merge pull request #18435 from sy6sy2/cplatform | fuzzard | |
[platform] Fix 'move to CPlatformXXX' todo | |||
2020-10-28 | Merge pull request #18655 from lrusak/linux-buildsteps-render-system | Lukas Rusak | |
tools/buildsteps: allow specifying the render system via env variable | |||
2020-10-28 | [addons][inputstream][codec][pvr] increase API versions | Alwin 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 documentation | Alwin 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::VideoCodecInitdata | Alwin Esch | |
Class to handle the "C" structure VIDEOCODEC_INITDATA in C++. | |||
2020-10-28 | [addons][codec] separate "C++" and "C" parts in own headers | Alwin 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 headers | Alwin 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 streams | Alwin 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 improve | Alwin 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. |