Kodi Community Forum
Initial native support for DXVA2 in SVN - Time to say goodbye to your firstborns - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Initial native support for DXVA2 in SVN - Time to say goodbye to your firstborns (/showthread.php?tid=69306)



- TjaLfE - 2010-02-05

Hi...

Anyone else having problems with MKV files resulting in black screen? and when hitting esc, and the menu overlay comes up, the video is playing smooth like a cat in the background?

When pressing tab to get back to fullscreen, it turns black again

I'm running
Core i5
ATI 5850
dual screensetup with extended desktop, starting xbmc on the primary monitor


- Bob___ - 2010-02-05

TjaLfE Wrote:Hi...

Anyone else having problems with MKV files resulting in black screen? and when hitting esc, and the menu overlay comes up, the video is playing smooth like a cat in the background?

When pressing tab to get back to fullscreen, it turns black again

I'm running
Core i5
ATI 5850
dual screensetup with extended desktop, starting xbmc on the primary monitor

What skin do you use?


- elupus - 2010-02-05

bob:
That sounds line i'm not clipping the output correctly. Could you bring up OSD and change the zoom settings to zoom out and see if you get image


- nekrosoft13 - 2010-02-05

just tried 27482, DXVA doesn't seem to work, if i set it to DXVA i get black screen and audio starts to loop and XBMC stops respoding.

any idea?

Phenon 9550
780G board with onboard 3200 radeon
4gb ram
windows 7 64bit


- TjaLfE - 2010-02-05

Bob.. i'm using Confluence


- thrasherx - 2010-02-05

I'm getting the green screen on my ATI HD2600 with xbmc-r27482-trunk. It seems as though this issue was cleared up. Am I missing something?


- elupus - 2010-02-05

thrasherx:
ati's still seems abit shaky

nekrosoft13:
debug log would be interesting


- Kevin Jones - 2010-02-05

Like others earlier in this thread I have been having problems compiling over the last few days. I have tried the suggestions but still get the dxva.h syntax errors et al. Could someone post their include and lib settings? I am using VS2008. Thanks.


Support for GeForce 8400M GS? - joedeal - 2010-02-05

Hello, I have been trying these builds on my laptop that has Nvidia GeForce 8400M GS onboard video. I am not able to playback 1080p mkv files. Playback is extremely pixelated and choppy...although the CPU usage is very low (around 20%). 720p mkvs playback just fine with around 10% CPU usage. Any info is greatly appriciated. Oh, using Windows 7. TIA.

FYI - this same laptop with Ubuntu installed can play these 1080p files back perfectly via VDPAU. So I assume the 8400M GS is capable of hardware acceleration....?


- tiben20 - 2010-02-05

Kevin Jones Wrote:Like others earlier in this thread I have been having problems compiling over the last few days. I have tried the suggestions but still get the dxva.h syntax errors et al. Could someone post their include and lib settings? I am using VS2008. Thanks.
Cant you post in a pastebin the compile log too see what is the error you get. Im not sure if its required but the link for the directx sdk in the xbmc wiki is still the summer 2004 version. And im pretty sure every developer are currently using a 2009 version.


- nekrosoft13 - 2010-02-05

elupus Wrote:nekrosoft13:
debug log would be interesting

here you go
http://pastebin.com/f755786f9


- elupus - 2010-02-06

Kevin Jones:
Do a search for the file dxva.h in your Program Files folder on your computer. You aught to fine it, that folder needs to be in your include. If it is please pastebin your dxva.h file


Green screen - DanneXBMC - 2010-02-06

I´m getting green screen only when selecting True full screen if selecting full screen window it works perfect !!

ATI RAEDON HD3200

Thank you for the excellent work!


- PULARITHA - 2010-02-06

i try this with my new intel i3 cpu with "intel hd graphics", but it don´t works. cpu load is the same with standard settings.


- Kevin Jones - 2010-02-06

elepus:

The errors I am getting:

http://pastebin.com/m2ff5988

and the contents of

dxva.h:

http://pastebin.com/m1111544f

I was using the Summer 2004 directx sdk but I thought I would try with 2009 version and that didn't make any difference. My includes are:

C:\Program Files\Microsoft DirectX SDK (August 2009)\Include
C:\Program Files\Microsoft SDKs\Windows
$(VCInstallDir)include
$(VCInstallDir)atlmfc\include
$(FrameworkSDKDir)include


Thanks for helping.