aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-09Merge pull request #10905 from DanTheMan827/IsIosSandboxed-fixjenkins4kodi
2016-11-09Picture: Partially revert f5f9b8d and aadfc21d (keeping fixes done by notspiff)fritsch
2016-11-09Fix IsIosSandboxedDaniel
2016-11-09[cmake] separate_arguments() is stupidh.udo
2016-11-09Merge pull request #10899 from ksooo/guiinfo-fix-listitem-resumeKai Sommerfeld
[guiinfo][pvr] Fix LISTITEM_RESUMABLE to prefer recording info tag over video info tag, fire recordings updated event on playcount change"
2016-11-08Merge pull request #10882 from garbear/new-controllersGarrett Brown
Ask user to configure new controllers (once)
2016-11-08[guiinfo] Fix LISTITEM_RESUMABLE to prefer recording info tag over video ↵Kai Sommerfeld
info tag, fire recordings updated event on playcount change".
2016-11-08Show controller dialog if the user connects an unmapped controllerGarrett Brown
2016-11-08Merge pull request #10895 from popcornmix/render_flushpopcornmix
MMALRenderer: Release buffers on a flush
2016-11-08Merge pull request #10885 from MartijnKaijser/subtitle_revertMartijn Kaijser
[subtitles] decode html escape characters (reverted from commit 56ff2…
2016-11-08[cmake] Don't allow ENABLE_STATIC_LIBS to be changed by usersChristian Fetzer
This option was mainly added as convenience for CMake devs. It's not intended to be changed by users.
2016-11-08[VideoPlayer/Process] Make PLATFORM_OVERRIDE define uniqueChristian Fetzer
The way our CMake build system works, we cannot specify defines on a per file level. Mainly because of the ENABLE_STATIC_LIBS option that is necessary to create nice Xcode/VS projects. This commit changes the PLATFORM_OVERRIDE define in VideoPlayer to a project unique PLATFORM_OVERRIDE_VP_PROCESSINFO.
2016-11-08bump to v17.0 beta 7Martijn Kaijser
2016-11-08MMALRenderer: Release buffers on a flushpopcornmix
This fixes an issue with retroplayer's use of mmal renderer which uses flush to release usage of its buffers.
2016-11-08Merge pull request #10759 from DaveTBlake/NeedsUpdate60jenkins4kodi
2016-11-07build: Allow installed links to be overwrittenpopcornmix
2016-11-07Merge pull request #10823 from peak3d/ln_s_sfMarkus Pfau
[Depends] Force link generation (ln -s) to package config files to allow subsequent make binary-addons calls
2016-11-07Merge pull request #10884 from peak3d/logmilliMarkus Pfau
Display milliseconds in log file
2016-11-07Display milliseconds in log fileMarkus Pfau
2016-11-07Merge pull request #10789 from Memphiz/fix_dacpjenkins4kodi
2016-11-07Merge pull request #10886 from Memphiz/fix_paplayer_resumecallbackjenkins4kodi
2016-11-07[PAPlayer] - use SetSpeed for the Pause method and fire callbacks in ↵Memphiz
SetSpeed - fixes missing OnPlaybackResumed callback in PAPlayer
2016-11-07Merge pull request #10879 from ksooo/listproviders-fix-favourites-updatesKai Sommerfeld
[listproviders] directory list provider: fix updates for favourites folders not processed.
2016-11-07[subtitles] decode html escape characters (reverted from commit ↵Martijn Kaijser
56ff2ab08874ab78b7341be092aed0d9b37bb175) This commit breaks RTL languages like Hebrew as each word gets reverted
2016-11-07Merge pull request #10871 from MartijnKaijser/travis-autotoolsMartijn Kaijser
[travis] Remove autotools options
2016-11-07Merge pull request #10785 from ronie/privacypolicyMartijn Kaijser
add privacy policy
2016-11-07[listproviders] directory list provider: fix updates for favourites folders ↵Kai Sommerfeld
not processed.
2016-11-07[estouchy] add privacy policy supportronie
2016-11-07[estuary] add privacy policy supportronie
2016-11-07show privacy policy in systeminforonie
2016-11-07update build filesronie
2016-11-07Merge pull request #10873 from popcornmix/ssa_leakpopcornmix
DVDOverlaySSA: Fix Leak with SSA subtitles
2016-11-07Merge pull request #10874 from popcornmix/text_leakpopcornmix
GUIFontTTFGL: Fix texture leak in subtitles
2016-11-07Merge pull request #10880 from phil65/recordings_playcountPhilipp Temminghoff
[gui] - add playcount infolabel for pvr recordings
2016-11-06Merge pull request #10740 from garbear/peripheral-shared-ptrGarrett Brown
Move peripherals to shared_ptr
2016-11-06[peripherals] Fix incorrect number of format argumentsGarrett Brown
2016-11-07[gui] - add playcount infolabel for pvr recordingsphil65
2016-11-06Merge pull request #10876 from phil65/reset_videocodecinfoMartijn Kaijser
[videoplayer] reset VideoCodecInfo in CProcessInfo constructor
2016-11-06DVDOverlaySSA: Fix Leak with SSA subtitlespopcornmix
This fixes the long standing memory leak: http://trac.kodi.tv/ticket/15820 CDVDSubtitlesLibass is reference counted and only releases libass reasources (typically hundreds of MBs) when count gets to zero. But the resource is incorrectly acquired after being created with a reference count of zero, so is never released.
2016-11-06Merge pull request #10859 from Razzeee/code-modernization-videoinfoRazzeee
Code cleanup for GUIDialogVideoInfo
2016-11-06[videoplayer] reset VideoCodecInfo in CProcessInfo constructorphil65
2016-11-06Merge pull request #9660 from raptorjr/masterMartijn Kaijser
SubtitleDialog, remember last service/search.
2016-11-06[cmake] Fix finding Python on masOSChristian Fetzer
On macOS, use package config for Python.
2016-11-06[cmake/tests] Introduce variable to determine if we can execute build artefactsChristian Fetzer
CMAKE_CROSSCOMPILING is set on all platforms if a Toolchain file is used. Even if we use a toolchain file, we still want to be able to execute unit tests on the build host for Linux and OSX. Introduce a new variable for this.
2016-11-06[cmake/TexturePacker] TexturePacker on darwin covered by CMAKE_CROSSCOMPILEChristian Fetzer
Toolchain now sets CMAKE_CROSSCOMPILE on osx and ios.
2016-11-06[Toolchain] Unconditionally set CMAKE_CROSSCOMPILINGChristian Fetzer
Set CMAKE_CROSSCOMPILING unconditionally if we have a toolchain file. Also resort the _binaddons toolchain file so that it is closer to the other one.
2016-11-06[Toolchain] Cleanup if conditionsChristian Fetzer
2016-11-06Merge pull request #10849 from fetzerch/cmake_docChristian Fetzer
[cmake] Add doc target that builds the doxygen documentation
2016-11-06GUIFontTTFGL: Fix texture leak in subtitlespopcornmix
With mkv file with S_TEXT/UTF8, we leak one texture of 1024x64x32bpp (256K) for every file that is played.
2016-11-06Merge pull request #10819 from tamland/fix_addon_installertamland
fix hash checking in addon installer