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 F22F445A76 for ; Sat, 13 May 2023 18:00:18 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A95F268BF5A; Sat, 13 May 2023 21:00:15 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E145568BF45 for ; Sat, 13 May 2023 21:00:08 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 806BD10602FB for ; Sat, 13 May 2023 18:00:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1684000808; 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=edqpzcdpwvC21Vu20l9p4/11X2P8Wzv69Gs+LNmWEvY=; b=GS9qAR0COXjPhi8P/5XdMCnFP/I8rk+BtSWX4zEOrXGKTJ+iFALtLvrVBpfdUYgI TWbaAhAseODUY5QlDHy7XXK31oEDuWHT23U84DaQb4I+6Yt9c2JC2MBNFt0CWR0o80W 54qAXZcRAPg4Uwz5BA8+OpMdH5E2o4z44IjKfcu/sMuCLl7dRIbTVqQ6LrjMfSakR+V vKrB/U54dIuAcMffuvM38icqK15MBpsOTrKgRiu0Ct5v7qns4aP/pmEsx/D4hgpyMav T10XB2z5cM4xSGLFMNUhRXpGoRJdVZgbyqr5FRFvq/uIM5eO3y5HtewcVhtlxsaOq7l BroClNCZzg== Date: Sat, 13 May 2023 20:00:08 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20230513154230.27485-1-ffmpeg@haasn.xyz> References: <20230513154230.27485-1-ffmpeg@haasn.xyz> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v3] lavfi/vf_libplacebo: allow operation without avhwdevice 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 13, 2023, 17:42 by ffmpeg@haasn.xyz: > From: Niklas Haas > > Recent versions of libplacebo have required Vulkan versions incompatible > with lavu Vulkan hwcontexts. While this is expected to change > eventually, breaking vf_libplacebo every time there is such a transition > period is obviously undesired behavior, as the following sea of bug > reports shows. > > This commit adds a fallback path for init_vulkan failures which simply > creates an internal device if there was no user-supplied Vulkan hwaccel. > Useful when no interop with lavu vulkan hwframes is needed or desired, > and makes using this filter easier inside certain applications. > > Fixes: https://github.com/haasn/libplacebo/issues/170 > Fixes: https://github.com/mpv-player/mpv/issues/9589#issuecomment-1535432185 > Fixes: https://github.com/mpv-player/mpv/issues/11363 > Fixes: https://github.com/mpv-player/mpv/issues/11685#issuecomment-1546627082 > Closes: https://code.videolan.org/videolan/libplacebo/-/issues/270 > Looks good to me now Thanks _______________________________________________ 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".