aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-24[win32] update VS project filesmontellese
2015-01-24webserver: add unit testsmontellese
2015-01-24[unit tests] set special://home to be able to dynamically load librariesmontellese
2015-01-24webserver: refactor handling of HEAD requests and of caching and range HTTP ↵montellese
headers
2015-01-24utils: add unit tests for CHttpRange, CHttpResponseRange and CHttpRangesmontellese
2015-01-24utils: add HttpRangeUtils to handle HTTP range requests and responsesmontellese
2015-01-24webserver: rename and document methods in IHTTPRequestHandlermontellese
2015-01-24make CCurlFile::GetHttpHeader() constmontellese
2015-01-24Merge pull request #6259 from Memphiz/droidndkChris Browet
[jenkins/droid] - allow to select the ndk version through jenkins jobs a...
2015-01-23Merge pull request #6193 from scarecrow420/pvr_firstairedjenkins4kodi
2015-01-23[jenkins/droid] - allow to select the ndk version through jenkins jobs and ↵Memphiz
bump to ndk r10d
2015-01-23Merge pull request #6258 from xhaggi/pvr-fix-guide-channel-viewSascha Woo
[pvr] fix wrong condition for channel view if no epg items exist
2015-01-23Merge pull request #6251 from xhaggi/pvr-fix-set-view-modeSascha Woo
[pvr] fix: refresh container after view mode is changed in guide window
2015-01-23[pvr] fix wrong condition for channel view if no epg items existxhaggi
2015-01-23Merge pull request #6238 from AlwinEsch/CGUIWindowPVRChannels_Update_FixSascha Woo
[PVR] Fix CGUIWindowPVRChannels::Update (back from hidden can not work)
2015-01-23[pvr] support EPG item type for "ListItem.Premiered" (FirstAired) GUI labelRyan Gribble
2015-01-23Merge pull request #6257 from AlwinEsch/FillInDefaultIconMatthias Kortstiege
[PVR] Fix CFileItem::FillInDefaultIcon wrong compare position
2015-01-23[PVR] Fix CFileItem::FillInDefaultIcon wrong compare positionAlwinEsch
2015-01-23Merge pull request #6248 from tobbi/cppcheck_perf_viewRainer Hochecker
cppcheck performance fixes in view/
2015-01-23[pvr] fix missing variable assignment after PR #4671Sam Stenvall
There used to be two assignments but at the time of merging only one remained
2015-01-23Merge pull request #6090 from FernetMenta/fullscreenRainer Hochecker
enable dirty regions for full screen video
2015-01-23renderer: fix sequence from WaitFrame, Render, FrameMove to WaitFrame, ↵Rainer Hochecker
FrameMove, Render
2015-01-22Fixes for using giflib 5.1 in GifHelper.cppKevin Mihelich
2015-01-23Merge pull request #6250 from tobbi/cppcheck_perf_windowingjenkins4kodi
2015-01-22renderer: exit gfx lock when waiting for present timeRainer Hochecker
2015-01-22guilib: mark control dirty when setting to invisibleRainer Hochecker
2015-01-22renderer: improve rendering to gui and separate video layersmallint
2015-01-22Set dirty flag in teletext dialog if requiredsmallint
2015-01-22renderer: drop old tempfix firstflippage, did not work anyway because ↵Rainer Hochecker
RendererHandlesPresent returned always true
2015-01-22Merge pull request #6240 from tobbi/coverity_1194431jenkins4kodi
2015-01-22It allows to play video with external subtitle over UPnP.Rafał Chwiała
Supported subtitle file extensions: txt, srt, ssa, ass, sub, smi. (most popular ones) Subtitle files are searched like in internal player (in video file folder and in folders specified in options). If more than one subtitle file are found (multiple language versions), Kodi takes the one with language choosed in options (prefered language for subtitles), otherwise first found. Subtitles are added as 2 resources, 2 sec resources and 3 attributes added to video file resource, for greater compatibility with more UPnP devices. Device take the last one it could handle, and skip ones it can't "understand": <res protocolInfo="http-get::video/mp4:" xmlns:pv="http://www.pv.com/pvns/" pv:subtitleFileUri="http://192.168.1.13:1722/video.srt" pv:subtitleFileType="SRT">http://192.168.1.13:1722/video.mp4 </res> <res protocolInfo="http-get::text/srt:"> http://192.168.1.13:1722/video.srt </res> <res protocolInfo="http-get::smi/caption:"> http://192.168.1.13:1722/video.srt </res> <sec:CaptionInfoEx sec:type="srt">http://192.168.1.13:1722/video.srt</sec:CaptionInfoEx> <sec:CaptionInfo sec:type="srt">http://192.168.1.13:1722/video.srt</sec:CaptionInfo> Samsung devices get subtitles uri from "CaptionInfo.sec" field in http response header for movie file request (it contains "getCaptionInfo.sec" field). This all should be (and probably it would be) changed, when Profile Manager (for DLNA devices) will be available in Kodi.
2015-01-22Merge pull request #6252 from tobbi/coverity_1262429Peter Frühberger
[coverity] fix for #1262429
2015-01-22Move the reference-counting of Begin and End calls from DX and GL source ↵Ben Avison
files into GUIFontTTF.cpp.
2015-01-22Merge pull request #6243 from Montellese/cmake_addon_download_fixSascha Montellese
cmake: fix addon tarball download
2015-01-22Merge pull request #6219 from Montellese/fix_dialog_headingsSascha Montellese
fix heading labels of CGUIDialogPeripheralSettings, CGUIDialogSmartPlaylistEditor and CGUIDialogVideoSettings
2015-01-22Merge pull request #6020 from Montellese/fix_videodb_update_91Sascha Montellese
videodb: add update/cleanup logic for version 91 in case of duplicate actors
2015-01-22[coverity] fix for #1262429Tobias Markus
2015-01-22[pvr] fix: refresh container after view mode is changed in guide windowxhaggi
2015-01-22cppcheck performance fixes in windowing/Tobias Markus
2015-01-22cppcheck performance fixes in view/Tobias Markus
2015-01-22cppcheck performance fixes in video/Tobias Markus
2015-01-22[PVR] Fix CGUIWindowPVRChannels::Update (come back from hidden can not work)AlwinEsch
2015-01-22Merge pull request #6189 from tobbi/cppcheck_perf_storagejenkins4kodi
2015-01-22cppcheck performance fixes in storage/Tobias Markus
2015-01-22FIX: video db cleanup with no parent pathChris "Koying" Browet
2015-01-22Merge pull request #5804 from xhaggi/fix-gui-viewstate-items-referenceSascha Woo
[RFC][gui] fix: view state holds wrong file item list while operating with it
2015-01-22Merge pull request #6222 from xhaggi/action-listenersSascha Woo
[pvr] separates/removes PVR specific stuff from CGUIWindowFullScreen
2015-01-22[confluence] VisualisationPresetList.xml: adjust the header label and list ↵montellese
control IDs
2015-01-22CGUIDialogVisualisationPresetList: align header label and list control IDs ↵montellese
with settings dialogs
2015-01-22Merge pull request #6241 from tobbi/coverity_1126044jenkins4kodi