Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-22 | Merge pull request #12698 from MartijnKaijser/17.4final17.4-Krypton | Martijn Kaijser | |
[release] bump to final v17.4 | |||
2017-08-22 | Merge pull request #12702 from fritsch/kryptonalsa | Martijn Kaijser | |
Kryptonalsa | |||
2017-08-20 | AESinkALSA: Check layout for sanity | fritsch | |
2017-08-20 | AEChannelInfo: Add IsLayoutValid method | fritsch | |
2017-08-20 | [release] bump to final v17.4 | Martijn Kaijser | |
2017-08-20 | Merge pull request #12697 from MartijnKaijser/droid_delay_K | Martijn Kaijser | |
[droid] Add default delay after refreshrate switching because of poss… | |||
2017-08-20 | [droid] Add default delay after refreshrate switching because of possible ↵ | Martijn Kaijser | |
passthrough issues where the audio driver isn't ready yet. | |||
2017-08-19 | Merge pull request #12695 from phate89/fix_bd_simplemenu_bp | Martijn Kaijser | |
Fix: check if we have to show simple menu only after we checked if we have a resume point | |||
2017-08-19 | Merge pull request #12688 from xhaggi/krypton-save-skin-settings-on-window-quit | Martijn Kaijser | |
[backport][addons] save skin settings after they get changed | |||
2017-08-19 | Fix: check if we have to show simple menu only after we checked if we have a ↵ | Unknown | |
resume point | |||
2017-08-19 | Merge pull request #12684 from DaveTBlake/m4vadd17 | Martijn Kaijser | |
[Fix]Add .m4v to music tag loader factory as a valid extension | |||
2017-08-18 | [addons] save skin settings after they get changed | xhaggi | |
2017-08-18 | Add .m4v to music tag loader factory as a valid extension like .mp4 | DaveTBlake | |
2017-08-17 | Merge pull request #12687 from sveinki/Krypton | Martijn Kaijser | |
Adding icelandic keyboard layout | |||
2017-08-17 | Adding icelandic keyboard layout | Sveinn í Felli | |
2017-08-14 | Merge pull request #12663 from peak3d/k_add | Markus Pfau | |
Backport _ADDITIONAL_BINARY | |||
2017-08-13 | Backport _ADDITIONAL_BINARY | peak3d | |
2017-08-10 | [videoinfoscanner] properly handle excludes (fixes #16444) | Matthias Kortstiege | |
2017-08-05 | Merge pull request #12633 from peak3d/contentlookupKrypton17.4rc1-Krypton | Martijn Kaijser | |
[ADDON] Transfer ContentLookup properly | |||
2017-08-05 | [ADDON] Transfer ContentLookup properly | peak3d | |
2017-08-04 | Merge pull request #12111 from chewitt/smbclient_krypton | Martijn Kaijser | |
smbclient: cleanup smbclient configuration | |||
2017-08-04 | smbclient: cleanup smbclient configuration | chewitt | |
2017-08-02 | Merge pull request #12611 from MartijnKaijser/17.4rc_splash | Martijn Kaijser | |
[release] Update splash for v17.4 RC | |||
2017-08-02 | [release] Update splash for v17.4 RC | Martijn Kaijser | |
2017-08-02 | Merge pull request #12610 from MartijnKaijser/11852 | Martijn Kaijser | |
signal monitor by invokeer-id instead addon-id | |||
2017-08-02 | signal monitor by invokeer-id instead addon-id | peak3d | |
2017-07-30 | Merge pull request #12555 from marcelveldt/krypton-backport-gil-fix | Martijn Kaijser | |
[backport] exit GIL when calling into GUI | |||
2017-07-30 | Merge pull request #12592 from MartijnKaijser/12373 | Martijn Kaijser | |
[imdb] fix crash on empty videoInfoTag | |||
2017-07-30 | exit GIL when calling into GUI | Rainer Hochecker | |
backport from https://github.com/xbmc/xbmc/pull/12504 | |||
2017-07-30 | [imdb] fix crash on empty videoInfoTag | Lukas Obermann | |
2017-07-25 | Merge pull request #12568 from ↵ | Martijn Kaijser | |
ksooo/krypton-video-fix-folder-mark-watched-unwatched [video] Krypton: Readd mark watched / unwatched to video folder's context menu when in file mode. | |||
2017-07-25 | [video] Readd mark watched / unwatched to video folder's context menu when ↵ | Kai Sommerfeld | |
in file mode. | |||
2017-07-24 | Merge pull request #12559 from popcornmix/cec_safe_krypton | Martijn Kaijser | |
CEC: Execute application operations from application thread | |||
2017-07-24 | CEC: Execute application operations from application thread | popcornmix | |
These function are not designed to be called from other threads | |||
2017-07-22 | Merge pull request #12549 from Rechi/kryptonVariantEmptyArrayMap | Martijn Kaijser | |
[backport][utils] Variant: return matching iterators for (begin|end)_(array|map) | |||
2017-07-22 | [backport][utils] Variant: return matching iterators for ↵ | Rechi | |
(begin|end)_(array|map) if type is not array or map With this change std::distance(...) is also correct if the type isn't an array or map. Without this change there needs to be a check for isArray respectively isObject before iterating over the elements. | |||
2017-07-17 | Merge pull request #12326 from Memphiz/fix_aml_3dbp | Martijn Kaijser | |
Fix 3d mode switching for Wetek HUB on Libreelec | |||
2017-07-17 | Merge pull request #12515 from Paxxi/assfix3 | Pär Björklund | |
[xbmc][win32] Fix a crash for subtitle rendering in 4k on amd cards | |||
2017-07-17 | Fix a crash for subtitle rendering in 4k on amd cards | Pär Björklund | |
AMD drivers crashes when we try to allocate a texture 5073 pixels wide. This caps our texture to the screen width. Bump libass to 0.1.3.7 which includes a 4k fix | |||
2017-07-14 | Merge pull request #12492 from Paxxi/python | Pär Björklund | |
[depends][win32] Hopefully fix python crash | |||
2017-07-13 | Hopefully fix python crash | PÃr BjÃrklund | |
Implement atomic operations for _PyThreadState_Current as there's crashes because of reading crap data from it | |||
2017-07-13 | Merge pull request #12487 from Paxxi/dnssd | Martijn Kaijser | |
[depends][win32] Update dnssd to fix crash | |||
2017-07-13 | Update dnssd | PÃr BjÃrklund | |
This should fix a crash trying to enable zeroconf. dnssd was built against an old crt so crash is likely because that's missing causing dll load to fail. | |||
2017-07-13 | Merge pull request #12484 from Paxxi/rename | Martijn Kaijser | |
[xbmc][win32] Fix a crash when rename fails | |||
2017-07-13 | Fix crash on file rename errors | PÃr BjÃrklund | |
CLog obviously doesn't handle a wstring, not sure how this happened. | |||
2017-07-12 | Merge pull request #12478 from jeremyvisser/Krypton | Rechi | |
Websocket connection header is case-insensitive | |||
2017-07-13 | Websocket connection header is case-insensitive | Adam Mills | |
(cherry picked from commit 34286426ce23509bb7215b625f62728ffa81f8c5) | |||
2017-07-09 | Merge pull request #12447 from candrews/ftpparse_string_Krypton | Rechi | |
[Krypton] FTPParse.cpp: use std::string | |||
2017-07-08 | FTPParse.cpp: use std::string | Stefan Saraev | |
2017-07-07 | Merge pull request #12361 from fritsch/vaapi32bugfix | Martijn Kaijser | |
VAAPI: Return false on FF_PROFILE_HEVC_MAIN_10 |