Age | Commit message (Collapse) | Author |
|
xml file
|
|
[Application] - register Stereoscopicmanager for message target
|
|
[python] update WindowXML docs
|
|
[GLES] Check for UNPACK_ROW_LENGTH support on renderer instantiation
|
|
Include user config and available artwork in music "Choose art type" dialog
|
|
Music library export empty artist folders
|
|
Fix VAAPI post-processing of PAFF video
|
|
|
|
[cleanup] remove ifdefs
|
|
|
|
|
|
|
|
fixed: obtaining movie name for stacks
|
|
|
|
[peripherals] remove inclusion of android specific header
|
|
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>
|
|
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>
|
|
This header is not needed anymore after commit 66c9cbfe8cf9b18febb2cd29c852d413c37ba15b.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
|
|
[Estuary] Music Track Info Fix
|
|
|
|
addon settings - inherit settings level
|
|
[Estouchy] add missing 15th addon shortcut on homescreen
|
|
for #13878 for leia
|
|
|
|
[AMLCodec] dont poll decoder rate when seeking
|
|
|
|
|
|
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
|
|
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.
|
|
This is not used, according to the API documentation a deinterlace
filter always overrides toplevel filter_flags anyway.
|
|
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.
|
|
|
|
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.
|
|
Initialize color_primaries to AVCOL_PRI_UNSPECIFIED if unspecified
|
|
On Reset() color_primaries should be set to AVCOL_PRI_UNSPECIFIED, not 0 which means AVCOL_PRI_RESERVED0.
|
|
AESinkALSA: fix enumeration of cards without front devices
|
|
notspiff/fix_unforgiveable_sin_i_will_go_apply_flagellation_now
oh noes, i used bad words.
|
|
|
|
Show full description of where export is going when not picking folder explicitly.
Simplify display by hiding non-applicable controls depending on export type.
|
|
restore compatibility with sqlite3 v3.8
|
|
[cmake] update minimum version of libdrm
|
|
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>
|
|
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>
|
|
|
|
[Music]Prompt skip artist or album nfo files and refresh from remote sites
|
|
|
|
AMLCodec: use a fallback rate for invalid fps hints
|
|
|
|
|
|
[skins] addon settings - add help text
|