aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-23Video library export: season names for tv showsAkariDN
2018-03-23Support plugin sources for media library with metadata.local scraperAkariDN
2018-03-23Merge pull request #13558 from lrusak/egl-cleanupLukas Rusak
EGL cleanup and consolidation
2018-03-23Merge pull request #13650 from pkerling/openssl-mt-initpkerling
Consolidate OpenSSL multi-threading initialization
2018-03-23[xbmc] PasswordManager: add support storing credentials for nfs and sftp ↵Anton Fedchin
protocols.
2018-03-23Require OpenSSL and consolidate multi-threading initializationPhilipp Kerling
It should make no difference whether curl links OpenSSL statically or dynamically, and having the same code in two places makes no sense.
2018-03-23Remove dead DLL_PATH_LIBCURL definesPhilipp Kerling
2018-03-23Merge pull request #13675 from angelblue05/masterRainer Hochecker
fix info dialog for strm files
2018-03-22Merge pull request #13657 from garbear/g_applicationGarrett Brown
Remove use of g_application from CApplication
2018-03-22EGLUtils: return nothing if eglQueryString returns nullLukas Rusak
2018-03-22windowing/rpi: use EGLUtilsLukas Rusak
2018-03-22windowing/android: use EGLUtilsLukas Rusak
2018-03-22windowing/amlogic: use EGLUtilsLukas Rusak
2018-03-22windowing/gbm: remove uneeded pointersLukas Rusak
2018-03-22windowing/gbm: use EGLUtilsLukas Rusak
2018-03-22utils/EGLUtils: add CEGLContextUtils classLukas Rusak
2018-03-22Merge pull request #13603 from garbear/fix-disappointmentGarrett Brown
Fix disappointing lack of games after entering cheat code
2018-03-22Merge pull request #13678 from Rechi/fix/NinjaCpluffRechi
[cmake] fix Ninja generator after #13673
2018-03-22[cmake] fix Ninja generator after 02ae31b0b7Rechi
2018-03-21Move RenderSystem access to WinSystemGarrett Brown
RenderSystem is solely onwed by WinSystem. GetWinSystem->GetRenderSystem() would be better than the dynamic_cast in ServiceBroker.cpp.
2018-03-21Fix disappointing lack of games after entering cheat codeGarrett Brown
2018-03-21Merge pull request #13652 from FernetMenta/videodbRainer Hochecker
offload videodb task from mainthread to job
2018-03-21fix info dialog for strm filesangelblue05
2018-03-21Merge pull request #13673 from Rechi/cleanup/cpluffRechi
[cpluff] link with cpluff instead of loading it dynamic
2018-03-21[cpluff] link with cpluff instead of loading it dynamicRechi
2018-03-20Merge pull request #13670 from FernetMenta/catchRainer Hochecker
threads: let the app die on exceptions
2018-03-20threads: let the app die on exceptionsRainer Hochecker
2018-03-20Merge pull request #13665 from FernetMenta/resumeRainer Hochecker
VideoPlayer: do an accurate seek for auto-resume
2018-03-20Merge pull request #13669 from FernetMenta/hsbsRainer Hochecker
VideoPlayer: OpenGL - fix source rect for stereo
2018-03-20Merge pull request #13674 from afedchin/win32-refresh-fixAnton Fedchin
[win32] fixes for display mode switching issues
2018-03-20[win32] remove previous try to fix black screen issue after resolution changingAnton Fedchin
2018-03-19Remove use of g_application from CApplicationGarrett Brown
2018-03-19VideoPlayer: OpenGL - fix source rect for stereoRainer Hochecker
2018-03-19Merge pull request #13666 from Rechi/binaryAddonsMultiConfigRechi
[cmake][addons] make pdb installation & packaging multi config aware
2018-03-19Merge pull request #13333 from pkerling/vaapi2pkerling
Support for vaExportSurfaceHandle
2018-03-19[win32] windowing: resize dx buffers after resolution change to avoid black ↵Anton Fedchin
screen after fall creators update.
2018-03-19[win32] directx: fix switching display mode in true fullscreen in case when ↵Anton Fedchin
OS silently bring app out of full screen
2018-03-18[cmake][addons] make package-<ADDON-ID> multi config awareRechi
2018-03-18[cmake][addons] make pdb installation multi config awareRechi
2018-03-18Merge pull request #13667 from fritsch/anouPeter Frühberger
GuiInfoManager: Restore Announcements
2018-03-18IAnnounce: Properly serialize Info Boolfritsch
2018-03-18GUIInfoManager: Send Announcement when fileitem changesfritsch
2018-03-18Merge pull request #13664 from FernetMenta/deadlockRainer Hochecker
fix deadlock caused by blocking cb method
2018-03-18VideoPlayer: do an accurate seek for auto-resumeRainer Hochecker
2018-03-18fix deadlock caused by blocking cb methodRainer Hochecker
2018-03-18Merge pull request #13663 from afedchin/win-patch-updRechi
windows: update patch utility to 2.7.6
2018-03-18windows: update patch utility to 2.7.6Anton Fedchin
2018-03-17Merge pull request #13662 from FernetMenta/strmRainer Hochecker
fix playlists after https://github.com/xbmc/xbmc/pull/13648
2018-03-17Merge pull request #13654 from FernetMenta/starttimeRainer Hochecker
VideoPlayer: consider manually set starttime when seeking
2018-03-17fix playlists after https://github.com/xbmc/xbmc/pull/13648Rainer Hochecker