Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-28 | Merge pull request #13704 from afedchin/ae-xa | Anton Fedchin | |
AudioEngine: XAudio - small fixes. | |||
2018-03-28 | AudioEngine: XAudio - flush after stop (drain). | Anton Fedchin | |
2018-03-28 | AudioEngine: XAudio - increase frames window size. | Anton Fedchin | |
2018-03-28 | VideoPlayer: do not signal error if playback was aborted | Rainer Hochecker | |
2018-03-28 | Players: re-add busy dialog on start of playback | Rainer Hochecker | |
2018-03-28 | Merge pull request #13703 from FernetMenta/infotags | Rainer Hochecker | |
load videoInfoTag before player is started | |||
2018-03-27 | load videoInfoTag before player is started | Rainer Hochecker | |
2018-03-27 | Merge pull request #12853 from ronie/12850-skin | ronie | |
skin changes needed for PR12850 | |||
2018-03-27 | Merge pull request #12860 from Wolftronics-SBC/master | ronie | |
Updated hungarian.xml frequently used buttons add to keyboard layout | |||
2018-03-27 | GUIInfoManager: fix mem leak | Rainer Hochecker | |
2018-03-27 | Revert "offload videodb task from mainthread to job" | Rainer Hochecker | |
This reverts commit 252fa00b15397a2a5f2390bd28b8e7aab2e5ce28. | |||
2018-03-27 | Merge pull request #13702 from afedchin/win10-py | Anton Fedchin | |
[win10] dependencies - update python package. | |||
2018-03-27 | Merge pull request #13680 from afedchin/pswd-manager | Anton 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-27 | Merge pull request #13695 from Razzeee/cmake_reademe_improvement | Razzeee | |
Directly link the wiki step for windows deps | |||
2018-03-26 | Merge pull request #13684 from Rechi/bump/libnfs | Rechi | |
[depends] bump libnfs to 2.0.0 | |||
2018-03-26 | Merge pull request #13697 from lrusak/vp9-profile2 | Lukas Rusak | |
VAAPI: add vp9 profile 2 support | |||
2018-03-26 | [depends] bump libnfs to 2.0.0 | Rechi | |
2018-03-26 | Merge pull request #13566 from AkariDN/library-plugin-source | Rainer Hochecker | |
Support plugin sources for video library with metadata.local scraper + related improvements/fixes | |||
2018-03-26 | Merge pull request #13698 from afedchin/win-fix | Anton Fedchin | |
VideoPlayer: WinRenderBuffer - fix conditional (ternary) operator | |||
2018-03-26 | VideoPlayer: WinRenderBuffer - fix conditional (ternary) operator | Anton Fedchin | |
2018-03-26 | Merge pull request #13693 from FernetMenta/deepcopy | Rainer Hochecker | |
VideoPlayer: VAAPI - fix deep copy of VideoPicture | |||
2018-03-26 | Merge pull request #13694 from FernetMenta/SDL2 | Rainer Hochecker | |
fix building kodi on OSX with SDL2 installed | |||
2018-03-25 | VAAPI: add vp9 profile 2 support | Lukas Rusak | |
2018-03-25 | Directly link the wiki step | Kolja Lampe | |
2018-03-25 | fix building kodi on OSX with SDL2 installed | Rainer Hochecker | |
2018-03-25 | [filesystem] fix credentials for smb protocol in case of vfs add-on | Anton 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-25 | VideoPlayer: VAAPI - fix deep copy of VideoPicture, not a POD anymore | Rainer Hochecker | |
2018-03-25 | ActorProtocol: add deep copy for objects not being PODs | Rainer Hochecker | |
2018-03-25 | Merge pull request #13685 from lrusak/egl-context-attribs | Lukas Rusak | |
EGLUtils: Allow windowing system to set EGL context attributes | |||
2018-03-25 | Merge pull request #13690 from FernetMenta/crash | Rainer Hochecker | |
X11: fix exception on startup | |||
2018-03-24 | X11: fix exception on startup | Rainer Hochecker | |
2018-03-24 | Merge pull request #13686 from FernetMenta/settings | Rainer Hochecker | |
VideoPlayer: only display settings for vaapi and vdpau if they are ac… | |||
2018-03-24 | Merge pull request #13687 from FernetMenta/discard | Rainer Hochecker | |
VideoPlayer: do not discard unknown streams before video stream is ready | |||
2018-03-24 | Merge pull request #13682 from FernetMenta/amd | Rainer Hochecker | |
X11: allow EGL for AMD and NVidia | |||
2018-03-24 | VideoPlayer: do not discard unknown streams before video stream is ready | Rainer Hochecker | |
2018-03-24 | VideoPlayer: only display settings for vaapi and vdpau if they are actually ↵ | Rainer Hochecker | |
available | |||
2018-03-24 | Merge pull request #13683 from afedchin/win10-library-rw | jenkins4kodi | |
2018-03-23 | EGLUtils: Allow windowing system to set EGL context attributes | Lukas Rusak | |
2018-03-23 | Merge pull request #11486 from ronie/python-edit-type | ronie | |
[python] add setType() method for edit controls | |||
2018-03-23 | [python] add setType() method for edit controls | ronie | |
2018-03-23 | [win10] filesystem: fix work with external drives. | Anton Fedchin | |
2018-03-23 | X11: allow EGL for AMD and NVidia | Rainer Hochecker | |
2018-03-23 | Merge pull request #13676 from Rechi/windows/cpluff | Rechi | |
[windows] build cpluff from source | |||
2018-03-23 | [windows] build cpluff from source | Rechi | |
2018-03-23 | [cpluff] add windows changes | Rechi | |
2018-03-23 | Fix plugin file item DynPath issue | AkariDN | |
2018-03-23 | Get stream details from VideoPlayer | AkariDN | |
2018-03-23 | Video library: save trailers for tv shows | AkariDN | |