aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-18changed: drop passing string as const char*notspiff
2016-11-18fixed: do not null player pointer on Closenotspiff
The CloseAndOpen member function obviously does not like it
2016-11-18Merge pull request #10948 from BrandonSchaefer/crossguid-offlineWolfgang Schupp
[cmake] Crossguid offline url override
2016-11-17Merge pull request #10945 from popcornmix/mmaloutlockpopcornmix
MMALCodec: Take more care with the output lock mutex
2016-11-17Allow overriding CROSSGUID_URL with relative pathBrandon Schaefer
2016-11-17Merge pull request #10931 from BigNoid/listproviderBigNoid
[listprovider] Make sure content is always loaded. Fixes #16635
2016-11-17Merge pull request #10933 from micahg/masterRainer Hochecker
Follow HTTP redirect to UDP stream
2016-11-17[listprovider] whitelist mediatypes which may get opened in VideoInfoDialogphil65
2016-11-16[curl] cleanup multi handle in proper orderJonas 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-16Merge pull request #10863 from fetzerch/cmake_crosscompileChristian Fetzer
[cmake] Unify usage of CMAKE_CROSSCOMPILE throughout the project
2016-11-16Merge pull request #10929 from garbear/rumble-notificationGarrett Brown
Set notification rumble to weak motor for 300ms
2016-11-16MMALCodec: Take more care with the output lock mutexpopcornmix
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-16aml: Support for 4K H264 on S905Xkszaq
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-16aml: Do not force default output device for passtroughkszaq
This fixes passthrough using USB sound cards.
2016-11-15Create FFmpeg stream instead of recursingMicah Galizia
2016-11-15[Docs] Add Doxygen documentation for inputChristian Fetzer
2016-11-15Merge pull request #10930 from ksooo/pvr-fix-recordings-urlsKai Sommerfeld
[PVR] Fix recordings url encoding.
2016-11-15[joysticks] Cosmetic: fix commentsGarrett 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-15Merge pull request #10924 from FernetMenta/rgainDave Blake
paplayer: fix replay gain and remove redundant "avoid clipping" setting
2016-11-15Merge pull request #10934 from afedchin/deint-fixAnton Fedchin
[VideoPlayer] VideoPlayerVideo: use default deinterlace method from P…
2016-11-15[estuary] fix lost focus in mediasource dialogronie
2016-11-15[estuary] fix missing texture log errorronie
2016-11-15Merge pull request #10927 from hudokkow/json_fixesCristiano A. Silva
Json fixes
2016-11-15[python] update setInfo() documentationronie
2016-11-15[VideoPlayer] VideoPlayerVideo: use default deinterlace method from ↵Anton Fedchin
ProcessInfo if setting value isn't supported.
2016-11-15Update correction for pull request https://github.com/xbmc/xbmc/pull/10925Thomas Deblock
Use new CFileItem(GetFilenameFromIntent(intent), false) instead of SetPath
2016-11-15[listprovider] Make sure content is always loaded. Fixes #16635BigNoid
2016-11-14Only force-enable peripheral add-ons with button mapping supportGarrett Brown
2016-11-14If redirected toa UDP stream, re-create the input streamMicah Galizia
2016-11-14Fix crash on unplugging controllerGarrett Brown
2016-11-14Fix unneeded namespace identifierGarrett Brown
2016-11-14Refactor CKeymapHandler::GetInputType()Garrett Brown
2016-11-14[peripherals] Cleanup: Remove unused functionGarrett Brown
2016-11-14[joysticks] Only dispatch action if button was pressed this frameGarrett 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 handlersGarrett 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 returnsGarrett Brown
2016-11-14[controller dialog] Add debug loggingGarrett 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-14Merge pull request #10928 from DaveTBlake/NFOAlbumTypejenkins4kodi
2016-11-14Fix episode selection when entering a show from the homescreenKolja Lampe
2016-11-14Merge pull request #10807 from tamland/fix_addon_installer_deadlocktamland
workaround for addon installer deadlocks
2016-11-14Merge pull request #10923 from garbear/fix-unpluggedGarrett Brown
Fix unable to open controller dialog if all controllers are unplugged
2016-11-14Set notification rumble to weak motor for 300msGarrett Brown
2016-11-14Peripheral EventScanner: Handle wrap-aroundGarrett Brown
2016-11-14Remove duplicate saving of album type to xmlDaveTBlake
2016-11-14[json] Missing commah.udo
2016-11-14[json] Respect existing method order (oldest on top)h.udo