aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-16bump to v18.0 rc4Martijn Kaijser
2018-12-16Merge pull request #15067 from lrusak/dvd-fix-process-info18.0rc3-LeiaMartijn Kaijser
VideoPlayer: release reference to m_pInputStream after usage
2018-12-16Merge pull request #15070 from DaVukovic/fix_15060Martijn Kaijser
[settings] Fix announcement call
2018-12-16Merge pull request #15045 from samnazarko/amlogic_fix_vertical_shiftMartijn Kaijser
RenderAML: support vertical shift
2018-12-16Merge pull request #15068 from lrusak/screenshot-fixMartijn Kaijser
Screenshot: simplify logic and bail out if no folder is set
2018-12-16Merge pull request #15047 from samnazarko/fix_aml_contrastMartijn Kaijser
AMLCodec: fix contrast setting
2018-12-16Merge pull request #15054 from popcornmix/omx3dMartijn Kaijser
OMXPlayerVideo: Send PLAYER_AVCHANGE message when stereo mode changes
2018-12-16Merge pull request #15032 from lrusak/libinput-absolute-motionMartijn Kaijser
libinput: add support for absolute pointer motion
2018-12-15Update README.FreeBSD.mdM Misch
All *proto have been merged into xorgproto on FreeBSD.
2018-12-15[settings] Fix announcement callDaVukovic
2018-12-14Screenshot: simplify logic and bail out if no folder is setLukas Rusak
2018-12-14VideoPlayer: release reference to m_pInputStream after usageLukas Rusak
2018-12-14Merge pull request #15056 from peak3d/mpeg4Markus Pfau
[Android] remove mpeg4 HD restriction / use dts for unknown pts for mpeg4
2018-12-14Merge pull request #15040 from afedchin/fix-14617Anton Fedchin
[windows] forcible change resolution (if required) on application starts
2018-12-13[Android] remove mpeg4 HD restriction / use dts for unknown pts for mpeg4peak3d
2018-12-13Merge pull request #15050 from afedchin/fix-win-bufferAnton Fedchin
VideoPlayer: WinRenderBuffer - reset m_locked state on release
2018-12-13OMXPlayerVideo: Send PLAYER_AVCHANGE message when stereo mode changespopcornmix
2018-12-13OMXPlayerVideo: Fix 3d horizontal/vertical mix uppopcornmix
2018-12-13Merge pull request #15043 from peak3d/resetcalMarkus Pfau
[Android] Reset calibrations if GUI limit changes
2018-12-13Merge pull request #15042 from popcornmix/mmaldvdMartijn Kaijser
MMALCodec: Keep videBuffer valid until next decode picture
2018-12-13VideoPlayer: WinRenderBuffer - reset m_locked state on releaseAnton Fedchin
2018-12-13[win10] forcible change resolution (if required) on application startsAnton Fedchin
2018-12-13[win32] forcible change resolution (if required) on application startsAnton Fedchin
2018-12-13Merge pull request #15029 from afedchin/fix-14735Anton Fedchin
[win32] fix wrong output size in case when system doesn't inform wind…
2018-12-13AMLCodec: fix contrast settingSam Nazarko
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
2018-12-12RenderAML: support vertical shiftSam Nazarko
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
2018-12-12Merge pull request #14971 from DaVukovic/Estuary-hidethumb-coreMartijn Kaijser
[settings] Hide episode thumb if unseen (core wise)
2018-12-12Merge pull request #15017 from rikardfalkeborn/const-correct-omxplayerRechi
[omxplayer] Make functions const correct
2018-12-12[Android] Reset calibrations if GUI limit changespeak3d
2018-12-12[win32] notify about resolution change in fullscreen exclusive mode.Anton Fedchin
2018-12-12[d3d11] fixed swap chain flags on resize and re-creation to allow switching ↵Anton Fedchin
display mode.
2018-12-12[win32] fix wrong output size in case when system doesn't inform windowing ↵Anton Fedchin
about desktop size change in true fullscreen. this should fix #14735
2018-12-12MMALRenderer: Destroy pool before componentpopcornmix
I did catch a seg-fault inside mmal_port_pool_destroy that was presumably caused by component being deleted first
2018-12-12MMALCodec: Keep videBuffer valid until next decode picturepopcornmix
VideoPlayerVideo expects this and it is required for DVD menus to be updated correctly.
2018-12-11[joystick.xml] Add more buttons to bring up OSD and Menu in EPGEmilVogt
This makes the <x> and <back> buttons open the OSD in FullscreenTV and FullscreenRadio, like they already do in FullscreenVideo. Also the <back> button can now be used in TVGuide/RadioGuide to open the Menu. Without this, there's no way to open it and <back> didn't have any function before, anyway.
2018-12-11Merge pull request #15028 from wsnipex/build-dateWolfgang Schupp
[cmake] make sure APP_BUILD_DATE is always set
2018-12-11Merge pull request #15011 from wsnipex/fix-ninjaWolfgang Schupp
[cmake] Fix ninja (fixes: #15008)
2018-12-11Merge pull request #15015 from enen92/reusesettingsenen92
[settings] Fix regression (setting reuse)
2018-12-10Merge pull request #15027 from peak3d/subposMarkus Pfau
[Android] evaluate default subtitle position if GUI res != screen res
2018-12-10libinput: add support for absolute pointer motionLukas Rusak
2018-12-10[Android] evaluate default subtitle position if GUI res != screen respeak3d
2018-12-10Merge pull request #15019 from wsnipex/fix-shader-loadingWolfgang Schupp
[ResetRenderSystem] exit early if RenderSystem hasn't been initialized
2018-12-10[cmake] make sure APP_BUILD_DATE is always setwsnipex
2018-12-09Merge pull request #15021 from anxdpanic/xbmcvfs_stat_docenen92
[docs] fixes for xbmcvfs.Stat
2018-12-09Merge pull request #15007 from chewitt/freetypeWolfgang Schupp
cmake: add freetype2 PATH_SUFFIX to FindFreeType.cmake
2018-12-09Merge pull request #15004 from wsnipex/build-dateWolfgang Schupp
[systeminfo] use timestamp for application build date from BUILDATE
2018-12-09Merge pull request #15020 from peak3d/pvrMarkus Pfau
[DemuxClient] Call SetStreamProps only if OpenStream succeeds
2018-12-08[docs] fixes for xbmcvfs.Statanxdpanic
2018-12-08[omxplayer] Make functions const correctRikard Falkeborn
2018-12-08[DemuxClient] Call SetStreamProps only if OpenStream succeedspeak3d