aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-14Remove the "avoid clipping" replay gain settingDaveTBlake
2016-11-14[cec] fixed: windows expects cec.dll now instead of libcec.dllLars Op den Kamp
2016-11-13Correction issue on Android.Thomas Deblock
When two intents are run one after the other the second is ignored. Exemple : - First intent is run to play video 1 - video 1 is played - user exit kodi (use home button) - Second intent is run to play video 2 - Kodi open but video 2 is not played This is because the function onNewIntent don't set the path of fileitem
2016-11-13Merge pull request #10914 from ronie/skin-cosmRazzeee
[cosmetics] skin.xml -> addon.xml
2016-11-13remove unused control id definitionsronie
2016-11-13paplayer: fix replay gainRainer Hochecker
2016-11-13workaround: run jobs that blocks waiting for other jobs at priority ↵Thomas Amland
dedicated to prevent deadlock
2016-11-13CJobManager: add priority parameter to SubmitThomas Amland
2016-11-13CJobManager: add priority 'dedicated'Thomas Amland
2016-11-13Merge pull request #10919 from koying/fixcodecinfobindingMartijn Kaijser
FIX: make CodecInfo a synonym of PlayerProcessInfo
2016-11-13Merge pull request #10913 from FernetMenta/hlsfixRainer Hochecker
VideoPlayer: hls fixes
2016-11-12[peripherals] Fix 100% cpu usage after a whileGarrett Brown
When float is large enough, small increments no longer increase it.
2016-11-12[peripherals] Cosmetic: Add doxy for button mapping commandsGarrett Brown
2016-11-12[controller dialog] Modify dialog shown when peripheral add-ons are disabledGarrett Brown
2016-11-12Always show controller configuration in settingsGarrett Brown
2016-11-13Merge pull request #10910 from garbear/fix-skippingjenkins4kodi
2016-11-12[controller dialog] Fix skipping buttons due to acceleratomers, buggy ↵Garrett Brown
triggers, etc.
2016-11-12Revert "[dxva] Added workaround for AMD/ATI cards to fix interlacing. (#10633)"Anton Fedchin
This reverts commit b6d0b903ab9b355e03c983e3c0e305dd6143d730.
2016-11-12[dxvahd] unification of the log messages.Anton Fedchin
# Conflicts: # xbmc/cores/VideoPlayer/VideoRenderers/HwDecRender/DXVAHD.cpp
2016-11-12[dxvahd] Re-init video context before creating an enumerator.Anton Fedchin
2016-11-12FIX: make CodecInfo a synonym of PlayerProcessInfoChris "Koying" Browet
2016-11-12Merge pull request #10911 from ksooo/pvr-settings-labelKai Sommerfeld
2016-11-12cosmeticsronie
2016-11-11use debug logging for missing texturesronie
2016-11-11VideoPlayer: ffmpeg demuxer - discard all unneeded streamsRainer Hochecker
2016-11-11VideoPlayer: fix c/p error in HLSSelectProgramRainer Hochecker
2016-11-11Merge pull request #10901 from ace20022/subsondefaultjenkins4kodi
2016-11-11Merge pull request #10775 from opdenkamp/libcec-4.0.0Lars Op den Kamp
bump to libCEC 4.0.0 + some rebased PRs
2016-11-11Videoplayer: If subtitles are set to "on" and the preferred language is ↵ace20022
"original stream's language" at least default subtitles should be shown, regardless of there language.
2016-11-11[cec] added: setting to make libCEC wake up the AVR explicitly when ↵Lars Op den Kamp
activating the source. ref: https://github.com/Pulse-Eight/libcec/issues/156
2016-11-11[cec] add CEC IMX adapter as known type and set no polling.Lars Op den Kamp
that eliminates extensive periodic /sys walkthrough (this is reused Lars's commit e59d7e028288464e6890141a830e4a83d4b9d065)
2016-11-11[cec] Added advanced settings for action when TV goes standbyLars Op den Kamp
Added advances settings for action when TV goes standby : Pause playback, Stop playback, Exit Kodi
2016-11-11[cec] bump to libCEC 4.0.0Lars Op den Kamp
2016-11-11[PVR] Settings: change label and description to reflect that 'TV' is ↵Kai Sommerfeld
actually 'PVR & Live TV.'
2016-11-10Fix new joystick dialog opening when dialog is above the controller dialogGarrett Brown
2016-11-10[peripherals] Access button map through CButtonMapping object instead of ↵Garrett Brown
directly
2016-11-10[cosmetic] Whitespace fixes in joystick libraryGarrett Brown
2016-11-10Peripheral API: [cosmetic] If typo in commentGarrett Brown
2016-11-10Peripheral API: Specify that joystick features shouldn't be modifiedGarrett Brown
2016-11-10Allow callers to know if OK dialog was confirmed or notGarrett Brown
2016-11-10Merge pull request #10902 from hudokkow/cmake_addons_bootstrapCristiano A. Silva
[cmake] Allow building add-ons by regex match without bootstrapping f…
2016-11-10Merge pull request #10908 from ksooo/pvr-fix-guide-dialog-buttonsKai Sommerfeld
[PVR] Guide info dialog: fix record/add timer button visibility.
2016-11-10Merge pull request #10907 from ksooo/pvr-fix-window-sortmethodsKai Sommerfeld
[PVR] Fix and cleanup pvr window's sort methods.
2016-11-10[cmake] Allow building add-ons by regex match without bootstrapping firsth.udo
2016-11-10Merge pull request #10891 from hudokkow/depends_fierce_linksjenkins4kodi
2016-11-09Merge pull request #10906 from fritsch/imagesegfaultPeter Frühberger
Picture: Partially revert f5f9b8d and aadfc21d (keeping fixes)
2016-11-09[PVR] Guide info dialog: fix record/add timer button visibility.Kai Sommerfeld
2016-11-09Merge pull request #10900 from hudokkow/cmake_separate_argumentsCristiano A. Silva
[cmake] separate_arguments() is stupid
2016-11-09[PVR] Fix and cleanup pvr window's sort methods.Kai Sommerfeld
2016-11-09Merge pull request #10897 from fetzerch/cmake_platform_overrideChristian Fetzer
[cmake] Fix issue with PLATFORM_OVERRIDE (on linux)