aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-06Export song playback history - playcount, last played and ratings to single ↵DaveTBlake
xml file
2019-04-06Merge pull request #15845 from Memphiz/fix_15561_leiaMemphiz
[Application] - register Stereoscopicmanager for message target
2019-04-06Merge pull request #15860 from ronie/py-xmlronie
[python] update WindowXML docs
2019-04-06Merge pull request #15684 from kszaq/gles_simplifyPeter Frühberger
[GLES] Check for UNPACK_ROW_LENGTH support on renderer instantiation
2019-04-05Merge pull request #15805 from rmrector/fill-music-arttypesDave Blake
Include user config and available artwork in music "Choose art type" dialog
2019-04-05Merge pull request #15821 from DaveTBlake/ExportEmptyDave Blake
Music library export empty artist folders
2019-04-05Merge pull request #15830 from pkerling/vaapi-pp-fixesPeter Frühberger
Fix VAAPI post-processing of PAFF video
2019-04-04Add available artwork to the video 'Choose art type' dialogRyan Rector
2019-04-04Merge pull request #15861 from Rechi/cleanup/ifdefRechi
[cleanup] remove ifdefs
2019-04-04[cleanup] remove ifdef conditions already handled by buildsystemRechi
2019-04-04[cleanup] remove ifdef include guardsRechi
2019-04-03[python] update WindowXML docsronie
2019-04-03Merge pull request #15736 from notspiff/fix_stack_movie_nameArne Morten Kvarving
fixed: obtaining movie name for stacks
2019-04-02Merge pull request #15855 from olafhering/TestStringUtilsjenkins4kodi
2019-04-02Merge pull request #15827 from olafhering/PeripheralBusAndroidRechi
[peripherals] remove inclusion of android specific header
2019-04-02[tests] use correct storage type for results from XFILE::CFileOlaf Hering
Reduce noise in build output. d:\win-64\xbmc\utils\test\testregexp.cpp(155): warning C4244: '=': conversion from 'ssize_t' to 'unsigned int', d:\win-64\xbmc\utils\test\testlog.cpp(105): warning C4244: '=': conversion from 'ssize_t' to 'unsigned int' d:\win-64\xbmc\test\testutils.cpp(142): warning C4244: '=': conversion from 'ssize_t' to 'unsigned int', d:\win-64\xbmc\filesystem\test\testzipfile.cpp(185): warning C4244: '=': conversion from 'ssize_t' to 'unsigned int', d:\win-64\xbmc\filesystem\test\testfilefactory.cpp(75): warning C4244: '=': conversion from 'ssize_t' to 'unsigned int' d:\win-64\xbmc\filesystem\test\testfilefactory.cpp(120): warning C4244: '=': conversion from 'ssize_t' to 'unsigned int', d:\win-64\xbmc\filesystem\test\testfilefactory.cpp(136): warning C4244: '=': conversion from 'ssize_t' to 'unsigned int' d:\win-64\xbmc\filesystem\test\testfile.cpp(22): warning C4267: 'initializing': conversion from 'size_t' to 'int' d:\win-64\xbmc\filesystem\test\testfile.cpp(42): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\filesystem\test\testfile.cpp(46): warning C4267: '+=': conversion from 'size_t' to 'int' d:\win-64\xbmc\filesystem\test\testfile.cpp(54): warning C4267: '+=': conversion from 'size_t' to 'int' d:\win-64\xbmc\filesystem\test\testfile.cpp(62): warning C4267: '+=': conversion from 'size_t' to 'int' d:\win-64\xbmc\filesystem\test\testfile.cpp(65): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\filesystem\test\testfile.cpp(70): warning C4267: '+=': conversion from 'size_t' to 'int' d:\win-64\xbmc\filesystem\test\testfile.cpp(80): warning C4267: '+=': conversion from 'size_t' to 'int' Add cast to sizeof() result to fix this warning: warning: comparison between signed and unsigned integer expressions Signed-off-by: Olaf Hering <olaf@aepfle.de>
2019-04-01[tests] use correct storage type for results from StringUtilsOlaf Hering
Reduce noise in build output. d:\win-64\xbmc\utils\test\teststringutils.cpp(335): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\utils\test\teststringutils.cpp(397): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\utils\test\teststringutils.cpp(399): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\utils\test\teststringutils.cpp(401): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\utils\test\teststringutils.cpp(404): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\utils\test\teststringutils.cpp(406): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\utils\test\teststringutils.cpp(408): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\utils\test\teststringutils.cpp(410): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\utils\test\teststringutils.cpp(419): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\utils\test\teststringutils.cpp(421): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\utils\test\teststringutils.cpp(423): warning C4267: '=': conversion from 'size_t' to 'int' d:\win-64\xbmc\utils\test\teststringutils.cpp(426): warning C4267: '=': conversion from 'size_t' to 'int' Signed-off-by: Olaf Hering <olaf@aepfle.de>
2019-04-01[peripherals] remove inclusion of android specific headerOlaf Hering
This header is not needed anymore after commit 66c9cbfe8cf9b18febb2cd29c852d413c37ba15b. Signed-off-by: Olaf Hering <olaf@aepfle.de>
2019-04-01Merge pull request #15850 from jjd-uk/estuary_track_fixronie
[Estuary] Music Track Info Fix
2019-04-01Estuary Track Info Fixjjd-uk
2019-03-31Merge pull request #15813 from ronie/addon-settingslevel.18ronie
addon settings - inherit settings level
2019-03-31Merge pull request #15842 from ronie/estouchy.15ronie
[Estouchy] add missing 15th addon shortcut on homescreen
2019-03-30[Application] - register Stereoscopicmanager for message target - workaround ↵afl1
for #13878 for leia
2019-03-30[Estouchy] add missing 15th addon shortcut on homescreenronie
2019-03-29Merge pull request #15835 from jahutchi/aml-dont-poll-fps-when-seekingMarkus Pfau
[AMLCodec] dont poll decoder rate when seeking
2019-03-29[AMLCodec] dont poll decoder rate when seekingJames Hutchinson
2019-03-28[vaapi] Remove unused codePhilipp Kerling
2019-03-28[vaapi] Always deinterlace when an interlaced frame was encountered oncePhilipp Kerling
PAFF video requires to run all frames through the deinterlacing filter even if they are stored progressive. After one interlaced frame was seen by the output, do not automatically set the deinterlace method to NONE which would skip the filter. Still, deinterlacing must be switched off if the user requests it. Fixes #15817
2019-03-28[vaapi] Support running progressive frames through the vpp deinterlacerPhilipp Kerling
PAFF video requires to run all frames through the deinterlace filter even if they are progressive. In that case, do not set any field flags and only run one postprocessing step, producing one output picture.
2019-03-28[vaapi] Remove filter_flags setting in vppPhilipp Kerling
This is not used, according to the API documentation a deinterlace filter always overrides toplevel filter_flags anyway.
2019-03-28[vaapi] Remove superfluous logic from ffmpeg postprocPhilipp Kerling
COutput::InitCycle is making sure that settings are observed. There is nothing to do in this function actually as a change of the deinterlace method currently requires a reinitialization of CFFmpegPostproc.
2019-03-28[vaapi] Include name of failed function in error messagesPhilipp Kerling
2019-03-28[vaapi] Remove texture bit guessingPhilipp Kerling
This information is not actually used anywhere and it is unclear what the purpose of reading GL_IMPLEMENTATION_COLOR_READ_FORMAT is in the first place. Plus it has caused warnings to be issued now when the EGL context has 10 bits of precision per color channel.
2019-03-28Merge pull request #15691 from kszaq/addon_primariesMarkus Pfau
Initialize color_primaries to AVCOL_PRI_UNSPECIFIED if unspecified
2019-03-28[DVDVideoCodec] Properly reset color_primarieskszaq
On Reset() color_primaries should be set to AVCOL_PRI_UNSPECIFIED, not 0 which means AVCOL_PRI_RESERVED0.
2019-03-28Merge pull request #15774 from HiassofT/alsa-enumerationPeter Frühberger
AESinkALSA: fix enumeration of cards without front devices
2019-03-27Merge pull request #15822 from ↵Arne Morten Kvarving
notspiff/fix_unforgiveable_sin_i_will_go_apply_flagellation_now oh noes, i used bad words.
2019-03-27oh noes, i used bad words.Arne Morten Kvarving
2019-03-27Add facility to export artist folders only, no NFO or art.DaveTBlake
Show full description of where export is going when not picking folder explicitly. Simplify display by hiding non-applicable controls depending on export type.
2019-03-27Merge pull request #15819 from olafhering/sqlite3pkerling
restore compatibility with sqlite3 v3.8
2019-03-27Merge pull request #15818 from olafhering/DRM_FORMAT_GR1616pkerling
[cmake] update minimum version of libdrm
2019-03-27[cmake] update minimum version of libdrmOlaf Hering
With the usage of DRM_FORMAT_GR1616 via commit b73d078a1c754f81a8ec04a5730efd5a790e4a35 ("[vaapi] Make CVaapiTexture into an interface, factor out vaapi1") a newer libdrm is required. Adjust the pkgconfig check accordingly. Signed-off-by: Olaf Hering <olaf@aepfle.de>
2019-03-26restore compatibility with sqlite3 v3.8Olaf Hering
Wrap defines from new sqlite3 versions: SQLITE_IOERR_VNODE was introduced in v3.9.1 SQLITE_IOERR_AUTH was introduced in v3.10.0 Fixes commit 2e54c809387fc0ced6d26602f42a14b0797552dc Signed-off-by: Olaf Hering <olaf@aepfle.de>
2019-03-26Merge pull request #15783 from kszaq/patch-1jenkins4kodi
2019-03-26Merge pull request #15791 from DaveTBlake/IgnoreNFORefreshDave Blake
[Music]Prompt skip artist or album nfo files and refresh from remote sites
2019-03-25Include user config and available artwork in music "Choose art type" dialogRyan Rector
2019-03-25Merge pull request #15667 from jahutchi/aml-validate-hintsMarkus Pfau
AMLCodec: use a fallback rate for invalid fps hints
2019-03-25[AMLCodec] use decoder fps rate to accurately calculate video_rateJames Hutchinson
2019-03-25addon settings - inherit settings levelronie
2019-03-25Merge pull request #15795 from ronie/skins-addonhelpronie
[skins] addon settings - add help text