aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-28Merge pull request #13704 from afedchin/ae-xaAnton Fedchin
AudioEngine: XAudio - small fixes.
2018-03-28AudioEngine: XAudio - flush after stop (drain).Anton Fedchin
2018-03-28AudioEngine: XAudio - increase frames window size.Anton Fedchin
2018-03-28VideoPlayer: do not signal error if playback was abortedRainer Hochecker
2018-03-28Players: re-add busy dialog on start of playbackRainer Hochecker
2018-03-28Merge pull request #13703 from FernetMenta/infotagsRainer Hochecker
load videoInfoTag before player is started
2018-03-27load videoInfoTag before player is startedRainer Hochecker
2018-03-27Merge pull request #12853 from ronie/12850-skinronie
skin changes needed for PR12850
2018-03-27Merge pull request #12860 from Wolftronics-SBC/masterronie
Updated hungarian.xml frequently used buttons add to keyboard layout
2018-03-27GUIInfoManager: fix mem leakRainer Hochecker
2018-03-27Revert "offload videodb task from mainthread to job"Rainer Hochecker
This reverts commit 252fa00b15397a2a5f2390bd28b8e7aab2e5ce28.
2018-03-27Merge pull request #13702 from afedchin/win10-pyAnton Fedchin
[win10] dependencies - update python package.
2018-03-27Merge pull request #13680 from afedchin/pswd-managerAnton Fedchin
[xbmc] fix credentials in an URL in case of VFS add-on.
2018-03-27[win10] dependencies - update python package.Anton Fedchin
2018-03-27[docs] setup KODI for fedora (#13606)Mohamed Hesham
* setup KODI for fedora * README updates * README updates * UPDATES * UPDATES
2018-03-27Merge pull request #13695 from Razzeee/cmake_reademe_improvementRazzeee
Directly link the wiki step for windows deps
2018-03-26Merge pull request #13684 from Rechi/bump/libnfsRechi
[depends] bump libnfs to 2.0.0
2018-03-26Merge pull request #13697 from lrusak/vp9-profile2Lukas Rusak
VAAPI: add vp9 profile 2 support
2018-03-26[depends] bump libnfs to 2.0.0Rechi
2018-03-26Merge pull request #13566 from AkariDN/library-plugin-sourceRainer Hochecker
Support plugin sources for video library with metadata.local scraper + related improvements/fixes
2018-03-26Merge pull request #13698 from afedchin/win-fixAnton Fedchin
VideoPlayer: WinRenderBuffer - fix conditional (ternary) operator
2018-03-26VideoPlayer: WinRenderBuffer - fix conditional (ternary) operatorAnton Fedchin
2018-03-26Merge pull request #13693 from FernetMenta/deepcopyRainer Hochecker
VideoPlayer: VAAPI - fix deep copy of VideoPicture
2018-03-26Merge pull request #13694 from FernetMenta/SDL2Rainer Hochecker
fix building kodi on OSX with SDL2 installed
2018-03-25VAAPI: add vp9 profile 2 supportLukas Rusak
2018-03-25Directly link the wiki stepKolja Lampe
2018-03-25fix building kodi on OSX with SDL2 installedRainer Hochecker
2018-03-25[filesystem] fix credentials for smb protocol in case of vfs add-onAnton Fedchin
currently we hide credentials for smb urls and store them into PasswordManager. Internal smb implementation knows about this and properly gets credentials from the manager and operates with full url but a VFS add-on can't do this. To fix this I've move this logic to lower level to CDirectory and CFile. This allows smb VFS add-on work properly.
2018-03-25VideoPlayer: VAAPI - fix deep copy of VideoPicture, not a POD anymoreRainer Hochecker
2018-03-25ActorProtocol: add deep copy for objects not being PODsRainer Hochecker
2018-03-25Merge pull request #13685 from lrusak/egl-context-attribsLukas Rusak
EGLUtils: Allow windowing system to set EGL context attributes
2018-03-25Merge pull request #13690 from FernetMenta/crashRainer Hochecker
X11: fix exception on startup
2018-03-24X11: fix exception on startupRainer Hochecker
2018-03-24Merge pull request #13686 from FernetMenta/settingsRainer Hochecker
VideoPlayer: only display settings for vaapi and vdpau if they are ac…
2018-03-24Merge pull request #13687 from FernetMenta/discardRainer Hochecker
VideoPlayer: do not discard unknown streams before video stream is ready
2018-03-24Merge pull request #13682 from FernetMenta/amdRainer Hochecker
X11: allow EGL for AMD and NVidia
2018-03-24VideoPlayer: do not discard unknown streams before video stream is readyRainer Hochecker
2018-03-24VideoPlayer: only display settings for vaapi and vdpau if they are actually ↵Rainer Hochecker
available
2018-03-24Merge pull request #13683 from afedchin/win10-library-rwjenkins4kodi
2018-03-23EGLUtils: Allow windowing system to set EGL context attributesLukas Rusak
2018-03-23Merge pull request #11486 from ronie/python-edit-typeronie
[python] add setType() method for edit controls
2018-03-23[python] add setType() method for edit controlsronie
2018-03-23[win10] filesystem: fix work with external drives.Anton Fedchin
2018-03-23X11: allow EGL for AMD and NVidiaRainer Hochecker
2018-03-23Merge pull request #13676 from Rechi/windows/cpluffRechi
[windows] build cpluff from source
2018-03-23[windows] build cpluff from sourceRechi
2018-03-23[cpluff] add windows changesRechi
2018-03-23Fix plugin file item DynPath issueAkariDN
2018-03-23Get stream details from VideoPlayerAkariDN
2018-03-23Video library: save trailers for tv showsAkariDN