TO DEVELOPERS - vdpau video accelerating support needed

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mael
Newbie
Newbie
Posts: 1
Joined: Thu Apr 02, 2015 6:24 am

TO DEVELOPERS - vdpau video accelerating support needed

Post by mael »

hi,

vdpau hardware accelerated videoplayback via the gpu is on most linux distributions already stable and supported by all major gpu vendors like amd, nvidia and intel.

http://www.freedesktop.org/wiki/Software/VDPAU/

under the gentoo linux distribution the vaapi video acceleration is currently not working with amd radeon gpus, vdpau does perfectly!

for happy amd radeon owners : http://www.x.org/wiki/RadeonFeature/

for you nvidia folks : http://nouveau.freedesktop.org/wiki/FeatureMatrix/

i tested it with my amd radeon r7 240 and it works with vlc and libav smoothly without any problems! on my older dualcore box it has reduced cpu usage by vlc process ca. 70% while playing videos !!!

it would speed up video massivly! (example : fullscreen video playback in steam shop, reduce the possibility of tearing effects and many games would benefit from vdpau support too!)

i think vaapi is a dying api, so we need native vdpau support in wine! has this already been considered by the wine developers? is there already a timetable for this?

thanks for considering this cool enhancement for wine
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: TO DEVELOPERS - vdpau video accelerating support needed

Post by dimesio »

There was a discussion on wine-devel about a year ago. https://www.winehq.org/pipermail/wine-d ... 03703.html
shished
Level 1
Level 1
Posts: 6
Joined: Sun Feb 22, 2015 9:42 am

Re: TO DEVELOPERS - vdpau video accelerating support needed

Post by shished »

DXVA2 supprt was added to wine-staging not so long time ago.
Launch winecfg with it and enable DXVA2 support in the 'staging' tab.
Locked