aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-22Version: Bump to 18.2fritsch
2019-04-19Merge pull request #15942 from peak3d/LeiaMarkus Pfau
Fix / secure 2 code places
2019-04-19Fix / secure 2 code placespeak3d
2019-04-19GL: fix HAS_FLOAT_TEXTURE usagekszaq
In GLES shaders 'if defined(HAS_FLOAT_TEXTURE)' was always true as HAS_FLOAT_TEXTURE was always defined. Fix this by not defining HAS_FLOAT_TEXTURE when target does not support it and amend GL shaders to follow this behaviour.
2019-04-18Merge pull request #15926 from AkariDN/getartwork18a1rwulf
[VideoInfoScanner] don't call CVideoInfoDownloader::GetArtwork if plugin is used as a video source
2019-04-17Merge pull request #15931 from ksooo/leia-repo-bin-addonsRechi
Leia: Changed repo-binary-addons branch to 'Leia'.
2019-04-17Leia: Changed repo-binary-addons branch to 'Leia'.Kai Sommerfeld
2019-04-16[VideoInfoScanner] don't call GetArtwork for plugin sourcesAkariDN
2019-04-13Merge pull request #15910 from Rechi/addons18.2rc1-LeiaRechi
[addons] sync with repo
2019-04-13[addons] sync with repoRechi
2019-04-13Merge pull request #15904 from Rechi/darwin/iosPackagingRechi
[darwin][packaging] adjust minimum iOS version to 9.0 after 4020c8649d
2019-04-13[darwin][packaging] adjust minimum iOS version to 9.0 after 4020c8649dRechi
2019-04-13Merge pull request #15884 from lrusak/eglimage-linearLukas Rusak
CEGLImage: don't add modifiers if they are just linear
2019-04-13Merge pull request #15859 from kszaq/amlcodec_leiaMarkus Pfau
Amlogic fixes from community builds
2019-04-12Merge pull request #15882 from djp952/pvr-defaulttimertypeKai Sommerfeld
[PVR] Initialize timer info tag with first available timer type from client
2019-04-11Initialize timer info tag with first available timer type from client ↵djp952
instead of manual one-shot
2019-04-10Merge pull request #15867 from DaveTBlake/ServerMusicArtFixDave Blake
[Music]Fix art loading for music located on server
2019-04-10Merge pull request #15892 from DaveTBlake/LogfixbracketsDave Blake
Fix debug log statement in Windows NotificationClient
2019-04-10Fix log statement - remove { and } from format are not parsingDaveTBlake
2019-04-10Merge pull request #15880 from peak3d/pixelstoreMarkus Pfau
[LinuxRendererGLES] Fix pixelstore usage
2019-04-10Merge pull request #15889 from peak3d/colormodeMarkus Pfau
[Android] Add colorMode to android:configChanges to avoid restarts
2019-04-09[Android] Add colorMode to android:configChanges to avoid restartspeak3d
2019-04-09Fix pixelstore usagepeak3d
2019-04-09Merge pull request #15883 from lrusak/retroplayer-rgb555Lukas Rusak
CRenderBufferPoolGBM: use DRM_FORMAT_ARGB1555 for AV_PIX_FMT_RGB555
2019-04-08CEGLImage: don't add modifiers if they are just linearLukas Rusak
2019-04-08CRenderBufferPoolGBM: use DRM_FORMAT_ARGB1555 for AV_PIX_FMT_RGB555Lukas Rusak
2019-04-08Merge pull request #15877 from peak3d/3_2_pullbackMarkus Pfau
Find 3:2 pullback when searching for matching resolutions
2019-04-08Find 3:2 pullback when searching for matching resolutionspeak3d
2019-04-08Merge pull request #15873 from fritsch/discardPeter Frühberger
DVDDemuxFFmpeg: Do not discard stream indexes belonging to program
2019-04-08Merge pull request #15878 from peak3d/screen_offMarkus Pfau
[Android] Prevent modeswitch when native_window is invalid
2019-04-08Merge pull request #15879 from Rechi/cleanup/retroplayerRechi
[cleanup] remove retroplayer leftovers after #14209
2019-04-08[cleanup] remove retroplayer leftovers after 3ed099ae0dRechi
2019-04-08DVDVideoCodecAmlogic: fix div by 0 in FrameRateTrackingafl1
2019-04-08AMLCodec: update pts overflow for every frameafl1
2019-04-08[Android] Prevent modeswitch when native_window is invalidpeak3d
2019-04-07VideoSyncAML: Increase rendering thread priorotykszaq
2019-04-07DVDVideoCodecAmlogic: InstanceGuard fixafl1
Fix accidental hw decoding switch-off.
2019-04-07AMLUtils: Default resolution change to 1080pDmitry_L
If we get nothing we set resolution to 1080p instead of 720p
2019-04-07AMLUtils: turn 3D off for resolution switchkszaq
2019-04-07DVDDemuxFFmpeg: Do not discard stream indexes belonging to programfritsch
2019-04-06Merge pull request #15870 from DaveTBlake/SinglesSortsDave Blake
[Music]Fix singles node sort orders
2019-04-06Fix singles node sort orders - include year, playcount and lastplayed to be ↵DaveTBlake
consistent with songs (on albums)
2019-04-06Merge pull request #15857 from rmrector/fill-video-arttypesRyan Rector
Add available artwork to the video 'Choose art type' dialog
2019-04-06Fix loader skipping music files that are in library but located on a server ↵DaveTBlake
hence have dynpath starting "HTTP" and IsInternetStream returns true.
2019-04-06Merge pull request #15864 from DaveTBlake/ExportSongsDave Blake
Music lib export/import song playback history fix import use separate thread from GUI
2019-04-06Import music library data on a separate thread from GUI. This allows cancel ↵DaveTBlake
button on progress dialog to be clicked. Import song playback history data (play count, lastplayed and ratings) from xml.
2019-04-06Export song playback history - playcount, last played and ratings to single ↵DaveTBlake
xml file
2019-04-06Merge pull request #15845 from Memphiz/fix_15561_leiaMemphiz
[Application] - register Stereoscopicmanager for message target
2019-04-06Merge pull request #15860 from ronie/py-xmlronie
[python] update WindowXML docs
2019-04-06Merge pull request #15684 from kszaq/gles_simplifyPeter Frühberger
[GLES] Check for UNPACK_ROW_LENGTH support on renderer instantiation