From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id F236C495EA for ; Mon, 15 Apr 2024 00:45:17 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 06C1E68D0EE; Mon, 15 Apr 2024 03:45:15 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1C33768CF0F for ; Mon, 15 Apr 2024 03:45:09 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id B0ED4106014E for ; Mon, 15 Apr 2024 00:45:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1713141908; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=rTtd/RlOV5p8DsSpuwfJ5otwQrLBPG1gNoGHLKNawxk=; b=1y288gYK75Lht6U7ZmJ+uHL7x/hmvSHt2795Jtg0iYyjI9hn7HwCWMHe2do3mn2l EuHZo243bqFDLIJ+6FuZxtU8LF1LuxMLmyl440WljrdPp9D9eYH5aQ45+KtCB7quwvT eVDLgS1jXkWwh/6vw9VVYvQm0EneJxmNsgCbj4L5QUiY3MK9cfnphvtM6Rbpa97pZSs 0lEqyTpPYgfgIgvPEapK/qchNP6hS71rW4rawlPXcdQ2Rs2g9R1zNFA4I2N2kXN2mLo 4qyBDbjDJUYXKn4yKmkcJZzBj3v6jqwNdu4ixEwS/S042hNwE7Js1tICTcXNb++h9tQ N2mVlZ0fNw== Date: Mon, 15 Apr 2024 02:45:08 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] vulkan_av1: add workaround for NVIDIA drivers tested on broken CTS X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Apr 14, 2024, 14:49 by dev@lynne.ee: > The first release of the CTS for AV1 decoding had incorrect > offsets for the OrderHints values. > The CTS will be fixed, and eventually, the drivers will be > updated to the proper spec-conforming behaviour, but we still > need to add a workaround as this will take months. > Only NVIDIA use these values at all, so limit the workaround > to only NVIDIA. > > Meant to be applied on top of jkqxz's previous 2 patches. > > Patch attached. > Pushed after an approval from jkqxz. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".