From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 65611] UVD accelerated decoding causes hangs (ARUBA - HD 7540D)
Date: Fri, 27 Sep 2013 21:24:25 +0000 [thread overview]
Message-ID: <bug-65611-502-ZVK4JfSN2s@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-65611-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 1140 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=65611
--- Comment #3 from Pierre Ossman <pierre-bugzilla@ossman.eu> ---
I tried this patch:
diff -up ./src/gallium/drivers/radeon/radeon_uvd.c.vc1
./src/gallium/drivers/radeon/radeon_uvd.c
--- ./src/gallium/drivers/radeon/radeon_uvd.c.vc1 2013-09-27
23:10:44.292867514 +0200
+++ ./src/gallium/drivers/radeon/radeon_uvd.c 2013-09-27 23:14:45.384398128
+0200
@@ -1094,8 +1094,12 @@ int ruvd_get_video_param(struct pipe_scr
case PIPE_VIDEO_CODEC_MPEG12:
case PIPE_VIDEO_CODEC_MPEG4:
case PIPE_VIDEO_CODEC_MPEG4_AVC:
- case PIPE_VIDEO_CODEC_VC1:
return true;
+ case PIPE_VIDEO_CODEC_VC1:
+ /* Only advanced is supported */
+ if (profile == PIPE_VIDEO_PROFILE_VC1_ADVANCED)
+ return true;
+ /* fall through... */
default:
return false;
}
Yet my WMV3 file is still going through VDPAU. So either my file is advanced
profile and that is broken, or xbmc not fully respecting the list?
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1950 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2013-09-27 21:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-10 14:11 [Bug 65611] New: UVD accelerated decoding causes hangs (ARUBA - HD 7540D) bugzilla-daemon
2013-09-27 18:50 ` [Bug 65611] " bugzilla-daemon
2013-09-27 19:23 ` bugzilla-daemon
2013-09-27 21:24 ` bugzilla-daemon [this message]
2013-09-28 15:49 ` bugzilla-daemon
2013-10-01 18:34 ` bugzilla-daemon
2019-09-18 19:03 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-65611-502-ZVK4JfSN2s@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).