aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-13Merge pull request #8580 from MartijnKaijser/fix_addon_download_path16.0b4-JarvisMartijn Kaijser
[addons] fix download location for multi directory repositories
2015-12-13[addons] fix download location for multi directory repositoriesThomas Amland
regression from cbc9920dd
2015-12-12Merge pull request #8569 from MartijnKaijser/dircacheMartijn Kaijser
don't use cached results for dir checks
2015-12-12Merge pull request #8570 from MartijnKaijser/clean_epgMartijn Kaijser
[pvr] fix missing header label on clean EPG
2015-12-12Merge pull request #8571 from MartijnKaijser/fix_includesMartijn 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 INCLUDESwsnipex
2015-12-12[pvr] fix missing header label on clean EPGMartijn Kaijser
2015-12-12don't use cached results for dir checksronie
2015-12-11Merge pull request #8560 from koying/fixdroidmouseJChris Browet
FIX: [droid] mouse handling regression
2015-12-11FIX: [droid;input] regression after stylus fixChris "koying" Browet
2015-12-11CHG: [droid] remove unecessary dyloadsChris "koying" Browet
2015-12-11Merge pull request #8555 from ronie/fix-8471-jarvisMartijn Kaijser
[Confluence] fix sidemenu nowplaying buttons
2015-12-11Merge pull request #8559 from ksooo/jarvis-string-resource-fixMartijn Kaijser
[confluence] String fix 'Timer' => 'Timers'
2015-12-11[confluence] String fix 'Timer' => 'Timers'Kai Sommerfeld
2015-12-11[Confluence] fix sidemenu nowplaying buttonsronie
2015-12-10Merge pull request #8534 from ksooo/jarvis-fix-pvr-json-rpc-input-selectKai Sommerfeld
[PVR, json-rpc] Fix Input.Select for PVR fullscreen windows
2015-12-09Merge pull request #8528 from ronie/logaddon-jarvisMartijn Kaijser
fix logging of failed dependency
2015-12-09Merge pull request #8529 from DaveTBlake/Jarvis_StopScrapeOverwriteArtistsDave Blake
Stop Scraping Album Overriding Tags When Overridetags Disabled
2015-12-09Merge pull request #8530 from DaveTBlake/Jarvis_CustomNodeAlbumArtistOnlyMartijn Kaijser
Fix Custom Music Node/Playlist Rule Based Queries
2015-12-09Merge pull request #8536 from ksooo/jarvis-fix-epg-window-ghost-timersKai Sommerfeld
[PVR] Fix ghost timers in epg window.
2015-12-09Merge pull request #8526 from MaxKellermann/jarvis_crashjenkins4kodi
2015-12-08[PVR, json-rpc] Fix Input.Select for PVR fullscreen windowsKai Sommerfeld
2015-12-08[PVR] Fix ghost timers in epg window.Kai Sommerfeld
2015-12-08Override 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-08Stop scraping album data from overriding tag artist data even when override ↵DaveTBlake
tag setting is disabled.
2015-12-08fix logging of failed dependencyronie
2015-12-08VideoPlayer/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-08Epg: 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-08Merge pull request #8521 from koying/revertdroidmpeg2jenkins4kodi
2015-12-08Merge pull request #8517 from AchimTuran/ADSP_addon-enabled-status-fixMartijn Kaijser
[adsp] ADSP addon get enabled status fix
2015-12-07REVERT: [droid] leave MPEG2 h/w decoded; VOB playback is nicheChris "Koying" Browet
2015-12-07[adsp] ADSP addon get enabled status fixAchim Turan
2015-12-07Merge pull request #8508 from stefansaraev/redacted-jarvisjenkins4kodi
2015-12-07[music] fix leaking credentials in logsStefan Saraev
2015-12-07[texturecache] fix leaking credentials in logsStefan Saraev
2015-12-07Merge pull request #8504 from ronie/pythonswigapiMartijn Kaijser
[cosmetics] fix python version
2015-12-07fix python versionronie
2015-12-06Merge pull request #8494 from ronie/LibGUIMartijn Kaijser
update guilib api to 5.10.0
2015-12-06Merge pull request #8493 from MartijnKaijser/stringsMartijn Kaijser
[pvr] fix incorrect string usage after combining multiple strings
2015-12-06Merge pull request #8490 from MartijnKaijser/16.0b4Martijn Kaijser
bump to 16.0 beta 4
2015-12-06update guilib api to 5.10.0ronie
2015-12-06[pvr] fix incorrect string usage after combining multiple stringsMartijn Kaijser
2015-12-06bump to 16.0 beta 4Martijn Kaijser
2015-12-05Merge pull request #8485 from koying/fixamcsfeatures16.0b3-JarvisChris Browet
FIX: [amcs] no brightness/contrast for mediacodec(S)
2015-12-05FIX: [amcs] no brightness/contrast for mediacodec(S)Chris "Koying" Browet
2015-12-05Merge pull request #8484 from mk01/master_redactedjarvisMartijn Kaijser
TextureCacheJob.cpp: fix log leaking username/pass (Jarvis branch)
2015-12-05[TextureCache] fix log leaking username/passMatus Kral
2015-12-05[repo] bump repo versionMartijn Kaijser
2015-12-05Merge pull request #8282 from LS80/python_shortdate_formatMartijn Kaijser
[python] Fixed getRegion dateshort format without leading zero
2015-12-05[addons] sync with repoMartijn Kaijser