Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-18 | changed: drop passing string as const char* | notspiff | |
2016-11-18 | fixed: do not null player pointer on Close | notspiff | |
The CloseAndOpen member function obviously does not like it | |||
2016-11-18 | Merge pull request #10948 from BrandonSchaefer/crossguid-offline | Wolfgang Schupp | |
[cmake] Crossguid offline url override | |||
2016-11-17 | Merge pull request #10945 from popcornmix/mmaloutlock | popcornmix | |
MMALCodec: Take more care with the output lock mutex | |||
2016-11-17 | Allow overriding CROSSGUID_URL with relative path | Brandon Schaefer | |
2016-11-17 | Merge pull request #10931 from BigNoid/listprovider | BigNoid | |
[listprovider] Make sure content is always loaded. Fixes #16635 | |||
2016-11-17 | Merge pull request #10933 from micahg/master | Rainer Hochecker | |
Follow HTTP redirect to UDP stream | |||
2016-11-17 | [listprovider] whitelist mediatypes which may get opened in VideoInfoDialog | phil65 | |
2016-11-16 | [curl] cleanup multi handle in proper order | Jonas Karlman | |
From https://curl.haxx.se/libcurl/c/curl_multi_cleanup.html 1 - curl_multi_remove_handle before any easy handles are cleaned up 2 - curl_easy_cleanup can now be called independently since the easy handle is no longer connected to the multi handle 3 - curl_multi_cleanup should be called when all easy handles are removed | |||
2016-11-16 | Merge pull request #10863 from fetzerch/cmake_crosscompile | Christian Fetzer | |
[cmake] Unify usage of CMAKE_CROSSCOMPILE throughout the project | |||
2016-11-16 | Merge pull request #10929 from garbear/rumble-notification | Garrett Brown | |
Set notification rumble to weak motor for 300ms | |||
2016-11-16 | MMALCodec: Take more care with the output lock mutex | popcornmix | |
There were reports of "GetPicture called but m_output_ready is empty" error in log. It's been hard to reproduce but the only way that seems possible is for m_output_ready.size to produce an inconsistent result between calls to CMMALVideo::Decode and CMMALVideo::GetPicture. Looking closely we don't always have the m_output_mutex lock when testing the size, so do it more carefully. | |||
2016-11-16 | aml: Support for 4K H264 on S905X | kszaq | |
S905X (and possibly newer chips) need to use VFORMAT_H264 for 4K decoding instead of VFORMAT_H264_4K2K. We can determine which one to use by probing vcodec_profile: S905: h264:; h264_4k2k:; S905X: h264:4k; h264_4k2k:; | |||
2016-11-16 | aml: Do not force default output device for passtrough | kszaq | |
This fixes passthrough using USB sound cards. | |||
2016-11-15 | Create FFmpeg stream instead of recursing | Micah Galizia | |
2016-11-15 | [Docs] Add Doxygen documentation for input | Christian Fetzer | |
2016-11-15 | Merge pull request #10930 from ksooo/pvr-fix-recordings-urls | Kai Sommerfeld | |
[PVR] Fix recordings url encoding. | |||
2016-11-15 | [joysticks] Cosmetic: fix comments | Garrett Brown | |
This fixes the bracket on the end of an interval and removes an extraneous slash. | |||
2016-11-15 | [estuary][pvr] fix recordings window sidebar for folders containing special ↵ | Kai Sommerfeld | |
characters, like ? | |||
2016-11-15 | Merge pull request #10924 from FernetMenta/rgain | Dave Blake | |
paplayer: fix replay gain and remove redundant "avoid clipping" setting | |||
2016-11-15 | Merge pull request #10934 from afedchin/deint-fix | Anton Fedchin | |
[VideoPlayer] VideoPlayerVideo: use default deinterlace method from P… | |||
2016-11-15 | [estuary] fix lost focus in mediasource dialog | ronie | |
2016-11-15 | [estuary] fix missing texture log error | ronie | |
2016-11-15 | Merge pull request #10927 from hudokkow/json_fixes | Cristiano A. Silva | |
Json fixes | |||
2016-11-15 | [python] update setInfo() documentation | ronie | |
2016-11-15 | [VideoPlayer] VideoPlayerVideo: use default deinterlace method from ↵ | Anton Fedchin | |
ProcessInfo if setting value isn't supported. | |||
2016-11-15 | Update correction for pull request https://github.com/xbmc/xbmc/pull/10925 | Thomas Deblock | |
Use new CFileItem(GetFilenameFromIntent(intent), false) instead of SetPath | |||
2016-11-15 | [listprovider] Make sure content is always loaded. Fixes #16635 | BigNoid | |
2016-11-14 | Only force-enable peripheral add-ons with button mapping support | Garrett Brown | |
2016-11-14 | If redirected toa UDP stream, re-create the input stream | Micah Galizia | |
2016-11-14 | Fix crash on unplugging controller | Garrett Brown | |
2016-11-14 | Fix unneeded namespace identifier | Garrett Brown | |
2016-11-14 | Refactor CKeymapHandler::GetInputType() | Garrett Brown | |
2016-11-14 | [peripherals] Cleanup: Remove unused function | Garrett Brown | |
2016-11-14 | [joysticks] Only dispatch action if button was pressed this frame | Garrett Brown | |
This fixes a future problem when the "cheat code" to enable games is merged. The cheat code is handled in the current frame, but in the next frame, the button's Kodi action is executed. This fixes the problem by only executing a Kodi action if the button hasn't been held for more than 1 frame (hold time > 0). | |||
2016-11-14 | [input] Give priority to newly registered keyboard handlers | Garrett Brown | |
Currently, there is only one input handler: the controller dialog. It intercepts keypresses durring button mapping to interrupt the mapping wizard. When RetroPlayer is merged, additional keyboard handles will be introduced, like the one to monitor for the cheat code and the one used for games requiring a keyboard. | |||
2016-11-14 | [controller dialog] Improve code style by removing early returns | Garrett Brown | |
2016-11-14 | [controller dialog] Add debug logging | Garrett Brown | |
2016-11-14 | [controller dialog] Fix unable to cancel capture with A or B for non-default ↵ | Garrett Brown | |
profiles | |||
2016-11-14 | [controller dialog] Fix not refreshing config if multiple controllers are ↵ | Garrett Brown | |
attached | |||
2016-11-15 | [PVR] Fix recordings url encoding. | Kai Sommerfeld | |
2016-11-14 | Merge pull request #10928 from DaveTBlake/NFOAlbumType | jenkins4kodi | |
2016-11-14 | Fix episode selection when entering a show from the homescreen | Kolja Lampe | |
2016-11-14 | Merge pull request #10807 from tamland/fix_addon_installer_deadlock | tamland | |
workaround for addon installer deadlocks | |||
2016-11-14 | Merge pull request #10923 from garbear/fix-unplugged | Garrett Brown | |
Fix unable to open controller dialog if all controllers are unplugged | |||
2016-11-14 | Set notification rumble to weak motor for 300ms | Garrett Brown | |
2016-11-14 | Peripheral EventScanner: Handle wrap-around | Garrett Brown | |
2016-11-14 | Remove duplicate saving of album type to xml | DaveTBlake | |
2016-11-14 | [json] Missing comma | h.udo | |
2016-11-14 | [json] Respect existing method order (oldest on top) | h.udo | |