aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-04Merge pull request #6341 from FernetMenta/pvrfixRainer Hochecker
[pvr] fix segfault when changing channels via json-rpc
2015-02-05[rebrand] ffmpeg extra-version xbmc -> kodiuNiversaI
Looking at these for entirely different reason, these must go anyway. @fernetmenta
2015-02-04Merge pull request #6342 from bavison/font_cache_directx_fixRainer Hochecker
Fix for font corruption seen on Windows
2015-02-04[pvr] fix segfault when changing channels via json-rpcRainer Hochecker
2015-02-04remove unused methodThomas Amland
2015-02-04Merge pull request #6337 from FernetMenta/audiostallRainer Hochecker
dvdplayer: consider audio stream stalled if queue ran dry
2015-02-04Fix for font corruption seen on WindowsBen Avison
2015-02-04Merge pull request #6338 from xhaggi/fix-cant-focus-list-controlSascha Woo
[gui] fix list control couldn't get the focus after introducing #5804
2015-02-04[gui] fix list control couldn't get the focus after introducing #5804xhaggi
2015-02-04Merge pull request #6202 from Montellese/webserver_image_resizeSascha Montellese
webserver: image resizing
2015-02-04[osx/ios] xcode syncMatthias Kortstiege
2015-02-04[win32] update VS project filesmontellese
2015-02-04webserver: add image transformation handler for /image/ pathsmontellese
2015-02-04CTextureCacheJob: add ResizeTexture() implementationmontellese
2015-02-04dvdplayer: consider audio stream stalled if queue ran dryRainer Hochecker
2015-02-04CPicture: add ResizeTexture() implementationmontellese
2015-02-03Merge pull request #5953 from toolpunk/nfo-dlg-actor-roleronie
Separate actor name and role
2015-02-03[Confluence] GUIDialogVideoInfo Separate actor name and roleFabian Ockenfels
2015-02-03Merge pull request #6336 from Paxxi/refactor_cleanupPaxxi
fixed indentation and style that got messed up during refactor
2015-02-03Move GetActiveWindowID from CApplication to a more fitting home in ↵Pär Björklund
CGUIWindowManager
2015-02-03fixed indentation and stylePär Björklund
2015-02-03[core] Support mixed media types in playlistsViolet Red
Ignore GUI_MSG_QUEUE_NEXT_ITEM messages when the incoming item is not playable by current player, giving a chance to be reproduced by a different one, instead of skipping it.
2015-02-03[GUIDialogVideoInfo] Separate actor name and roleFabian Ockenfels
2015-02-03fixed: External subs in (local) custom folder did not work with url encoded ↵arnova
files
2015-02-03changed: Rename shared strPath to seperate strMoviePath and strSubtitlePath ↵arnova
for clarity
2015-02-03changed: Add option to not add the path with ChangeBasePatharnova
2015-02-03Merge pull request #5158 from topfs2/drop_libyajl_1_xTobias Arrskog
Dropped libyajl 1.x
2015-02-03Merge pull request #6010 from topfs2/feh_dieTobias Arrskog
[RFC] Remove FEH
2015-02-02Merge pull request #5615 from anssih/android/pcm7.1Martijn Kaijser
[android] Add 7.1 PCM playback support
2015-02-02Merge pull request #5366 from Paxxi/refactor_CApplicationPaxxi
Refactor CApplication
2015-02-02[PVR] Optimized CPVRManager::CanSystemPowerdown not to do expensive backend ↵Kai Sommerfeld
calls (e.g. GetTimers) but to act 100% on locally cached data.
2015-02-02Merge pull request #6321 from AlwinEsch/channel-manahger-fix-1ronie
[confluence] Fix position switching in PVR channel manager dialog
2015-02-02[confluence] Fix position switching in PVR channel manager dialogAlwinEsch
2015-02-02[osx/ios/atv2] - sync xcode projectMemphiz
2015-02-02Moved input handling from CApplication into it's own class CInputManager.Pär Björklund
Removed global g_joystick and made it a private member of CInputManager
2015-02-02Moved window creation and destruction from CApplication and into ↵Pär Björklund
CGUIWindowManager
2015-02-02Merge pull request #6273 from Montellese/cmake_depends_fixesWolfgang Schupp
cmake: two fixes for dependencies
2015-02-02[cmake] clean addons project dir before building from dependswsnipex
if the project dir is not clean, build from depends will fail
2015-02-02[cmake] pass arch definitions down to autotools based dependencieswsnipex
2015-02-02[cmake] pass autoconf config.sub, config.guess down to addon dependencieswsnipex
2015-02-02[depends] fix missing DEPENDS_PATH definition for non-darwin buildsmontellese
2015-02-02initialize all members of HTTPFileHandlermontellese
2015-02-02initialize all members of IHTTPRequestHandlermontellese
2015-02-02Merge pull request #6307 from uNiversaI/patch-1Tobias Arrskog
[update] use real support website link
2015-02-02python: extend ILanguageInvocationHandler to not have to call g_pythonParser ↵montellese
directly in CPythonInvoker
2015-02-02Merge pull request #6320 from Memphiz/osxiosbumpMemphiz
[osx/ios] - bump sdk on jenkins
2015-02-01[atv2] - remove hardcoded gcc 4.2Memphiz
2015-02-01[ios/atv2/osx] - bump sdk version to ios 8.1 and osx 10.10Memphiz
2015-02-01Merge pull request #6319 from ronie/confluence-osd-focusronie
[Confluence] Focus OSD play/pause button by default
2015-02-01Remove FEHTobias Arrskog