aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-27Joysticks: Send release event when button combo hotkey is releasedGarrett Brown
This fixes the game getting stuck in rewind or fast-forward when the Select key is released before the trigger.
2018-09-27Merge pull request #14480 from garbear/fix-vp-not-rpGarrett Brown
Fix silently failing to launch game when emulators are disabled
2018-09-26Merge pull request #14473 from ksooo/pvr-store-epgdb-on-exitKai Sommerfeld
[PVR] Store epg database on exit + epg code cleanup
2018-09-26[Estuary] Change default button text & icon for tvshows in videoinfo dialogJeroen
2018-09-26[Android] Use VSYNC time from Choreographerpeak3d
2018-09-26Update CPackConfigDEB.cmakeDiogo Santos
2018-09-26Update Install.cmakeDiogo Santos
2018-09-26Update and rename kodi-eventclients-xbmc-send.txt.in to ↵Diogo Santos
kodi-eventclients-kodi-send.txt.in
2018-09-26Merge pull request #14475 from peak3d/vp9Markus Pfau
[Android] check profile when selecting h/w decoder
2018-09-26Merge pull request #14482 from garbear/update-defaultRechi
Update game.controller.default to v1.0.7
2018-09-26Import game.controller.snesGarrett Brown
2018-09-26Update game.controller.default to v1.0.7Garrett Brown
2018-09-26Fix playing games with VideoPlayer when emulators are disabledGarrett Brown
2018-09-26Merge pull request #14250 from kwizart/armv7_build_neonWolfgang Schupp
Armv7 build neon
2018-09-26Merge pull request #14460 from wsnipex/userdata_dirWolfgang Schupp
[linux] allow overriding the userdata dir
2018-09-26Fix getting stuck using VideoPlayer and breaking game launchingGarrett Brown
2018-09-26[Android] check profile when selecting h/w decoderpeak3d
2018-09-26Merge pull request #14477 from DaVukovic/kodi-docsRechi
[docs] Fixed a typo.
2018-09-25CDRMPRIMETexture: add methods to convert colorspace and colorrange to egl ↵Lukas Rusak
formats
2018-09-25[PVR] EpgInfoTag: Code cleanup.Kai Sommerfeld
2018-09-25[docs] Fixed a typo.DaVukovic
2018-09-25Merge pull request #14453 from nsenica/masterLukas Rusak
RPI: Be sure to register Alsa and Pulseaudio.
2018-09-25Merge pull request #14476 from romanvm/fix_xbmcgui_docsMartijn Kaijser
[docs/python] Fix docs for xbmcgui Python module
2018-09-25[PVR] Epg: Code cleanup.Kai Sommerfeld
2018-09-25[PVR] EpgContainer: get rid of g_application dependency.Kai Sommerfeld
2018-09-25[PVR] EpgContainer: Code cleanup.Kai Sommerfeld
2018-09-25[PVR] Persist EPG data also on exit, not only every 60 seconds.Kai Sommerfeld
2018-09-25Fix docs for xbmcgui Python moduleRoman Miroshnychenko
Stupid copy-paste mistake.
2018-09-25Merge pull request #14454 from DaveTBlake/JSONPlayerGetItemFixDave Blake
[JSON]Fix Player.GetItem during track change seg fault
2018-09-25Merge pull request #14471 from ace20022/fix_vobsubsMartijn Kaijser
[videoplayer] Fix usage of external vob subtitles.
2018-09-25Merge pull request #14465 from fritsch/fixaudioRechi
DVDDemuxFFmpeg: correctly set probeBuffer size matching avioread chunk
2018-09-25Merge pull request #14472 from xbmc/revert-14278-win-smoothAnton Fedchin
Revert "VideoPlayer: WinRenderer - add smooth motion"
2018-09-24RPI: Be sure to register Alsa and Pulseaudio. This was broken in aNuno Senica
previous commit, making them unavailable in kodi. Add default audio device to Pi settings
2018-09-24Merge pull request #14470 from peak3d/timingMarkus Pfau
[Android] Fix rounding / type issue when adding VSYNC offset
2018-09-24Revert "VideoPlayer: WinRenderer - add smooth motion"Anton Fedchin
2018-09-24VideoPlayer: ffmpeg demuxer - fix out-of-bounds error related to probe bufferRainer Hochecker
2018-09-24[JSON]Fix Player.GetItem to avoid seg fault when request and track change ↵DaveTBlake
coincide
2018-09-24[videoplayer] Fix usage of external vob subtitles. While vob subs are added ↵ace20022
to the selection streams, the id of a temporary demuxer was added. But when the subtitle stream got opened/used, a new demuxer with another id was opened.
2018-09-24Merge pull request #14463 from Rechi/android/ndk18Martijn Kaijser
[android] use ndk 18
2018-09-24Merge pull request #14469 from ksooo/pvr-fix-getnextepgeventKai Sommerfeld
[PVR] Fix CPVRItem::GetNextEpgInfoTag to use the more flexible metho…
2018-09-24[Android] Fix rounding / type issue when adding VSYNC offsetpeak3d
2018-09-24Merge pull request #14466 from MartijnKaijser/droid_target26Martijn Kaijser
[droid] bump the target API to 26 defined in androidmanifest.
2018-09-24Merge pull request #14464 from mglae/lea_kodi_script_apportWolfgang Schupp
kodi.sh: add apport support
2018-09-24[android] use ndk 18Rechi
2018-09-24[depends] libffi: fix arm assembler syntaxRechi
2018-09-24[docs] correct android after 939755a81b & dc8e0a02feRechi
2018-09-24[android] defining _GLIBCXX_USE_C99_MATH_TR1 isn't required since d32bd6656fRechi
2018-09-24Merge pull request #14467 from wsnipex/redact_logMartijn Kaijser
[guiinfo] redact user/pass in debug logging
2018-09-24 [PVR] Fix CPVRItem::GetNextEpgInfoTag to use the more flexible method, ↵Kai Sommerfeld
which handles epg gaps correctly.
2018-09-24bump to v18.0 beta 4Martijn Kaijser