Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Bug List
Member ActiveAE::CActiveAEResampleFFMPEG::Resample (uint8_t **dst_buffer, int dst_samples, uint8_t **src_buffer, int src_samples, double ratio) override
libavresample isn't const correct
Member ADDON::CAddonInstaller::InstallFromZip (const std::string &path)
some zip files return a single item (root folder) that we think is stored, so we don't use the zip:// protocol
Member ADDON::OnPreInstall (const AddonPtr &addon)
If primary extension point have changed we're calling the wrong method.
Member CDVDInputStreamNavigator::Open () override

libdvdnav isn't const correct

libdvdnav isn't const correct

libdvdnav isn't const correct

Member CDVDSubtitlesLibass::DecodeDemuxPkt (const char *data, int size, double start, double duration)
libass isn't const correct
Member CDVDVideoPPFFmpeg::Process (VideoPicture *pPicture)
libpostproc isn't const correct
Member CNetworkPosix::GetFirstConnectedInterface () override
Overwrite the GetFirstConnectedInterface and requery the interface list if no connected device is found this fixes a bug when no network is available after first start of xbmc and the interface comes up during runtime
Member PBO_OFFSET
due to a bug on osx nvidia, using gltexsubimage2d with a pbo bound and a null pointer screws up the alpha, an offset fixes this, there might still be a problem if stride + PBO_OFFSET is a multiple of 128 and deinterlacing is on
Member XBMCAddon::xbmcgui::Window::dispose ()
This is an existing window, so no resources are free'd. Note that THIS WILL FAIL for any controls newly created by python - they will remain after the script ends. Ideally this would be remedied by a flag in Control that specifies that it was python created - any python created controls could then be removed + free'd from the window. how this works with controlgroups though could be a bit tricky.
Member XFILE::CNFSFile::Write (const void *lpBuf, size_t uiBufSize) override
libnfs < 2.0.0 isn't const correct