aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-12Merge pull request #11126 from phil65/playlist_position_kryptonjenkins4kodi
2016-12-11Merge pull request #11130 from candrews/remove-glew-kryptonMartijn Kaijser
Remove remaining references to glew
2016-12-11[backport/PR11137][cmake] Add support for Bluetoothh.udo
2016-12-11Merge pull request #11141 from MartijnKaijser/cec4_kryptonCristiano A. Silva
[cec] missed change in cmake file after cc3ae03
2016-12-11[cec] missed change in cmake file after cc3ae03Martijn Kaijser
2016-12-11[addons] remove dead code on CAddonDllAlwin Esch
2016-12-11Merge pull request #11131 from candrews/remove-libmodplug-kryptonMartijn Kaijser
[dependencies] remove remaining references to libmodplug
2016-12-11Merge pull request #11132 from candrews/remove-libmad-kryptonMartijn Kaijser
Remove remaining references to libmad
2016-12-11Merge pull request #11133 from candrews/remove-libxinerama-kryptonMartijn Kaijser
Remove reference to libxinerama-dev
2016-12-11Remove reference to libxinerama-devCraig Andrews
libxinerama-dev is not used so don't document it as a dependency
2016-12-11Remove remaining references to libmadCraig Andrews
libmad was removed in https://github.com/xbmc/xbmc/pull/4499
2016-12-11[dependencies] remove remaining references to libmodplugCraig Andrews
libmodplug was removed in https://github.com/xbmc/xbmc/pull/9995 so remove remaining references
2016-12-11Remove remaining references to glewCraig Andrews
glew was (mostly) removed in 03ff0d5ea02963b1283fe8bc7c1bad18f2dd97b6; this commit removes any remaining references to it.
2016-12-11[gui] fix coverity issue for playlist.positionphil65
2016-12-11Merge pull request #11122 from phil65/estuary_kryptonronie
[estuary] sync
2016-12-11[estuary] syncphil65
2016-12-11Merge pull request #11119 from MartijnKaijser/11118Martijn Kaijser
VideoPlayer: fix cc after xbmc@03aa244
2016-12-11Merge pull request #11117 from wsnipex/fribidi-bpjenkins4kodi
2016-12-11VideoPlayer: fix cc after ↵Rainer Hochecker
https://github.com/xbmc/xbmc/commit/03aa2441d3235880c939d92f77d7319fca4b5015
2016-12-11[cmake] fix building when fribidi was built with glibwsnipex
2016-12-10Merge pull request #11108 from phil65/playlist_position_kryptonMartijn Kaijser
[gui] return "" instead of "0" for playlist.position in case nothing …
2016-12-10[gui] return "" instead of "0" for playlist.position in case nothing is playingphil65
(cherry picked from commit 13fd5042396baa3309643a4af84e8e0275d4be12)
2016-12-10Remove the special windows free_string_val, it's not needed now that we use ↵Pär Björklund
the same crt
2016-12-09Merge pull request #11095 from popcornmix/logspambackMartijn Kaijser
MMALRender: Reduce log spam
2016-12-09MMALRender: Reduce log spampopcornmix
2016-12-09Merge pull request #11075 from hudokkow/backport_11071Cristiano A. Silva
[backport][cmake] Fix FindXSLT.cmake typo
2016-12-08Merge pull request #11068 from garbear/fix-addon-deadlock-backportMartijn Kaijser
BinaryAddonCache: Fix deadlock (backport of #11057)
2016-12-08Workaround the skin unload bug - force close TextureBundleace20022
2016-12-07Merge pull request #11063 from Memphiz/sdl_windowed_fixesbpMartijn Kaijser
[osx/sdl] - fix wrong size in windowed mode - backport
2016-12-07Merge pull request #11056 from hudokkow/backport_11010Martijn Kaijser
[backport/PR11010] Quell some warnings
2016-12-07Merge pull request #11076 from MartijnKaijser/11061Martijn Kaijser
fixed: tag updates on shoutcast streams with low meta data intervals
2016-12-07Merge pull request #11078 from MartijnKaijser/10917Martijn Kaijser
Fix dar
2016-12-07Merge pull request #11079 from MartijnKaijser/10830Martijn Kaijser
FIX: [rar] deadlock with cbr + net vfs (credit notspiff)
2016-12-07Merge pull request #11077 from MartijnKaijser/11059Martijn Kaijser
FIX: [droid;dyload] never dyload dependent sytem libs
2016-12-07Merge pull request #11091 from phil65/estuary-kryptonPhilipp Temminghoff
[estuary] sync
2016-12-07[estuary] syncphil65
2016-12-07Merge pull request #11087 from hudokkow/backport_11082Kai Sommerfeld
cec: fixup strings after PR 10775
2016-12-07Merge pull request #11074 from ksooo/krypton-trac17108Kai Sommerfeld
[PVR] Krypton: Fix trac #17108 (duplicate context menu entries for PVR recordings)
2016-12-07cec: fixup strings after PR 10775popcornmix
2016-12-06Merge pull request #11070 from ronie/PR11012-backportronie
[python] allow setting the videoinfotag path
2016-12-06FIX: [rar] deadlock with cbr + net vfs (credit notspiff)Chris "Koying" Browet
from notspiff: specifically we are called off-thread with the main thread waiting on us while holding the gui lock. so it will deadlock on obtaining dialog. the bt was funkily confusing though, as it will actually show a "downstream" deadlock on the rar manager, as there's two concurrent calls to it (to preload/load images). the deadlock that was triggered in the debugger was the second call to the rar manager spinning on the rar manager lock, which is held by the first call to rar manager, which again is spinning on the gui lock. oh, and using a "exotic" vfs was only part of the problem to the extent that it's slower so the timeout on the progress dialog kicked in.
2016-12-06FIX: [amc] set process info DARChris "Koying" Browet
2016-12-06FIX: [processinfo] initialize DARChris "Koying" Browet
2016-12-06FIX: [droid;dyload] never dyload dependent sytem libsChris "Koying" Browet
2016-12-06fixed: tag updates on shoutcast streams with low meta data intervalsnotspiff
a new tag in came in and updated the position before the previous tag had been processed, meaning the tag never updated after stream start
2016-12-06[cmake] Fix FindXSLT.cmake typoh.udo
2016-12-06Merge pull request #11067 from ronie/PR11011-backportMartijn Kaijser
FileBrowser: fix multiple item selection
2016-12-06[PVR] Fix trac #17108 (duplicate context menu entries for PVR recordings)Kai Sommerfeld
2016-12-06[python] allow setting the videoinfotag pathronie
2016-12-05BinaryAddonCache: Fix deadlockGarrett Brown
Release lock before calling CAddonMgr::IsAddonDisabled(), as this may block in CAddonMgr.