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 6654745FDD for ; Sun, 28 May 2023 23:16:15 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DB44368C1F2; Mon, 29 May 2023 02:16:12 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 23BD668015A for ; Mon, 29 May 2023 02:16:07 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 406D6106035C for ; Sun, 28 May 2023 23:16:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1685315766; 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=hypc9iOBEWP+NVa6c+ZwMgMVkYWzA0Sr4KHCgNGFlZo=; b=QOz+i3w79dUu4zX7rX77TzIJ1hstbKhKvBe+jJZ9qVurhR2M8LeGS8oqL3m/0bmh DGbQ7d9ZaRCMTWtOavMWfGk4aka5m70gU64r4RfuRHnZUIWKdUbDPXjEBPBqTgU03/E jRCt8sCtZjZK0+dRi2dYBl4clqjtL1XSy2VIO5xudcG4Pn1dCJYuxl21leyXbFP30yH yn8pq9z4amqRZZOI++2xuJJOvuDITxCfxgAXk+jbIZ+v6ycBzgwWbw/1adNwIb6gFpc hYBqQ9ZHdj3x9KDngO1hynKJk7wZHzWZHKM5vXmg8ojifWd90jETnkAN4sFWChh8rmq GwRWsKib5g== Date: Mon, 29 May 2023 01:16:06 +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 99/99] Vulkan patchset - complete 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: May 28, 2023, 05:16 by dev@lynne.ee: > May 28, 2023, 04:53 by dev@lynne.ee: > >> This contains the entire Vulkan patchset, 99 patches from 4 authors. >> >> Thanks to everyone who contributed code, reviewed code, >> voiced their opinions and tested the code over the past 6 months. >> >> Patchset attached (1.1 Mb uncompressed, too large for the ML). >> > > Forgot to git add the FATE ref files for the new pixfmts and > to exclude apache-licensed files from fate-source, bringing > the total up to 100 patches. > Pushed the patchset. Again, thanks to everyone who contributed code, reviews, paid attention to it, and tested it. This is still new code, depending on new drivers, and a spec which was rather rushed out to be released, so issue reports are welcome. Currently, the spec has one known issue - sampling from video textures which have been decoded into does not trigger the boundary conditions, as the textures are oversized. This is not a problem for the decoder, but rather for API users who wish to present the images rather than download them. Doing so, there's visible corruption in the bottom 2 lines of the video. _______________________________________________ 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".