Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-09 | Merge pull request #10905 from DanTheMan827/IsIosSandboxed-fix | jenkins4kodi | |
2016-11-09 | Picture: Partially revert f5f9b8d and aadfc21d (keeping fixes done by notspiff) | fritsch | |
2016-11-09 | Fix IsIosSandboxed | Daniel | |
2016-11-09 | [cmake] separate_arguments() is stupid | h.udo | |
2016-11-09 | Merge pull request #10899 from ksooo/guiinfo-fix-listitem-resume | Kai Sommerfeld | |
[guiinfo][pvr] Fix LISTITEM_RESUMABLE to prefer recording info tag over video info tag, fire recordings updated event on playcount change" | |||
2016-11-08 | Merge pull request #10882 from garbear/new-controllers | Garrett 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-08 | Show controller dialog if the user connects an unmapped controller | Garrett Brown | |
2016-11-08 | Merge pull request #10895 from popcornmix/render_flush | popcornmix | |
MMALRenderer: Release buffers on a flush | |||
2016-11-08 | Merge pull request #10885 from MartijnKaijser/subtitle_revert | Martijn Kaijser | |
[subtitles] decode html escape characters (reverted from commit 56ff2… | |||
2016-11-08 | [cmake] Don't allow ENABLE_STATIC_LIBS to be changed by users | Christian 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 unique | Christian 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-08 | bump to v17.0 beta 7 | Martijn Kaijser | |
2016-11-08 | MMALRenderer: Release buffers on a flush | popcornmix | |
This fixes an issue with retroplayer's use of mmal renderer which uses flush to release usage of its buffers. | |||
2016-11-08 | Merge pull request #10759 from DaveTBlake/NeedsUpdate60 | jenkins4kodi | |
2016-11-07 | build: Allow installed links to be overwritten | popcornmix | |
2016-11-07 | Merge pull request #10823 from peak3d/ln_s_sf | Markus Pfau | |
[Depends] Force link generation (ln -s) to package config files to allow subsequent make binary-addons calls | |||
2016-11-07 | Merge pull request #10884 from peak3d/logmilli | Markus Pfau | |
Display milliseconds in log file | |||
2016-11-07 | Display milliseconds in log file | Markus Pfau | |
2016-11-07 | Merge pull request #10789 from Memphiz/fix_dacp | jenkins4kodi | |
2016-11-07 | Merge pull request #10886 from Memphiz/fix_paplayer_resumecallback | jenkins4kodi | |
2016-11-07 | [PAPlayer] - use SetSpeed for the Pause method and fire callbacks in ↵ | Memphiz | |
SetSpeed - fixes missing OnPlaybackResumed callback in PAPlayer | |||
2016-11-07 | Merge pull request #10879 from ksooo/listproviders-fix-favourites-updates | Kai 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-07 | Merge pull request #10871 from MartijnKaijser/travis-autotools | Martijn Kaijser | |
[travis] Remove autotools options | |||
2016-11-07 | Merge pull request #10785 from ronie/privacypolicy | Martijn 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 support | ronie | |
2016-11-07 | [estuary] add privacy policy support | ronie | |
2016-11-07 | show privacy policy in systeminfo | ronie | |
2016-11-07 | update build files | ronie | |
2016-11-07 | Merge pull request #10873 from popcornmix/ssa_leak | popcornmix | |
DVDOverlaySSA: Fix Leak with SSA subtitles | |||
2016-11-07 | Merge pull request #10874 from popcornmix/text_leak | popcornmix | |
GUIFontTTFGL: Fix texture leak in subtitles | |||
2016-11-07 | Merge pull request #10880 from phil65/recordings_playcount | Philipp Temminghoff | |
[gui] - add playcount infolabel for pvr recordings | |||
2016-11-06 | Merge pull request #10740 from garbear/peripheral-shared-ptr | Garrett Brown | |
Move peripherals to shared_ptr | |||
2016-11-06 | [peripherals] Fix incorrect number of format arguments | Garrett Brown | |
2016-11-07 | [gui] - add playcount infolabel for pvr recordings | phil65 | |
2016-11-06 | Merge pull request #10876 from phil65/reset_videocodecinfo | Martijn Kaijser | |
[videoplayer] reset VideoCodecInfo in CProcessInfo constructor | |||
2016-11-06 | DVDOverlaySSA: Fix Leak with SSA subtitles | popcornmix | |
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-06 | Merge pull request #10859 from Razzeee/code-modernization-videoinfo | Razzeee | |
Code cleanup for GUIDialogVideoInfo | |||
2016-11-06 | [videoplayer] reset VideoCodecInfo in CProcessInfo constructor | phil65 | |
2016-11-06 | Merge pull request #9660 from raptorjr/master | Martijn Kaijser | |
SubtitleDialog, remember last service/search. | |||
2016-11-06 | [cmake] Fix finding Python on masOS | Christian Fetzer | |
On macOS, use package config for Python. | |||
2016-11-06 | [cmake/tests] Introduce variable to determine if we can execute build artefacts | Christian 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_CROSSCOMPILE | Christian Fetzer | |
Toolchain now sets CMAKE_CROSSCOMPILE on osx and ios. | |||
2016-11-06 | [Toolchain] Unconditionally set CMAKE_CROSSCOMPILING | Christian 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 conditions | Christian Fetzer | |
2016-11-06 | Merge pull request #10849 from fetzerch/cmake_doc | Christian Fetzer | |
[cmake] Add doc target that builds the doxygen documentation | |||
2016-11-06 | GUIFontTTFGL: Fix texture leak in subtitles | popcornmix | |
With mkv file with S_TEXT/UTF8, we leak one texture of 1024x64x32bpp (256K) for every file that is played. | |||
2016-11-06 | Merge pull request #10819 from tamland/fix_addon_installer | tamland | |
fix hash checking in addon installer |