Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-12 | Merge pull request #13519 from malaterre/scan-video-title | Arne 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 compatibility | AreaScout | |
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-12 | Merge pull request #13635 from koying/fixplayerlogin | Chris Browet | |
FIX: crash: playerfactory is not initialized when using profile login | |||
2018-03-12 | [lang][skin.estouchy] updated language files from Transifex | txtranslation | |
2018-03-12 | [lang][skin.estuary] updated language files from Transifex | txtranslation | |
2018-03-12 | [lang][kodi.core] automatic syntax corrections for the en_GB language file | txtranslation | |
2018-03-12 | Only UpdateInfo, not set current item and unnecessarily fetch db data, on ↵ | DaveTBlake | |
GUI_MSG_UPDATE_ITEM | |||
2018-03-11 | Merge pull request #13631 from FernetMenta/currentitem | Rainer Hochecker | |
GUIInfoManager: revert 8809df940d265f79e3d529b6591a2c8333ed06d6, this… | |||
2018-03-11 | Merge pull request #13629 from a1rwulf/gbm-windowing | a1rwulf | |
[GBM] implement missing OnDisplayLost/OnDisplayReset notifications | |||
2018-03-11 | Merge pull request #13636 from FernetMenta/cleanup | Rainer Hochecker | |
AE: init struct AESinkRegEntry | |||
2018-03-11 | AE: init struct AESinkRegEntry | Rainer Hochecker | |
2018-03-11 | FIX: playerfactory is not initialized when using profile login | Chris "Koying" Browet | |
2018-03-10 | Merge pull request #13628 from a1rwulf/ae-sink-disposal | Rainer Hochecker | |
Fix crash on exit | |||
2018-03-10 | Merge pull request #13623 from pkerling/wayland-screensaver | pkerling | |
[wayland] Add and use dummy OS screen saver implementation | |||
2018-03-10 | [wayland] Add and use dummy OS screen saver implementation | Philipp Kerling | |
This is to avoid constant log spam when a compatible screen saver cannot be found. | |||
2018-03-10 | Clarify when user wants to use tag only | Mathieu Malaterre | |
Signed-off-by: Mathieu Malaterre <mathieu.malaterre@gmail.com> | |||
2018-03-09 | Merge pull request #13632 from MartijnKaijser/v18_alpha2 | Martijn Kaijser | |
bump to v18 alpha2 | |||
2018-03-09 | bump to v18 alpha2 | Martijn Kaijser | |
2018-03-09 | Merge pull request #13630 from FernetMenta/playtime | Rainer Hochecker | |
VideoPlayer / pvr: set playing times to zero when opening a new file | |||
2018-03-09 | [windowing][VideoPlayer] move renderer flush to VideoPlayer | Wolfgang Haupt | |
2018-03-09 | GUIInfoManager: revert 8809df940d265f79e3d529b6591a2c8333ed06d6, this class ↵ | Rainer Hochecker | |
is not designed for multithreading | |||
2018-03-09 | pvr: fix current playing time with timeshift on channel switch | Rainer Hochecker | |
2018-03-09 | VideoPlayer: set playing times to zero when opening a new file | Rainer Hochecker | |
2018-03-08 | [GBM] implement missing OnDisplayLost/OnDisplayReset notifications | Wolfgang Haupt | |
2018-03-08 | [AudioEngine] add cleanup for alsa sink | Wolfgang 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 registry | Wolfgang 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-08 | Merge pull request #13627 from koying/fixdroidx86libgpg | Chris Browet | |
FIX: [droid;x86] libgpg-error build | |||
2018-03-08 | FIX: [droid;x86] libgpg-error build | Chris Koying Browet | |
2018-03-08 | Merge pull request #13626 from Rechi/fixPackingAddons | Rechi | |
[cmake] fix packing binary addons | |||
2018-03-08 | [cmake][addons] write generated (addon|settings).xml into the build directory | Rechi | |
2018-03-08 | [fix][cmake] addon-package depends on the packed addon | Rechi | |
2018-03-07 | Merge pull request #13619 from ksooo/pvr-cleanup-fullscreen-window-actions | Kai 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-07 | Merge pull request #13622 from pkerling/missing-include | Rechi | |
Add missing #include | |||
2018-03-07 | Add missing #include | Philipp Kerling | |
2018-03-07 | Merge pull request #13621 from xbmc/revert-13596-fix_aesink_stop | Rainer Hochecker | |
Revert "Fix crash when stopping the application" | |||
2018-03-07 | Revert "Fix crash when stopping the application" | Rainer Hochecker | |
2018-03-07 | Merge pull request #13615 from pkerling/wayland-improv | pkerling | |
Fix Wayland frame throttling | |||
2018-03-07 | Merge pull request #13596 from a1rwulf/fix_aesink_stop | Peter Frühberger | |
Fix crash when stopping the application | |||
2018-03-06 | [AudioEngine] fix crash when stopping the application | Wolfgang 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-06 | Merge pull request #13620 from FernetMenta/speed | Rainer Hochecker | |
VideoPlayer: VPV - drop obsolete code for ff |