Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-06 | Merge pull request #10397 from fetzerch/cmake_arm | Wolfgang Schupp | |
[cmake] Optimizations for ARM | |||
2016-09-06 | Merge pull request #10394 from tamland/disable_plugin_cache | tamland | |
disable plugin caching | |||
2016-09-06 | Merge pull request #10412 from FernetMenta/render | Rainer Hochecker | |
VideoPlayer: avoid null render if renderer has no frame or is not con… | |||
2016-09-06 | Merge pull request #10402 from basrieter/http_headers_for_ffmpeg | Rainer Hochecker | |
Fixed: allow some basic HTTP headers to be passed on to ffmpeg | |||
2016-09-06 | Merge pull request #10413 from xbmc/revert-10409-move-binary-addon-interface | jenkins4kodi | |
2016-09-06 | Revert "[addons] move ./xbmc/addons/binary/interfaces one down and remove ↵ | Pär Björklund | |
binary folder" | |||
2016-09-06 | Merge pull request #10359 from wsnipex/linux-multi-arch | Wolfgang Schupp | |
Linux multi arch | |||
2016-09-06 | Merge pull request #10366 from wsnipex/addon_alt_path | Wolfgang Schupp | |
allow passing an alternative dyload library path | |||
2016-09-06 | VideoPlayer: avoid null render if renderer has no frame or is not configured | Rainer Hochecker | |
2016-09-06 | [gui] use CVariant on SetVisualisation(...) | Alwin Esch | |
2016-09-06 | Merge pull request #10409 from AlwinEsch/move-binary-addon-interface | Alwin Esch | |
[addons] move ./xbmc/addons/binary/interfaces one down and remove binary folder | |||
2016-09-06 | Merge pull request #10384 from FernetMenta/edl | Rainer Hochecker | |
VideoPlayer: fix audio drop on edl skip | |||
2016-09-06 | Merge pull request #10410 from FernetMenta/dimensions | Rainer Hochecker | |
VideoPlayer: move SetVideoDimensions to GetFormat, coded_width may no… | |||
2016-09-06 | Merge pull request #10382 from wsnipex/cmake_sudo | Wolfgang Schupp | |
[cmake] linux: replace custom (sudo) install target, it's not allowed… | |||
2016-09-06 | VideoPlayer: move SetVideoDimensions to GetFormat, coded_width may not be ↵ | Rainer Hochecker | |
set in Open | |||
2016-09-06 | [addons] move ./xbmc/addons/binary/interfaces one down and remove binary folder | Alwin Esch | |
2016-09-05 | Merge pull request #10380 from hudokkow/cmake_fixes | Cristiano A. Silva | |
[cmake] Fixes: in-tree addon builds and CMAKE_INSTALL_PREFIX inconsistency | |||
2016-09-05 | Merge pull request #10405 from stefansaraev/aml-processinfo | Rainer Hochecker | |
aml: add codecname / video dimensions to processinfo | |||
2016-09-05 | [cmake/rbpi] Remove error when no toolchain file is set | Christian Fetzer | |
This enables to build natively on the Raspberry Pi. | |||
2016-09-05 | [cmake] Add support for NEON optimization | Christian Fetzer | |
2016-09-05 | [cmake/linux] Add ARCH for arm and arm64 (aarch64) | Christian Fetzer | |
Allows to compile on arm based targets. | |||
2016-09-05 | [cmake] Make AML an optional dependency on Linux | Christian Fetzer | |
There is some hardware that uses AML on Linux (ODROID-C1). | |||
2016-09-05 | [cmake] EGL is no longer an optional dependency | Christian Fetzer | |
2016-09-05 | [cmake] Fix X11 defaulting to AUTO instead ON on Linux and BSD | Christian Fetzer | |
- Load includes before setting options. Otherwise CORE_SYSTEM_NAME cannot be used. - Variable is named CORE_SYSTEM_NAME instead CORE_SYSTEM_TYPE. | |||
2016-09-05 | Fixed: allow some basic HTTP headers to be passed on to ffmpeg | Bas Rieter | |
2016-09-05 | Merge pull request #10399 from FernetMenta/pylock | Rainer Hochecker | |
fix python deadlocks | |||
2016-09-05 | Merge pull request #10400 from FernetMenta/frametime | Rainer Hochecker | |
VideoPlayer: fix lateframes if fps does not equal refresh rate | |||
2016-09-05 | Merge pull request #10403 from wsnipex/cmake_sse | Wolfgang Schupp | |
fix SSE usage | |||
2016-09-05 | VideoPlayer: fix lateframes if fps does not equal refresh rate | Rainer Hochecker | |
2016-09-05 | fix python deadlocks | Rainer Hochecker | |
2016-09-05 | Merge pull request #10404 from ksooo/pvr-fix-add-timer-error-handling | Kai Sommerfeld | |
[PVR] Add timer/timer rule: display error box in case pvr addon does … | |||
2016-09-05 | use std::uintptr_t instead unsigned int to get correct cast size on 64 bit ↵ | mapfau | |
platforms | |||
2016-09-05 | aml: add codecname / video dimensions to processinfo | Stefan Saraev | |
2016-09-05 | [cmake] Uniformize addon-bindings.mk parsing | h.udo | |
2016-09-05 | [cpack/DEB] Make sure CPack respects CMAKE_INSTALL_PREFIX | h.udo | |
2016-09-05 | [cmake] Fix in-tree addon build env after 4a65001 | h.udo | |
2016-09-05 | [PVR] Add timer/timer rule: display error box in case pvr addon does not ↵ | Kai Sommerfeld | |
support a suitable timer type. | |||
2016-09-05 | fix SSE usage on i386 | wsnipex | |
2016-09-04 | VideoPlayer: fix vaapi after 6cad53545815eb1cca65e9997a9382550d204ed7 | Rainer Hochecker | |
2016-09-04 | [cmake] Add uninstall target for linux | Christian Fetzer | |
2016-09-04 | [cmake] Don't install/mirror skins and audioencoder plugins twice | Christian Fetzer | |
Skins are already handled in main CMakeLists.txt. Audioencoders are listed twice in installdata. | |||
2016-09-04 | Merge pull request #10372 from wsnipex/cmake_sse | Wolfgang Schupp | |
[cmake] fix sse detection | |||
2016-09-04 | Merge pull request #10339 from FernetMenta/deint | Rainer Hochecker | |
VideoPlayer: fix and cleanup deinterlacing methods | |||
2016-09-04 | Merge pull request #10387 from FernetMenta/16874 | Rainer Hochecker | |
VideoPlayer: catch silly CRedirectException, fixes crash | |||
2016-09-04 | Merge pull request #10391 from FernetMenta/pixel | Rainer Hochecker | |
VideoPlayer: ffmpeg, ignore pics before first key frame | |||
2016-09-04 | avoid empty values in variables | ronie | |
2016-09-04 | Merge pull request #10350 from fetzerch/cmake_valgrind | Christian Fetzer | |
[cmake/linux] Add target to execute tests with valgrind | |||
2016-09-04 | fix skin variable parsing: dont skip if element text is empty | Thomas Amland | |
2016-09-04 | win32: adapt to deinterlacing changes | xbmc | |
2016-09-04 | disable plugin caching. non-functioning | Thomas Amland | |