Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-24 | [win32] update VS project files | montellese | |
2015-01-24 | webserver: add unit tests | montellese | |
2015-01-24 | [unit tests] set special://home to be able to dynamically load libraries | montellese | |
2015-01-24 | webserver: refactor handling of HEAD requests and of caching and range HTTP ↵ | montellese | |
headers | |||
2015-01-24 | utils: add unit tests for CHttpRange, CHttpResponseRange and CHttpRanges | montellese | |
2015-01-24 | utils: add HttpRangeUtils to handle HTTP range requests and responses | montellese | |
2015-01-24 | webserver: rename and document methods in IHTTPRequestHandler | montellese | |
2015-01-24 | make CCurlFile::GetHttpHeader() const | montellese | |
2015-01-24 | Merge pull request #6259 from Memphiz/droidndk | Chris Browet | |
[jenkins/droid] - allow to select the ndk version through jenkins jobs a... | |||
2015-01-23 | Merge pull request #6193 from scarecrow420/pvr_firstaired | jenkins4kodi | |
2015-01-23 | [jenkins/droid] - allow to select the ndk version through jenkins jobs and ↵ | Memphiz | |
bump to ndk r10d | |||
2015-01-23 | Merge pull request #6258 from xhaggi/pvr-fix-guide-channel-view | Sascha Woo | |
[pvr] fix wrong condition for channel view if no epg items exist | |||
2015-01-23 | Merge pull request #6251 from xhaggi/pvr-fix-set-view-mode | Sascha 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 exist | xhaggi | |
2015-01-23 | Merge pull request #6238 from AlwinEsch/CGUIWindowPVRChannels_Update_Fix | Sascha Woo | |
[PVR] Fix CGUIWindowPVRChannels::Update (back from hidden can not work) | |||
2015-01-23 | [pvr] support EPG item type for "ListItem.Premiered" (FirstAired) GUI label | Ryan Gribble | |
2015-01-23 | Merge pull request #6257 from AlwinEsch/FillInDefaultIcon | Matthias Kortstiege | |
[PVR] Fix CFileItem::FillInDefaultIcon wrong compare position | |||
2015-01-23 | [PVR] Fix CFileItem::FillInDefaultIcon wrong compare position | AlwinEsch | |
2015-01-23 | Merge pull request #6248 from tobbi/cppcheck_perf_view | Rainer Hochecker | |
cppcheck performance fixes in view/ | |||
2015-01-23 | [pvr] fix missing variable assignment after PR #4671 | Sam Stenvall | |
There used to be two assignments but at the time of merging only one remained | |||
2015-01-23 | Merge pull request #6090 from FernetMenta/fullscreen | Rainer Hochecker | |
enable dirty regions for full screen video | |||
2015-01-23 | renderer: fix sequence from WaitFrame, Render, FrameMove to WaitFrame, ↵ | Rainer Hochecker | |
FrameMove, Render | |||
2015-01-22 | Fixes for using giflib 5.1 in GifHelper.cpp | Kevin Mihelich | |
2015-01-23 | Merge pull request #6250 from tobbi/cppcheck_perf_windowing | jenkins4kodi | |
2015-01-22 | renderer: exit gfx lock when waiting for present time | Rainer Hochecker | |
2015-01-22 | guilib: mark control dirty when setting to invisible | Rainer Hochecker | |
2015-01-22 | renderer: improve rendering to gui and separate video layer | smallint | |
2015-01-22 | Set dirty flag in teletext dialog if required | smallint | |
2015-01-22 | renderer: drop old tempfix firstflippage, did not work anyway because ↵ | Rainer Hochecker | |
RendererHandlesPresent returned always true | |||
2015-01-22 | Merge pull request #6240 from tobbi/coverity_1194431 | jenkins4kodi | |
2015-01-22 | It 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-22 | Merge pull request #6252 from tobbi/coverity_1262429 | Peter Frühberger | |
[coverity] fix for #1262429 | |||
2015-01-22 | Move the reference-counting of Begin and End calls from DX and GL source ↵ | Ben Avison | |
files into GUIFontTTF.cpp. | |||
2015-01-22 | Merge pull request #6243 from Montellese/cmake_addon_download_fix | Sascha Montellese | |
cmake: fix addon tarball download | |||
2015-01-22 | Merge pull request #6219 from Montellese/fix_dialog_headings | Sascha Montellese | |
fix heading labels of CGUIDialogPeripheralSettings, CGUIDialogSmartPlaylistEditor and CGUIDialogVideoSettings | |||
2015-01-22 | Merge pull request #6020 from Montellese/fix_videodb_update_91 | Sascha Montellese | |
videodb: add update/cleanup logic for version 91 in case of duplicate actors | |||
2015-01-22 | [coverity] fix for #1262429 | Tobias Markus | |
2015-01-22 | [pvr] fix: refresh container after view mode is changed in guide window | xhaggi | |
2015-01-22 | cppcheck performance fixes in windowing/ | Tobias Markus | |
2015-01-22 | cppcheck performance fixes in view/ | Tobias Markus | |
2015-01-22 | cppcheck performance fixes in video/ | Tobias Markus | |
2015-01-22 | [PVR] Fix CGUIWindowPVRChannels::Update (come back from hidden can not work) | AlwinEsch | |
2015-01-22 | Merge pull request #6189 from tobbi/cppcheck_perf_storage | jenkins4kodi | |
2015-01-22 | cppcheck performance fixes in storage/ | Tobias Markus | |
2015-01-22 | FIX: video db cleanup with no parent path | Chris "Koying" Browet | |
2015-01-22 | Merge pull request #5804 from xhaggi/fix-gui-viewstate-items-reference | Sascha Woo | |
[RFC][gui] fix: view state holds wrong file item list while operating with it | |||
2015-01-22 | Merge pull request #6222 from xhaggi/action-listeners | Sascha 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-22 | CGUIDialogVisualisationPresetList: align header label and list control IDs ↵ | montellese | |
with settings dialogs | |||
2015-01-22 | Merge pull request #6241 from tobbi/coverity_1126044 | jenkins4kodi | |