Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-10 | [pvr] - fix epg search | Rainer Hochecker | |
2016-04-10 | [pictures] CGUIWindowPictures: properly pass on all arguments to OnClick() | montellese | |
2016-04-10 | [addons] CGUIWindowAddonBrowser: properly pass on all arguments to OnClick() | montellese | |
2016-04-10 | [interfaces] xbmcgui::WindowXMLInterceptor: fix bad override of ↵ | montellese | |
CGUIWindowMedia::OnClick() | |||
2016-04-10 | [music] CGUIWindowMusicNav: fix bad override of CGUIWindowMedia::OnClick() | montellese | |
2016-04-10 | Merge pull request #9598 from FernetMenta/pvr | Rainer Hochecker | |
[pvr] - fix update addons, get also disabled addons | |||
2016-04-10 | Merge pull request #9596 from popcornmix/omxwarn | popcornmix | |
OMXPlayerVideo: Avoid warnings from initialisation order | |||
2016-04-10 | Merge pull request #9594 from popcornmix/mmalvsync | popcornmix | |
[mmalrenderer] Wait for vsync before submitting to mmal when display sync is disabled | |||
2016-04-10 | [pvr] skip persisting EGP on CreateChannelEpgs | Rainer Hochecker | |
2016-04-10 | Revert "[epg] avoid PVR thread to persist epg tables directly (sync issue ↵ | Rainer Hochecker | |
with epg thread)" this change makes no sense. It triggers Persist for systems that want to ignore DB This reverts commit be24ceb3211aa5b1d0cc6a8395ba29a0b005f0be. | |||
2016-04-10 | [pvr] - fix update addons, get also disabled addons | Rainer Hochecker | |
2016-04-10 | Merge pull request #9577 from ronie/temperature | ronie | |
proper rounding of temperature values - fixes trac #16671 | |||
2016-04-10 | MMAL: Increase GetAllowedReferences to allow larger queue in RenderManager | popcornmix | |
2016-04-10 | VideoPlayer: some rework after b37c8565e080b89fb51e2f5963a38cd6360d021c | Rainer Hochecker | |
2016-04-10 | added: IO control option to enable/disable retry inside file protocols | arnova | |
2016-04-10 | fixed: Superflous variable init | arnova | |
2016-04-10 | OMXPlayerVideo: Avoid warnings from initialisation order | popcornmix | |
2016-04-10 | Merge pull request #9584 from AlwinEsch/improve-pvr-part | Alwin Esch | |
[pvr] reduce compare amount on PVRManager to detect window | |||
2016-04-10 | MMALRenderer: Block in RenderUpdate to avoid high CPU with WaitPresentTime ↵ | popcornmix | |
commits | |||
2016-04-10 | [mmalrenderer] Wait for vsync before submitting to mmal when display sync is ↵ | popcornmix | |
disabled This avoids an issue where video occasionally goes stuttery after a seek, until the next pause/play or seek. The issue is when display sync is disabled, and framerate of video matches display, and render times are coincident with vsync you find that depending on timestamp/scheduling jitter, you may or may not get an update each vsync resulting in stuttery video. Some scheme to force render times to be dependent on vsync is required. We do this by using a queue that is popped following vsyncs. We ensure the queue always has 1 or 2 frames so it doesn't underrun with a late frame, but this adds a frame of latency. | |||
2016-04-10 | [rbp] Refactor the vsync handler to support multiple callers | popcornmix | |
2016-04-10 | [python] refactor addContextMenuItems | Thomas Amland | |
2016-04-10 | [python] deprecate ability for plugins to replace context menu. broken. | Thomas Amland | |
2016-04-10 | [contextmenu] fix ordering of items from plugins. should be on top | Thomas Amland | |
2016-04-10 | [python-api] add xbmcgui.Dialog().contextmenu() | phil65 | |
2016-04-10 | [python] cosmetics for docs | phil65 | |
2016-04-10 | [contextmenu] dont clear items from caller | Thomas Amland | |
2016-04-10 | changed: More accurate message for low readrate condition | arnova | |
2016-04-10 | [pvr] remove unused custom addon update logic | Thomas Amland | |
2016-04-10 | Merge pull request #9585 from AlwinEsch/improve-pvr-part-2 | Alwin Esch | |
[pvr] add virtual and override to shared CPVRClients functions | |||
2016-04-10 | Merge pull request #9580 from tamland/fix_add_source_heading | tamland | |
make heading in add/edit source dialog properly translatable | |||
2016-04-10 | Merge pull request #9246 from Tolriq/settings_fix | jenkins4kodi | |
2016-04-10 | Merge pull request #9256 from Tolriq/json_setfiledetails | Dave Blake | |
[JSON] Add Files.SetFileDetails to JSON API | |||
2016-04-09 | Remove commented stuff, update cmake builds as well and ofc, packaging ↵ | Pär Björklund | |
crossguid failed so bump it to v3 | |||
2016-04-09 | Merge pull request #9542 from FernetMenta/vplayer | Rainer Hochecker | |
VideoPlayer: drop WaitPresentTime + simplify render loop | |||
2016-04-09 | VideoPlayer: bump number of render buffers for sw decoding | Rainer Hochecker | |
2016-04-09 | VideoPlayer: rework frame skipping | Rainer Hochecker | |
2016-04-09 | OMXPlayer: use SystemClock instead of DVDClock for a simple timer | Rainer Hochecker | |
2016-04-09 | VideoPlayer: make videoRefClock an object of DVDClock' | Rainer Hochecker | |
2016-04-09 | VideoPlayer: only check skipping if we render a frame, saves CPU | Rainer Hochecker | |
2016-04-09 | VideoPlayer: move setting videoDelay from player to renderer | Rainer Hochecker | |
2016-04-09 | rendering: skipping gui rednering should be independent from dirty | Rainer Hochecker | |
2016-04-09 | move FinishPipeline from application to gfx context | Rainer Hochecker | |
2016-04-09 | VidoePlayer: do not block renderthread if no gui was rendered and video is ↵ | Rainer Hochecker | |
separate layer | |||
2016-04-09 | simplify render loop | Rainer Hochecker | |
2016-04-09 | VideoPlayer: simplify video rednering | Rainer Hochecker | |
2016-04-09 | VideoPlayer: drop WaitPresentTime | Rainer Hochecker | |
2016-04-09 | Merge pull request #9575 from Montellese/win32_fix_testsetup | jenkins4kodi | |
2016-04-09 | Merge pull request #9583 from Voyager1/vs2015-emufix | jenkins4kodi | |
2016-04-09 | This should resolve the python issues caused by vs2015 upgrade. | Pär Björklund | |
Fixed copying of dll during build to avoid risking using python27.dll from system32 Rebuilt all statically linked libs with _ITERATOR_DEBUG_LEVEL=0 because of performance issues, especially during video development Curl should once again be linked against openssl switched all projects to use /MD or /MDd because it enables sharing of env between the loaded modules making our environment hacks less needed. Added curl and openssl to ignore list to avoid them being hooked by our crt emulation. This needs a proper fix and is likely resolved by Voyager's PR |