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 EDAD747064 for ; Fri, 25 Aug 2023 19:17:35 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8624A68C61B; Fri, 25 Aug 2023 22:17:32 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7113968C5A9 for ; Fri, 25 Aug 2023 22:17:25 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id C7C5D10601FE for ; Fri, 25 Aug 2023 19:17:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1692991044; 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=3nTveD4yzqb8waKjba+mTxi52+5sHFCQhidFjuZAc+I=; b=yiq6lhQCocS+DlMF1TWOCD5q3Bj38d2BpzcE0lNWw4nQ0vQQXvzyVkMn9vtOS5aZ Wy9XVTYaxLaWRbZ1Wveyp6zgkn5U7/2esQGmbsHWd0W2EO1Op4P9PxEk8GImyv+pq77 GXB4M1fFRTnpYo5bFiwZjiWjrA+5VpzYhCk5ttM8bHwZLdTIrv6X4zoAdqMVZO5VMG4 1ajP0g1oDCWGQH/XezCWsqzbf2pqinssBOFTMlA/n0p3g+ZXXrBkUck7wBp6Te911FZ hc0UQFoS/5WCEI9rSIr5ayTptTVsFYWvO7GBigiC2JwOXD1Z6NUyoX0wsrpZZqJLNR+ MqolCs7nFA== Date: Fri, 25 Aug 2023 21:17:24 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: <20230825083701.1513-1-tong1.wu@intel.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v6 1/9] libavutil: add hwcontext_d3d12va and AV_PIX_FMT_D3D12 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: Aug 25, 2023, 10:49 by tong1.wu-at-intel.com@ffmpeg.org: > V6 major changes > 1. the way d3dlibs created, adding a load function. Added dlclose in free function. > 2. Simplified the public sync API by only keeping av_d3d12va_wait_idle. > 3. Wrapping data->[0], data[1], data[2] into one single structure. > This hasn't fixed my issues with the previous version. av_d3d12va_wait_idle is in particular looks like a convenience function rather than something that must always be called for valid API usage. Also, we have dlopen/dlclose wrappers that you should be using instead. _______________________________________________ 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".