aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-18Merge pull request #14448 from pkerling/wayland-finalpkerling
Fix Wayland signal handling destructor and final marking
2018-09-18Merge pull request #14447 from pkerling/eglutils-checkpkerling
Add missing m_eglDisplay check
2018-09-18Fix Wayland signal handling destructor and final markingPhilipp Kerling
There is no actual problem, but CLang complained (rightfully) that struct Data is not marked final, so let's fix it.
2018-09-18Add missing m_eglDisplay checkPhilipp Kerling
2018-09-18utils: CPUInfo: use sysfs-devices-soc to gather more system infoNeil Armstrong
New Linux embedded systems uses the new sysfs soc device interface to store the SoC family, id and the board model. Use this for the Kodi CPUInfo. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
2018-09-18utils: SystemInfo: Use sysfs-devices-soc on Linux if availableNeil Armstrong
New Linux embedded systems uses the new sysfs soc device interface to store the SoC family, id and revision and the board model. Use this for the Kodi SystemInfo. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
2018-09-18utils: Add CPU SoC informationNeil Armstrong
Add a new line in GUIWindowSystemInfo to display the actual SoC (System-On-Chip) used on the system only if the information is available, otherwise it's not showed. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
2018-09-17Merge pull request #14436 from garbear/rp-player-actionsGarrett Brown
GUIWindowManager: Don't mess with RetroPlayer when activating windows
2018-09-17Merge pull request #13493 from rmrector/tothee-return-tomeRainer Hochecker
ActivateWindow return reset history if different starting path
2018-09-17Merge pull request #14403 from rozhuk-im/masterKai Sommerfeld
WebDAV: Fix folder display names for WebDAV sources.
2018-09-17Merge pull request #14443 from FernetMenta/edgeRainer Hochecker
VideoPlayer: fix edge case where input stream sets chunk size for liv…
2018-09-17Merge pull request #14444 from ace20022/addstream_nullRainer Hochecker
[videoplayer] Fix crash if demuxffmpeg's AddStream method returns null.
2018-09-17Merge pull request #14442 from ksooo/trac18020Kai Sommerfeld
[PVR] CFileItem PVR ctors: No need to set label2
2018-09-16RetroPlayer: Don't clear rewind buffer on resetGarrett Brown
This enables rewinding past an accidental reset action.
2018-09-16[videoplayer] Fix crash if demuxffmpeg's AddStream method returns null.ace20022
2018-09-16VideoPlayer: fix edge case where input stream sets chunk size for live streamRainer Hochecker
2018-09-16Merge pull request #14440 from Rechi/cleanup/yuv2rgb.neonRechi
[cleanup] yuv2rgb.neon isn't used since #9719
2018-09-16[cleanup] yuv2rgb.neon isn't used since 241250bRechi
2018-09-16[PVR] CFileItem PVR ctors: No need to set label2; this will be done on ↵Kai Sommerfeld
demand by GUIMediaWindow which has the view data needed to set the correct values (e.g. long vs. short date format). - fixes trac#18020
2018-09-16Merge pull request #14441 from ksooo/keymaps-numpad-periodKai Sommerfeld
[keymaps] Map key 'numpad period' to action 'channel number separator'.
2018-09-16Merge pull request #14439 from ksooo/guiinfo-fix-listitem-dbtypeKai Sommerfeld
[guiinfo] Fix Listitem.DBType not working for music videos.
2018-09-15Merge pull request #14435 from peak3d/speedMarkus Pfau
[CURL] Update to version 7.61.1
2018-09-15[keymaps] Map key 'numpad period' to action 'channel number separator'.Kai Sommerfeld
2018-09-15AESinkAudioTrack: Support multi channel floatfritsch
2018-09-15[CURL] calculate download speed for libCurl version < 7.58.0peak3d
2018-09-15[depends] bump libCURL version to 7.61.1peak3d
2018-09-15Merge pull request #14411 from Memphiz/ios_libdvdcssRechi
[ios] - use libdvdcss
2018-09-15Fix displaying watched items in plugins and restore functionality after #14409AkariDN
2018-09-15[guiinfo] Fix Listitem.DBType not working for music videos.Kai Sommerfeld
2018-09-14RetroPlayer: Fix no game input after controller shuts offGarrett Brown
This fixes input dropping and never resuming in the game when a controller disconnects, such as for low-battery situations.
2018-09-14GUIWindowManager: Don't mess with RetroPlayer when activating windowsGarrett Brown
2018-09-14[ios] - enable dvdcss (allows encrypted dvd playback on ios)Memphiz
2018-09-14[depends] - switch to ios compatible dvdcss versionMemphiz
2018-09-14Merge pull request #14429 from ace20022/bd_mouse_selectAndreas Zelend
[bluray] Improve menu and still mode handling.
2018-09-14[bluray] Fix and improve still mode handling. Some disc use it as pause.ace20022
2018-09-14Merge pull request #14428 from fritsch/dtshrPeter Frühberger
AEBitstreamPacker: Differentiate between DTS-HD-MA and DTS-HD-HR
2018-09-13AESinkXAudio: Transition for DTS-HD-MA DTS-HD-HR separationfritsch
2018-09-13AESinkOSS: Transition for DTS-HD-MA DTS-HD-HR separationfritsch
2018-09-13AESinkWASAPI: Transition for DTS-HD-MA DTS-HD-HR separationfritsch
2018-09-13AESinkAUDIOTRACK: Transition for DTSHD_MA DTSHD separationfritsch
2018-09-13AESinkALSA: Implement DTS-HD-HRfritsch
2018-09-13ActiveAE: Differentiate DTS-HD-MA and DTS-HD-HRGraham Horner
2018-09-13Merge pull request #14430 from peak3d/perilogMarkus Pfau
Fix log format string in PeripheralJoystick
2018-09-13Merge pull request #14405 from DaveTBlake/ArtistSortSettingDave Blake
[Music]Setting to use artist sortname when sorting by artist
2018-09-13Fix log format string in PeripheralJoystickpeak3d
2018-09-13Merge pull request #14423 from ksooo/pvr-fix-recording-thumbnailKai Sommerfeld
[PVR] Fix recording thumbnail/channel logo not displayed in video OSD.
2018-09-13[bluray] Improve menu detection.ace20022
2018-09-12Merge pull request #14409 from garbear/fix-plugin-exitGarrett Brown
Fix parent directory ".." not exiting plugins providing multiple types
2018-09-12[PVR][guiinfo][Estuary] Video OSD: Fix fallback to channel logo not working ↵Kai Sommerfeld
if recording has no thumbnail.
2018-09-12[PVR] Fix recording thumbnail not displayed in video OSD.Kai Sommerfeld