Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-10 | [addons] add progress dialog for repo updates | Thomas Amland | |
2015-05-10 | [extendedprogressbar] fix possible division by zero | Thomas Amland | |
2015-05-10 | [ProgressJob] add HasProgressIndicator | Thomas Amland | |
2015-05-10 | [ProgressJob] let ShouldCancel update progress in non-modal dialogs | Thomas Amland | |
2015-05-10 | [addons] remove unused code | Thomas Amland | |
2015-05-10 | [strings] capitalized second/third word | uNiversaI | |
2015-05-10 | [strings] typos/misspellings/cleanup and cosmetics. | uNiversaI | |
2015-05-10 | [addons] add icon for info provider group | Thomas Amland | |
2015-05-10 | [AML] add support for aml-linux.xml and aml-android.xml settings file | Stephan Raue | |
2015-05-10 | Merge pull request #7071 from uNiversaI/patch-6 | Martijn Kaijser | |
[README.*] update/cleanup - keep up with current code … | |||
2015-05-10 | Merge pull request #7094 from arnova/non_existing_script | arnova | |
changed: Log in case script does not exist | |||
2015-05-10 | Merge pull request #7108 from HofiOne/master | jenkins4kodi | |
2015-05-10 | [keymapping/joystick] - fix the annoying error logging which is logged in ↵ | Memphiz | |
accident because altname tags are tried to be treated like mappings | |||
2015-05-09 | Merge pull request #7103 from FernetMenta/vaapifix | Rainer Hochecker | |
vaapi: prevent from draining msg queue if we ran out of surfaces | |||
2015-05-09 | Merge pull request #7099 from FernetMenta/ffffix | Rainer Hochecker | |
dvdplayer: fix calc for frame dropping when going ff | |||
2015-05-09 | IMX: Attempt to revert last buffer alignment change and to improve it | smallint | |
2015-05-09 | [KeyMapping/Joystick] - fix regression introduced in ↵ | Memphiz | |
https://github.com/xbmc/xbmc/pull/5624 - allow to overwrite joystick mappings with user keymaps again | |||
2015-05-09 | OS X Kodi.app script target transformed into a real app bundle target | Hofi | |
The goal was to create a bundled target that can be started and debugged from Xcode just like the standalone Kodi binary. Kept all of the 4 original build script steps, so the build process itself does not changed at all, only the following changes made: - XBMC_DEPENDS added to App-OSX.xcconfig common config file instead of defining per target - otool -L calls replaced by otool -LX to eliminate the first summary line from the output result, that could cause the parsing of the result fail | |||
2015-05-09 | vaapi: prevent from draining msg queue if we ran out of surfaces | Rainer Hochecker | |
2015-05-09 | Merge pull request #7091 from InuSasha/fixes/confluence_mutebug | ronie | |
[skin.confluence] fix overlapping mute-bug in FullscreenVideo/OSD | |||
2015-05-09 | [mmalcodec] Limit submitted video frames. | popcornmix | |
This change deliberately stops pushing video frames to decoder when more than 500ms of encoded frames are inside decoder. Seems to avoid stutter issues with low bitrate videos. Also reduces the number of video frames that are lost on EOF, as frames aren't read out from decoder after last frame has been submitted. | |||
2015-05-09 | [SinkPi] Handle multichannel layout more like OMXAudio | popcornmix | |
No functional change but makes the code in SinkPi and OMXAudio closer | |||
2015-05-09 | [keymaps/touchscreen] - add touchscreen mappings for WindowScreenCalibration | Memphiz | |
2015-05-09 | [WindowScreenCalibration] - make it touch gesture compatible | Memphiz | |
2015-05-09 | Merge pull request #7092 from popcornmix/mmal_refcounts | popcornmix | |
[mmal] Fix issues related to mmal buffer reference counts | |||
2015-05-09 | dvdplayer: fix calc for frame dropping when going ff | Rainer Hochecker | |
2015-05-09 | Merge pull request #7009 from Danny3/master | Martijn Kaijser | |
Add romanian keyboard layout | |||
2015-05-09 | [mmalrenderer] Remove release thread - it is no longer required | popcornmix | |
2015-05-09 | [mmalrenderer] Add shared lock around MMAL operations | popcornmix | |
2015-05-09 | [mmalcodec] Add shared lock around MMAL operations | popcornmix | |
2015-05-09 | [mmalcodec] Remove DVDVideoCodecMMAL wrapper | popcornmix | |
2015-05-09 | [mmal] Separate the buffers from the decoder so decoder can be destroyed first | popcornmix | |
2015-05-09 | [mmalrenderer] Separate mmal and renderer configured flags | popcornmix | |
2015-05-09 | [mmal] Move the image pool from decoder to renderer | popcornmix | |
2015-05-09 | [mmal] Add some sanity checks to mmal flags | popcornmix | |
2015-05-09 | [mmal] Enable zero copy | popcornmix | |
This is a bit subtle, but the reference counting of pictures is only shared between arm side and gpu side when in zero copy mode. | |||
2015-05-09 | [mmalcodec] Handle resolution change from callback | popcornmix | |
2015-05-09 | [mmalcodec] Return mmal buffers explicitly | popcornmix | |
2015-05-09 | Merge pull request #7090 from popcornmix/mmal_remove_drop | popcornmix | |
[mmalcodec] Remove dropping logic. It only seems to make things worse | |||
2015-05-09 | changed: Log in case script does not exist | arnova | |
2015-05-09 | [mmalcodec] Remove dropping logic. It only seems to make things worse | popcornmix | |
We get frequent reports of stuttery playback especially with live tv, the PVR channel preview window and overlays with mmal. The problem is whenever the dropping code is triggered it makes the problem worse. I suspect this is an issue with the asynchronous mmal decoder which has a large input buffer (~2MB) which for a low bitrate stream can contain a couple of seconds of video. We end up dropping a very large number of frames which tends to upset dvdplayer more. Seeing as dropping frames has marginal benefit - the work is done on the gpu which isn't the bottleneck, and discarding frames doesn't help the processing on the arm side sigificantly, just don't do it. | |||
2015-05-09 | Merge pull request #7087 from popcornmix/renderer_decoder | popcornmix | |
renderer: Use a structure for information passed from renderer to codec | |||
2015-05-09 | media library: fix lost filter path due to re-creating the path history ↵ | montellese | |
(fixes #15746) | |||
2015-05-09 | CDirectoryHistory: make sure to set the filter path even if the path is ↵ | montellese | |
already in the history | |||
2015-05-08 | Merge pull request #7088 from popcornmix/dtspts | popcornmix | |
[pi/players] Make use of new scheme to submit DTS timestamps | |||
2015-05-08 | [skin.confluence] fix overlapping mute-bug in FullscreenVideo/OSD | Sascha Kuehndel (InuSasha) | |
2015-05-08 | renderer: Use a structure for information passed from renderer to codec | popcornmix | |
I need an additional opaque pointer to be passed from renderer to codec (to allow a pool owned by renderer to be used by decoder). It was decided rather than adding an extra function/parameter that entending the information to use a structure would be more maintainable. | |||
2015-05-08 | [pi/players] Make use of new scheme to submit DTS timestamps | popcornmix | |
Latest firmware supports marking timestamps as DTS, and it will reorder the timestamps with the decoded frame This avoids some of the current hacks of supporting PTS and DTS timestamps in a single field. The current dts queue in mmal decoder gets out-of-sync for some streams, where there isn't an exact 1:1 mapping of submitted frame and returned picture (e.g. MBAFF or streams wih errors) causing audio sync errors or stutter. | |||
2015-05-08 | [cmake] add libplatform to kodi-platform depends | wsnipex | |
2015-05-08 | Merge pull request #6914 from notspiff/connection_timeout | Martijn Kaijser | |
added: allow setting connection timeout for curl urls |