Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-13 | Merge pull request #8580 from MartijnKaijser/fix_addon_download_path16.0b4-Jarvis | Martijn Kaijser | |
[addons] fix download location for multi directory repositories | |||
2015-12-13 | [addons] fix download location for multi directory repositories | Thomas Amland | |
regression from cbc9920dd | |||
2015-12-12 | Merge pull request #8569 from MartijnKaijser/dircache | Martijn Kaijser | |
don't use cached results for dir checks | |||
2015-12-12 | Merge pull request #8570 from MartijnKaijser/clean_epg | Martijn Kaijser | |
[pvr] fix missing header label on clean EPG | |||
2015-12-12 | Merge pull request #8571 from MartijnKaijser/fix_includes | Martijn Kaijser | |
[configure] make sure the top kodi src dir is always in INCLUDES | |||
2015-12-12 | [configure] make sure the top kodi src dir is always in INCLUDES | wsnipex | |
2015-12-12 | [pvr] fix missing header label on clean EPG | Martijn Kaijser | |
2015-12-12 | don't use cached results for dir checks | ronie | |
2015-12-11 | Merge pull request #8560 from koying/fixdroidmouseJ | Chris Browet | |
FIX: [droid] mouse handling regression | |||
2015-12-11 | FIX: [droid;input] regression after stylus fix | Chris "koying" Browet | |
2015-12-11 | CHG: [droid] remove unecessary dyloads | Chris "koying" Browet | |
2015-12-11 | Merge pull request #8555 from ronie/fix-8471-jarvis | Martijn Kaijser | |
[Confluence] fix sidemenu nowplaying buttons | |||
2015-12-11 | Merge pull request #8559 from ksooo/jarvis-string-resource-fix | Martijn Kaijser | |
[confluence] String fix 'Timer' => 'Timers' | |||
2015-12-11 | [confluence] String fix 'Timer' => 'Timers' | Kai Sommerfeld | |
2015-12-11 | [Confluence] fix sidemenu nowplaying buttons | ronie | |
2015-12-10 | Merge pull request #8534 from ksooo/jarvis-fix-pvr-json-rpc-input-select | Kai Sommerfeld | |
[PVR, json-rpc] Fix Input.Select for PVR fullscreen windows | |||
2015-12-09 | Merge pull request #8528 from ronie/logaddon-jarvis | Martijn Kaijser | |
fix logging of failed dependency | |||
2015-12-09 | Merge pull request #8529 from DaveTBlake/Jarvis_StopScrapeOverwriteArtists | Dave Blake | |
Stop Scraping Album Overriding Tags When Overridetags Disabled | |||
2015-12-09 | Merge pull request #8530 from DaveTBlake/Jarvis_CustomNodeAlbumArtistOnly | Martijn Kaijser | |
Fix Custom Music Node/Playlist Rule Based Queries | |||
2015-12-09 | Merge pull request #8536 from ksooo/jarvis-fix-epg-window-ghost-timers | Kai Sommerfeld | |
[PVR] Fix ghost timers in epg window. | |||
2015-12-09 | Merge pull request #8526 from MaxKellermann/jarvis_crash | jenkins4kodi | |
2015-12-08 | [PVR, json-rpc] Fix Input.Select for PVR fullscreen windows | Kai Sommerfeld | |
2015-12-08 | [PVR] Fix ghost timers in epg window. | Kai Sommerfeld | |
2015-12-08 | Override default setting for albumartistonly flag when already set in ↵ | DaveTBlake | |
musicURL, so can be used by custom nodes. Add query of album_artist and album_genre tables when "artists" playlist or custom node rule involves genre. | |||
2015-12-08 | Stop scraping album data from overriding tag artist data even when override ↵ | DaveTBlake | |
tag setting is disabled. | |||
2015-12-08 | fix logging of failed dependency | ronie | |
2015-12-08 | VideoPlayer/VAAPI: fix use-after-free bug in Release() | Max Kellermann | |
The "return refCount" dereferences the CVaapiRenderPicture instance after it was freed by vaapi->ReturnRenderPicture(this). We know that once refCount reaches zero it will never be changed again, but the compiler can't know that and must reload its value from memory for the return value. So instead of looking ip refCount again, we simply return 0. | |||
2015-12-08 | Epg: fix buffer overflow in GetLastScanTime() | Max Kellermann | |
Passing an invalid month to CDateTime::SetDateTime() will lead to a buffer overflow in SystemTimeToFileTime() due to these lines: sysTime.tm_mon = lpSystemTime->wMonth - 1; sysTime.tm_yday = dayoffset[sysTime.tm_mon] + (sysTime.tm_mday - 1); This dereferences dayoffset[-1]. Instead of setting everything to zero, choose a reasonable time stamp which was long ago in the past. This bug should have been obvious because it was necessary to forcefully declare the CDateTime instance as "valid". I changed this to be an assertion instead, to make such a bug more visible, instead of hiding it. | |||
2015-12-08 | Merge pull request #8521 from koying/revertdroidmpeg2 | jenkins4kodi | |
2015-12-08 | Merge pull request #8517 from AchimTuran/ADSP_addon-enabled-status-fix | Martijn Kaijser | |
[adsp] ADSP addon get enabled status fix | |||
2015-12-07 | REVERT: [droid] leave MPEG2 h/w decoded; VOB playback is niche | Chris "Koying" Browet | |
2015-12-07 | [adsp] ADSP addon get enabled status fix | Achim Turan | |
2015-12-07 | Merge pull request #8508 from stefansaraev/redacted-jarvis | jenkins4kodi | |
2015-12-07 | [music] fix leaking credentials in logs | Stefan Saraev | |
2015-12-07 | [texturecache] fix leaking credentials in logs | Stefan Saraev | |
2015-12-07 | Merge pull request #8504 from ronie/pythonswigapi | Martijn Kaijser | |
[cosmetics] fix python version | |||
2015-12-07 | fix python version | ronie | |
2015-12-06 | Merge pull request #8494 from ronie/LibGUI | Martijn Kaijser | |
update guilib api to 5.10.0 | |||
2015-12-06 | Merge pull request #8493 from MartijnKaijser/strings | Martijn Kaijser | |
[pvr] fix incorrect string usage after combining multiple strings | |||
2015-12-06 | Merge pull request #8490 from MartijnKaijser/16.0b4 | Martijn Kaijser | |
bump to 16.0 beta 4 | |||
2015-12-06 | update guilib api to 5.10.0 | ronie | |
2015-12-06 | [pvr] fix incorrect string usage after combining multiple strings | Martijn Kaijser | |
2015-12-06 | bump to 16.0 beta 4 | Martijn Kaijser | |
2015-12-05 | Merge pull request #8485 from koying/fixamcsfeatures16.0b3-Jarvis | Chris Browet | |
FIX: [amcs] no brightness/contrast for mediacodec(S) | |||
2015-12-05 | FIX: [amcs] no brightness/contrast for mediacodec(S) | Chris "Koying" Browet | |
2015-12-05 | Merge pull request #8484 from mk01/master_redactedjarvis | Martijn Kaijser | |
TextureCacheJob.cpp: fix log leaking username/pass (Jarvis branch) | |||
2015-12-05 | [TextureCache] fix log leaking username/pass | Matus Kral | |
2015-12-05 | [repo] bump repo version | Martijn Kaijser | |
2015-12-05 | Merge pull request #8282 from LS80/python_shortdate_format | Martijn Kaijser | |
[python] Fixed getRegion dateshort format without leading zero | |||
2015-12-05 | [addons] sync with repo | Martijn Kaijser | |