Kodi Community Forum

Full Version: How to Install XBMC PVR Xvba for AMD/Nvidia/Intel GPUs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Since you guys are rewriting VDPAU, would it make sense to make sure it works with new Open-Source UVD [1] before merging with mainline?

[1] http://www.phoronix.com/scan.php?page=ar..._uvd&num=1
(2013-04-03, 07:24)pvautrin Wrote: [ -> ]Since you guys are rewriting VDPAU, would it make sense to make sure it works with new Open-Source UVD [1] before merging with mainline?

[1] http://www.phoronix.com/scan.php?page=ar..._uvd&num=1
LOL we'll believe it when we see it.
@pvautrin:
Read the news again - but there is something other, the OSS UVD implementation has mpeg-2 and mpeg-4

Quote:+static uint32_t profile2stream_type(enum pipe_video_profile profile)
+{
+ switch (u_reduce_video_profile(profile)) {
+ case PIPE_VIDEO_CODEC_MPEG4_AVC:
+ return RUVD_CODEC_H264;
+
+ case PIPE_VIDEO_CODEC_VC1:
+ return RUVD_CODEC_VC1;
+
+ case PIPE_VIDEO_CODEC_MPEG12:
+ return RUVD_CODEC_MPEG2;
+
+ case PIPE_VIDEO_CODEC_MPEG4:
+ return RUVD_CODEC_MPEG4;
+
+ default:
+ assert(0);
+ return 0;
+ }
+}
Next first look: It does seem, that there is _no_ deinterlacing implemented.
Hello,

After upgrading to the latest version from git-tested when I start a movie the screen turns blank and it stays like that even if I stop the movie. Sound is working ok.

Anyone getting this?

Thanks

LE: log
No bug without a debug.log
I added the bug log in the original post. Sorry for that.
You have:
Code:
<gui>
<algorithmdirtyregions>1</algorithmdirtyregions>
<visualizedirtyregions>false</visualizedirtyregions>
<nofliptimeout>0</nofliptimeout>
</gui>

This is _not_ safe, please use algorithm 3 and a positive fliptimeout.
Modified the file as suggested in post 1 now but still the same thing.

LOG
Which catalyst is this? Can you just for testing, please disable "Adjust Refreshrate" to match video?
Catalyst 12.9 and it works without "Adjust Refreshrate".
Before this if I tried to modify the refresh rate manualy it also blanked out at 23.9xx

LOG
What happens, if you switch the refreshrate before you start xbmc?

One other thing, concerning your audio
Code:
CSoftAE::InternalOpenSink - Using speaker layout: 2.1

are you sure with the 2.1?

next error, libcec2:
sudo apt-get install libcec2

I have some time tomorrow and will look into the xrandr problem. Thanks for the report.
I have a soundbar with subwoofer using a hdmi passthrough so 2.1.
I will install libcec2 and give you a log after that.
libcec will not fix the black screen of course, just found it while reading the logfile.
Anyone noticed this http://www.phoronix.com/scan.php?page=ar..._uvd&num=1

Will existing AMD users benefit from this ?