From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Christian_K=F6nig?= Subject: Re: UVD on RS880 Date: Tue, 14 Jan 2014 12:16:32 +0100 Message-ID: <52D51C90.9080207@vodafone.de> References: <52CE8E1C.7070205@pr.hu> <52CE92FA.5070204@vodafone.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from pegasos-out.vodafone.de (pegasos-out.vodafone.de [80.84.1.38]) by gabe.freedesktop.org (Postfix) with ESMTP id 483B6FAC10 for ; Tue, 14 Jan 2014 03:16:40 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: Chen Jie , Mike Lothian Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Am 14.01.2014 07:06, schrieb Chen Jie: > 2014/1/10 Mike Lothian : >> Fingers crossed this happens soon especially now that BluRays can be played >> on Linux >> >> 1080p VC1 does not play well on a Phenom II X4 even when multi threaded > It seems UVD based VC1 playback is broken?? > > With a Radeon 6570 card, neither X86 nor the loongson platform give me > a correct picture for my VC1 samples: > * http://dev.lemote.com/files/upload/software/temp/video-test/HDVideoSamples/VC1/Robotica_1080.wmv > * http://dev.lemote.com/files/upload/software/temp/video-test/HDVideoSamples/VC1/Wildlife.wmv For VC1 only the advanced profile is fully implemented/supported. The main and simple profile are only supported after a certain hw generation and still have some rather important bits missing in the current driver implementation. Christian.