https://bugs.freedesktop.org/show_bug.cgi?id=68845
Priority: medium Bug ID: 68845 Assignee: dri-devel@lists.freedesktop.org Summary: VDPAU/UVD regression Severity: normal Classification: Unclassified OS: Linux (All) Reporter: slash@ac.auone-net.jp Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Drivers/Gallium/r600 Product: Mesa
Mplayer with VDPAU shows garbage for some videos. The same videos play fine with older mesa. So I bisected mesa and the result is:
53e20b8b418cc85e13d70f41ce160e17847a5096 is the first bad commit commit 53e20b8b418cc85e13d70f41ce160e17847a5096 Author: Christian König christian.koenig@amd.com Date: Mon Jul 15 01:50:24 2013 -0600
vl: use a template for create_video_decoder
Signed-off-by: Christian König christian.koenig@amd.com
:040000 040000 44292598330b8e3aba03bf8acd325e46d48f45dc a77402a17cfcdd893cc8f11805437e4d6eb0af22 M src
Steps to reproduce:
1. Download 854x480 H.264 video from http://www.bigbuckbunny.org/index.php/download/ 2. Play it with mplayer using VDPAU. That is to say, mplayer -vo vdpau -vc ffh264vdpau big_buck_bunny_480p_h264.mov
https://bugs.freedesktop.org/show_bug.cgi?id=68845
--- Comment #1 from Kusanagi Kouichi slash@ac.auone-net.jp --- Created attachment 85059 --> https://bugs.freedesktop.org/attachment.cgi?id=85059&action=edit screenshot with mesa snb-magic-17559-gd13003f
https://bugs.freedesktop.org/show_bug.cgi?id=68845
--- Comment #2 from Kusanagi Kouichi slash@ac.auone-net.jp --- Created attachment 85060 --> https://bugs.freedesktop.org/attachment.cgi?id=85060&action=edit screenshot with mesa snb-magic-17560-g53e20b8
https://bugs.freedesktop.org/show_bug.cgi?id=68845
Christian König deathsimple@vodafone.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Christian König deathsimple@vodafone.de --- Thanks for the info, accidentally removed the width/height alignment with this commit.
So any video not aligned to 16 in it's width/height showed this problem.
dri-devel@lists.freedesktop.org