aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-03-17VideoPlayer: fix setting starttime manuallyRainer Hochecker
2018-03-17Merge pull request #13659 from mooninite/wrapperRechi
DllLoader: Update variable to use standard va_list type
2018-03-17AudioEngine: XAudio - fix audio playback for live streams.Anton Fedchin
2018-03-16Merge pull request #13656 from afedchin/ae-xaudio-fixAnton Fedchin
AudioEngine: XAudio - rework delay calculation based on currently pla…
2018-03-16DllLoader: Update variable to use standard va_list typeMichael Cronenworth
The _G_ types were ancient, internal-only types defined in _G_config.h and are now deprecated. https://sourceware.org/ml/libc-announce/2018/msg00000.html https://sourceware.org/git/?p=glibc.git;a=commit;h=48a8f8328122ab8d06b7333cb87be46feeaf7cca Signed-off-by: Michael Cronenworth <mike@cchtml.com>
2018-03-16AudioEngine: XAudio - rework delay calculation based on currently played ↵Anton Fedchin
samples.
2018-03-16Merge pull request #13653 from peak3d/repeatMarkus Pfau
[AddonVideoCodec] (Re)initialize all VideoPicture members
2018-03-16Merge pull request #13569 from pkerling/pthread_setnamepkerling
Fix thread naming on Linux and Darwin
2018-03-16Merge pull request #13655 from afedchin/dx-fixAnton Fedchin
VideoPlayer: DirectX - fix rendering 10bit video on hw/os which doesn…
2018-03-16VideoPlayer: DirectX - fix rendering 10bit video on hw/os which doesn't ↵Anton Fedchin
support planar format as shader resource.
2018-03-16Initialize all VideoPicture memberspeak3d
2018-03-16[fix] don't add TARGET_RASPBERRY_PI & _ARMEL two times to ARCH_DEFINESRechi
accidentally got lost during rebase at b41f8c2ab8
2018-03-17Merge pull request #13638 from graysky2/masterRechi
Add support for Raspberry Pi 3 (Cortex-A53) at build time (v18)
2018-03-17Merge pull request #13649 from DaveTBlake/SongLoadOnlyDBDave Blake
[Music]Fix when song info dialog called by Python with non-array artistid property
2018-03-17Merge pull request #13661 from afedchin/ae-xaudio-fixAnton Fedchin
AudioEngine: XAudio - fix audio playback for live streams.
2018-03-16add support for RPi3graysky
2018-03-16Merge pull request #13651 from ksooo/pvr-guiinfo-2Kai Sommerfeld
[guiinfo][PVR] Another bunch of (PVR) guiinfo fixes and improvements
2018-03-16VideoPlayer: consider manually set starttime when seekingRainer Hochecker
2018-03-16Merge pull request #13648 from FernetMenta/strmRainer Hochecker
fix playing video strm files with autoplay
2018-03-16offload videodb task from mainthread to jobRainer Hochecker
2018-03-15[guiinfo] ListItem.Duration now supports time format strings.Kai Sommerfeld
2018-03-15[guiinfo] All labels using time format strings now support new formats ↵Kai Sommerfeld
'secs' 'mins' and 'hours' (Example: Player.Duration for a 145 minutes movie: hh:mm:ss=2:25:00, hh=2, mm=25, ss=0, hours=2, mins=145, secs=8700).
2018-03-15[PVR][guiinfo] PVRGUIInfo: PVR.EpgEventDuration, ↵Kai Sommerfeld
PVREpgEvent(Elapsed|Remaining|Finish|Seek)Time, PVR.Timeshift(Start|Cur|End|Offset) now support time format strings.
2018-03-15[PVR] PVRGUIChannelNavigator: Optimize to only call ↵Kai Sommerfeld
CGUIInfoManager::SetCurrentItem if the channel to play/preview actually has changed.
2018-03-15[guiinfo] GUIInfomanager cleanup: Fix documentation for method ↵Kai Sommerfeld
SetCurrentItem (param 'blocking' was removed long time ago.
2018-03-15[PVR] PVRGUIInfo: Fixed PVR.EpgEventDuration, ↵Kai Sommerfeld
PVR.EpgEvent(Elapsed|Remaining|Finish)Time to support channel preview.
2018-03-15[PVR] PVRGUIInfo: Cleanup: Use CPVRItem in CPVRGUIInfo::TranslateIntInfo ↵Kai Sommerfeld
implementation.
2018-03-15skin changes need for PR12850ronie
2018-03-15[vaapi] Soften FFmpegPostproc failure log level, delay dllSSE4 loadPhilipp Kerling
FFmpegPostproc failing is expected on mesa VAAPI drivers since we do not support in conjunction with vaExportSurfaceHandle and those drivers cannot do vaDeriveImage.
2018-03-15[vaapi] Adjust postproc choice for mesa limitationsPhilipp Kerling
Videos <=1080p will now use CVppPostproc even when no deinterlacing is performed, so that it can be dynamically switched on/off.
2018-03-14Merge pull request #13573 from hudokkow/revert_PR12490_revertRechi
[swig] Revert PR #12490 now Trusty is no longer supported/able to build
2018-03-14[swig] Revert PR #12490 now Trusty is no longer supported/able to buildh.udo
2018-03-14Fix crash if song item artistid property is not an array i.e. an addon has ↵DaveTBlake
set it incorrectly
2018-03-14Merge pull request #13640 from DaveTBlake/UpdateInfoOnlyDave Blake
Avoid unncecessary DB access by GUI on update item when app processing GUI_MSG_UPDATE_ITEM messages
2018-03-14playlist: consider dynpath when creating playlistsRainer Hochecker
2018-03-14consider dynpath when testing for internet streamRainer Hochecker
2018-03-14set dynPath for videovb itemsRainer Hochecker
2018-03-14Merge pull request #13646 from malaterre/avi-video-infoArne Morten Kvarving
Add support for scanning AVI files
2018-03-14Fix thread naming on Linux and DarwinPhilipp Kerling
Added some years ago, #define got lost in autoconf -> cmake conversion.
2018-03-14Add support for scanning AVI filesMathieu Malaterre
Signed-off-by: Mathieu Malaterre <mathieu.malaterre@gmail.com>
2018-03-14Merge pull request #13645 from ↵Kai Sommerfeld
ksooo/videoplayer-inputstreampvrmanager-remove-idisptime [videoplayer][pvr] Remove deprecated IDispTime from CDVDInputStreamPV…
2018-03-13Merge pull request #13633 from FernetMenta/starttimeRainer Hochecker
VideoPlayer: set starttime to zero if streaminfo is skipped
2018-03-13[PVR] PVRGUIInfo cleanup: Now, that vp does no longer call ↵Kai Sommerfeld
GetTotalTime/GetElapsedTime, nobody wants milliseconds anymore - seconds is sufficient granularity.
2018-03-13[videoplayer][pvr] Remove deprecated IDispTime from ↵Kai Sommerfeld
CDVDInputStreamPVRManager implementation and now obsolete data fetching from the CPVRGUIInfo methods once called by CDVDInputStreamPVRManager as none of the remaining callers does rely on immediate data availability - it's just UI labels now.
2018-03-13Merge pull request #13642 from ksooo/pvr-guiinfoKai Sommerfeld
[PVR][guiinfo][Estuary] Bunch of PVR guiinfo fixes and improvements
2018-03-13Merge pull request #13644 from ksooo/fix-profile-switch-crashKai Sommerfeld
[peripherals] Make CPeripherals::Initialise survive getting called wh…
2018-03-13[peripherals] Make CPeripherals::Initialise survive getting called when it ↵Kai Sommerfeld
is already initialisid. Fixes crash on profile switch after c5f5579
2018-03-13VideoPlayer: set starttime to zero if streaminfo is skippedRainer Hochecker
2018-03-12Merge pull request #13643 from AreaScout/masterLukas Rusak
[GBM] add better vendor EGL header compatibility
2018-03-12Merge pull request #12857 from phate89/use_our_api_scrapersphate89
Use our api to set info on python scrapers