aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-19Merge pull request #8249 from hudokkow/isengard_15.2_final15.2-IsengardMartijn Kaijser
Bump to 15.2 Final
2015-10-18Bump to 15.2 Finalh.udo
2015-10-18Merge pull request #8244 from ronie/confluence-notunes-isengardMartijn Kaijser
[Confluence] drop tvtunes support (backport for Isengard)
2015-10-18drop tvtunes supportronie
2015-10-06Merge pull request #8186 from popcornmix/dimstuckijenkins4kodi
2015-10-06[screensaver] Avoid getting stuck in dim state when skin is reloadedpopcornmix
2015-10-04Merge pull request #8165 from janbar/bump_2.7.415.2rc3-IsengardMartijn Kaijser
[pvr.mythtv] bump addon to version 2.7.4
2015-10-03Merge pull request #8171 from kenji123/bump_0.8.4Martijn Kaijser
[pvr] bump pvr.stalker to 0.8.4
2015-10-03Merge pull request #8163 from stefansaraev/8137-isengardMartijn Kaijser
dvdplayer: fix non DVB subs after 5c0d694fa769f311bc5e14dec04c260267a56b79
2015-10-03Merge pull request #8166 from koying/fixdroidrefreshIMartijn Kaijser
FIX: [droid] use renderer resolution when available
2015-10-03bump pvr.stalker to 0.8.4kenji123
2015-10-01FIX: [droid] use renderer resolution when availableChris "Koying" Browet
When switching refresh rate, the native window is destroyed and recreated, so use the rendere resolution if available to avoid being reset to the setting resolution
2015-10-01[pvr.mythtv] bump addon to version 2.7.4janbar
- Remove EPG associations with recording due a performance issue
2015-09-30Merge pull request #8161 from MartijnKaijser/pydocs_15Martijn Kaijser
[pydocs] xbmcgui.lock() and xbmcgui.unlock() are depricated and non-f…
2015-09-30[pydocs] xbmcgui.lock() and xbmcgui.unlock() are deprecated and ↵Martijn Kaijser
non-functional for long time
2015-09-30dvdplayer: fix non DVB subs after 5c0d694fa769f311bc5e14dec04c260267a56b79Rainer Hochecker
2015-09-29Merge pull request #8149 from Jalle19/isengard-bump-addonsMartijn Kaijser
Bump pvr.vbox to 1.3.9
2015-09-29Merge pull request #8148 from MilhouseVH/isengard-mysql-limit-fixMartijn Kaijser
[musicdatabase] Fix incompatible MySQL queries (Backport)
2015-09-28Merge pull request #8153 from kib/android-symbols-isengardKib
[Mirrors][Jenkins] Upload android debug symbols (backport)
2015-09-28[android-x86] for mirrors: move debug symbols to workspaceKib
2015-09-28[android-arm] for mirrors: move debug symbols to workspaceKib
2015-09-28bump pvr.vbox to 1.3.9Sam Stenvall
2015-09-27[musicdatabase] Fix incompatible MySQL queries (Backport)MilhouseVH
2015-09-27Merge pull request #8139 from fritsch/pa-isengardjenkins4kodi
2015-09-26AESinkPULSE: Replace Delay method with self calculated methodfritsch
2015-09-26AESinkPULSE: Emulate periodSize as ALSA to stop fragmentationfritsch
2015-09-25Merge pull request #8128 from janbar/bump-2.7.3Martijn Kaijser
[pvr.mythtv] bump addon to version 2.7.3
2015-09-24[pvr.mythtv] bump addon to version 2.7.3janbar
2015-09-24Merge pull request #8109 from Jalle19/isengard-pvrhts-bumpMartijn Kaijser
[pvr] Bump pvr.hts to 2.1.18
2015-09-24Merge pull request #8126 from MartijnKaijser/15.2rc3Martijn Kaijser
bump to 15.2rc3
2015-09-24bump to 15.2rc3Martijn Kaijser
2015-09-23Merge pull request #8121 from ace20022/isengard_multiimageMatthias Kortstiege
[fix][gui] Fix multi images in grouplists/layouts.
2015-09-23[fix][gui] Fix multi images in grouplists/layouts.ace20022
This fixes a regression introduced with cb2dd229ce5b6f479f9a6ebd51998831554d2ae2 .
2015-09-22bump pvr.hts to 2.1.18Sam Stenvall
2015-09-20Merge pull request #8100 from MartijnKaijser/sub_fix115.2rc2-IsengardMartijn Kaijser
fix c/p error in 1937a0f9cb2be8383397ee737c7526652ca56248
2015-09-20fix c/p error in 1937a0f9cb2be8383397ee737c7526652ca56248Martijn Kaijser
2015-09-20Merge pull request #8098 from fritsch/isgtbsMartijn Kaijser
Fix position outside of video for text based subs
2015-09-20Fix position outside of video for text based subsfritsch
2015-09-19Merge pull request #8088 from koying/fixfiletimeIMartijn Kaijser
FIX: proper casting of file time TZ adjustment
2015-09-19FIX: proper casting of file time TZ adjustmentChris "Koying" Browet
Regression from https://github.com/xbmc/xbmc/commit/6e0fefdbfd60e5ff0f12e1711df011d8428629ca
2015-09-19Merge pull request #8054 from ace20022/Isengard_microsubsMartijn Kaijser
[fix][subs] Fix MicroDVD Subtitles after da80dbea8505ce655c728c012c05…
2015-09-18Merge pull request #8077 from afedchin/Isengard_dxva_rewind_fixAnton Fedchin
[Isengard] DXVA rewind fix
2015-09-18[cores] RenderManager::GetStats - now returns queue and discard separately. ↵Anton Fedchin
DVDPlayerVideo - ignore discard stats for dropping frame on rewind. The main problem is: 1) The DXVA processor allows (and requires for de-interlacing) a set of past frames. This causes the bufferLevel greater than 0. 3) DVDPlayerVideo drops any frame if bufferLevel is greater than 0 on rewind, so the renderer doesn't receive any new frame which causes freezing picture when DXVA processor is used. This changes behavior DVDPlayerVideo to do not consider the discard queue before dropping frame on rewind.
2015-09-18[cores] WinRenderer: fixed usage of processor size even if no hw decoder is usedAnton Fedchin
2015-09-17Merge pull request #8067 from koying/fixdroidstorageIMartijn Kaijser
FIX: [droid;storage] check readability last
2015-09-16FIX: [droid;storage] check readability lastChris "Koying" Browet
Prevents unnecessary I/O and selinux issues
2015-09-14Merge pull request #8053 from ace20022/Isengard_udf_freeMatthias Kortstiege
[fix][udf] Free allocated memory in the destructor.
2015-09-14[fix][subs] Fix MicroDVD Subtitles after ↵ace20022
da80dbea8505ce655c728c012c05874db40bea09. The first 1024 bytes of the file were lost.
2015-09-14[fix][udf] Free allocated memory in the destructor.ace20022
2015-09-14Merge pull request #8024 from Montellese/Isengard_upnp_fix_song_sortingMartijn Kaijser
[backport] CGUIViewStateMusicSmartPlaylist: fix default sorting of songs over UPnP (fixes #16192)