aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-12Merge pull request #13519 from malaterre/scan-video-titleArne Morten Kvarving
Scan video title
2018-03-12[PVR][guiinfo] GUIDialogSeekBar: Introduced control 402 for eog event seek ↵Kai Sommerfeld
percentage.
2018-03-12[GBM] add better vendor EGL header compatibilityAreaScout
2018-03-12[PVR] PVRGUIInfo: Fix PVR.EpgEventProgress to respect timeshifting.Kai Sommerfeld
2018-03-12[PVR][guiinfo] New GUI label: PVR.EpgEventSeekTime.Kai Sommerfeld
2018-03-12[PVR] Rename CPVRManager::GetStartTime and CPVRGUIInfo::GetPlayingTime to ↵Kai Sommerfeld
reflect the actual purpose.
2018-03-12[PVR][guiinfo] New GUI label: PVR.TimeshiftOffset.Kai Sommerfeld
2018-03-12[guiinfo] GUIInfoManager: Fix VideoPlayer.StartTime, which formerly only ↵Kai Sommerfeld
worked by luck, because Player.StartTime supported EPG events. Inteded implementation in PVR never was called.
2018-03-12[PVR] CPVRGUIInfo: Add support for radio channel groups to ↵Kai Sommerfeld
VIDEOPLAYER_CHANNEL_GROUP implementation.
2018-03-12[PVR] CPVRGUIInfo: Refactor: Get rid of horrible macros.Kai Sommerfeld
2018-03-12Merge pull request #13635 from koying/fixplayerloginChris Browet
FIX: crash: playerfactory is not initialized when using profile login
2018-03-12[lang][skin.estouchy] updated language files from Transifextxtranslation
2018-03-12[lang][skin.estuary] updated language files from Transifextxtranslation
2018-03-12[lang][kodi.core] automatic syntax corrections for the en_GB language filetxtranslation
2018-03-12Only UpdateInfo, not set current item and unnecessarily fetch db data, on ↵DaveTBlake
GUI_MSG_UPDATE_ITEM
2018-03-11Merge pull request #13631 from FernetMenta/currentitemRainer Hochecker
GUIInfoManager: revert 8809df940d265f79e3d529b6591a2c8333ed06d6, this…
2018-03-11Merge pull request #13629 from a1rwulf/gbm-windowinga1rwulf
[GBM] implement missing OnDisplayLost/OnDisplayReset notifications
2018-03-11Merge pull request #13636 from FernetMenta/cleanupRainer Hochecker
AE: init struct AESinkRegEntry
2018-03-11AE: init struct AESinkRegEntryRainer Hochecker
2018-03-11FIX: playerfactory is not initialized when using profile loginChris "Koying" Browet
2018-03-10Merge pull request #13628 from a1rwulf/ae-sink-disposalRainer Hochecker
Fix crash on exit
2018-03-10Merge pull request #13623 from pkerling/wayland-screensaverpkerling
[wayland] Add and use dummy OS screen saver implementation
2018-03-10[wayland] Add and use dummy OS screen saver implementationPhilipp Kerling
This is to avoid constant log spam when a compatible screen saver cannot be found.
2018-03-10Clarify when user wants to use tag onlyMathieu Malaterre
Signed-off-by: Mathieu Malaterre <mathieu.malaterre@gmail.com>
2018-03-09Merge pull request #13632 from MartijnKaijser/v18_alpha2Martijn Kaijser
bump to v18 alpha2
2018-03-09bump to v18 alpha2Martijn Kaijser
2018-03-09Merge pull request #13630 from FernetMenta/playtimeRainer Hochecker
VideoPlayer / pvr: set playing times to zero when opening a new file
2018-03-09[windowing][VideoPlayer] move renderer flush to VideoPlayerWolfgang Haupt
2018-03-09GUIInfoManager: revert 8809df940d265f79e3d529b6591a2c8333ed06d6, this class ↵Rainer Hochecker
is not designed for multithreading
2018-03-09pvr: fix current playing time with timeshift on channel switchRainer Hochecker
2018-03-09VideoPlayer: set playing times to zero when opening a new fileRainer Hochecker
2018-03-08[GBM] implement missing OnDisplayLost/OnDisplayReset notificationsWolfgang Haupt
2018-03-08[AudioEngine] add cleanup for alsa sinkWolfgang Haupt
This adds and registers a static cleanup method for ALSA sinks. It is needed to stop the static device monitors that are specific to ALSA. This fixes a crash when kodi is stopped - race condition caused by the hctl monitor that fires a device changed event when windowing is already down.
2018-03-08[AudioEngine] add a cleanup method to sink factory registryWolfgang Haupt
This adds the ability for sinks to register a cleanup function. When ActiveAESink's Dispose() is called, it will call Cleaup() on all registered Sinks. Be aware that the provided cleanup method must be static.
2018-03-08Merge pull request #13627 from koying/fixdroidx86libgpgChris Browet
FIX: [droid;x86] libgpg-error build
2018-03-08FIX: [droid;x86] libgpg-error buildChris Koying Browet
2018-03-08Merge pull request #13626 from Rechi/fixPackingAddonsRechi
[cmake] fix packing binary addons
2018-03-08[cmake][addons] write generated (addon|settings).xml into the build directoryRechi
2018-03-08[fix][cmake] addon-package depends on the packed addonRechi
2018-03-07Merge pull request #13619 from ksooo/pvr-cleanup-fullscreen-window-actionsKai Sommerfeld
[pvr][keymaps] Cleanup: Implement PVR 'direct channel input' and 'channel prev…
2018-03-07[input] Implement proper chaining for fallback windows.Kai Sommerfeld
2018-03-07[pvr][keymaps] Implement PVR 'direct channel input' and 'channel preview' ↵Kai Sommerfeld
actions/keybindings using virtual windows.
2018-03-07Merge pull request #13622 from pkerling/missing-includeRechi
Add missing #include
2018-03-07Add missing #includePhilipp Kerling
2018-03-07Merge pull request #13621 from xbmc/revert-13596-fix_aesink_stopRainer Hochecker
Revert "Fix crash when stopping the application"
2018-03-07Revert "Fix crash when stopping the application"Rainer Hochecker
2018-03-07Merge pull request #13615 from pkerling/wayland-improvpkerling
Fix Wayland frame throttling
2018-03-07Merge pull request #13596 from a1rwulf/fix_aesink_stopPeter Frühberger
Fix crash when stopping the application
2018-03-06[AudioEngine] fix crash when stopping the applicationWolfgang Haupt
The ALSADeviceMonitor and the ALSAHControlMonitor need to be stopped when the sink is destroyed. Otherwise it may trigger a "device change event" when the windowing system is destroyed and results in a segfault.
2018-03-06Merge pull request #13620 from FernetMenta/speedRainer Hochecker
VideoPlayer: VPV - drop obsolete code for ff