aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-02[win32] Set minimum Windows 10 version for UWP to be installed which ↵Martijn Kaijser
contains fix for BSOD https://support.microsoft.com/en-gb/kb/3197954
2016-11-02Merge pull request #10842 from Rechi/fixFFmpegImageMartijn Kaijser
[Fix] access violation in CFFmpegImage::Initialize
2016-11-02Merge pull request #10840 from XECDesign/depends-alsa-lib-configureWolfgang Schupp
[depends] alsa-lib: fix typo in configure.in
2016-11-02[Fix] access violation in CFFmpegImage::InitializeRechi
2016-11-02Merge pull request #10699 from phil65/python_busydialogMartijn Kaijser
[python] Add xbmcgui.DialogBusy()
2016-11-02Merge pull request #10841 from ksooo/pvr-fix-epg-update-deadlockKai Sommerfeld
[PVR] Fix epg update deadlock.
2016-11-02[estuary] add progress bar to BusyDialogphil65
2016-11-02[python] add xbmcgui.Dialogbusy()phil65
2016-11-02[gui] change progress bar behaviour for DialogBusy and DialogProgressphil65
2016-11-01Merge pull request #10829 from wsnipex/xml2Wolfgang Schupp
[cmake] add our own FindLibXml2.cmake, needed for static libs
2016-11-01[depends] alsa-lib: fix typo in configure.inSerge Schneider
2016-11-01Merge pull request #10824 from ronie/python-streaminforonie
fix streaminfo set by python
2016-11-01more verbose help for --enable-optimizationsgraysky
2016-11-01Merge pull request #10799 from FernetMenta/userpwRainer Hochecker
VideoPlayer: add user name and password back to url after testing for…
2016-11-01Merge pull request #10801 from FernetMenta/hlsRainer Hochecker
VideoPlayer: hls, select best resolution closest to desired bandwidth
2016-11-01Merge pull request #10821 from fritsch/whitespaceMartijn Kaijser
DVDDemuxFFmpeg: Fix whitespace
2016-11-01Merge pull request #10739 from Razzeee/fixe-onPLaybackResumed-eventMartijn Kaijser
Fixed OnPlayBackResumed not getting fired anymore.
2016-11-01Merge pull request #10835 from FernetMenta/slideshowjenkins4kodi
2016-11-01[cmake/cleanup] file(REMOVE/REMOVE_RECURSE) ignores non existing filesChristian Fetzer
There's no need to protect `file(REMOVE/REMOVE_RECURSE)` calls by `if(EXISTS)`.
2016-11-01Merge pull request #10813 from Rechi/subtitlesMartijn Kaijser
Subtitles: allow self-closing br and html escape characters
2016-11-01Merge pull request #10831 from Paxxi/fontstyleMartijn Kaijser
[xbmc][fix] Don't try to index outside our lookup table and crash
2016-11-01[cmake] Fix unstable check_install_permissionsChristian Fetzer
The function execute_process does not execute multiple COMMANDS sequentially. They are executed in parallel with in/output piped to the next COMMAND. Therefore execute commands with separate calls and simply check if the files exist afterwards. Fixes also android binary-addon packaging.
2016-11-01[python] add getTrailer() function to the xbmc.InfoTagVideo() classronie
s
2016-11-01Increase the buffer as it was miscalculated and too small when using ↵Pär Björklund
light+bold+italic
2016-11-01Merge pull request #10832 from ksooo/pvr-fix-recordings-fanart-logspamKai Sommerfeld
[PVR] Fix local art lookup log spam. pvr recordings never have local art.
2016-11-01slideshow: only stop video player, keep background music playingRainer Hochecker
2016-10-31Merge pull request #10833 from MartijnKaijser/fix_pydocsMartijn Kaijser
[python] fix pydocs after a2f675e04b8e4c8dab2cf1398bcd2be2e3d8e98f
2016-10-31[PVR] Fix epg update deadlock.Kai Sommerfeld
2016-10-31[python] fix pydocs after a2f675e04b8e4c8dab2cf1398bcd2be2e3d8e98fMartijn Kaijser
2016-10-31Merge pull request #10616 from phil65/python_videoinfoMartijn Kaijser
[python] add xbmcgui.Dialog().videoinfo() and .musicinfo()
2016-10-31Merge pull request #10619 from phil65/python_setcastMartijn Kaijser
[python] add xbmcgui.ListItem.setCast()
2016-10-31Merge pull request #10770 from ronie/aired-yearMartijn Kaijser
ListItem.Year - prefer to use the year value from the firstaired date
2016-10-31Merge pull request #10811 from Paxxi/mkdirPär Björklund
[xbmc][fix] Make CDirectory::Create create all the needed folders
2016-10-31Merge pull request #10818 from koying/fixamcssizeMartijn Kaijser
FIX: [amcs] get proper VideoView size (fixes #17032)
2016-10-31[PVR] Fix local fanart lookup log spam. pvr recordings never have local fanart.Kai Sommerfeld
2016-10-31Make CDirectory::Create create all the needed foldersPär Björklund
This is mainly to simplify addon management so it's currently only implemented for posix and win32 directories Make use of it for file copy operation to avoid spamming the logs with useless errors about not being able to create c:\ Added tests
2016-10-31Merge pull request #10814 from ksooo/pvr-fix-guidewindow-initial-fillKai Sommerfeld
[PVR] Guide window: Fix responsiveness on first open.
2016-10-31[subtitles] decode html escape charactersRechi
2016-10-31[subtitles] allow br tags to be self-closingRechi
2016-10-31Merge pull request #10790 from phate89/hide_mysql_passphate89
Hide passwords from advancedsettings log
2016-10-31Merge pull request #10827 from fetzerch/cmake_android_addon_fixChristian Fetzer
[cmake/android] Attempt to fix binary-addon packaging
2016-10-31[PVR] Guide window: Fix possible null ptr dereference.Kai Sommerfeld
2016-10-31[PVR] Guide window: Fix responsiveness on first open.Kai Sommerfeld
2016-10-31Merge pull request #10828 from notspiff/fix_avfree_pjenkins4kodi
2016-10-31fixed: don't trigger an ancient chinese memory allocation trapnotspiff
need to multiply by element size
2016-10-31fixed: used av_free when av_freep was intended in f5f9b8d and aadfc21dnotspiff
2016-10-31[cmake/android] Attempt to fix binary-addon packagingChristian Fetzer
Split touch in two commands because it's not mentioned in the documentation that touch takes multiple parameters. https://cmake.org/cmake/help/latest/manual/cmake.1.html#command-line-tool-mode
2016-10-31Merge pull request #10825 from fetzerch/cmake_addons_fixesChristian Fetzer
[cmake] 2 small fixes related to binary-addon build
2016-10-31[Depends] Force link generation (ln -s) to package config files to allow ↵Markus Pfau
subsequent make binary-addons calls
2016-10-31Merge pull request #10822 from samnazarko/amlvideo_pathupdatePeter Frühberger
[AMLUtils] Update aml_permissions() to check for RW access to more paths