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 69526441ED for ; Thu, 1 Sep 2022 23:47:11 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A093468BA38; Fri, 2 Sep 2022 02:47:07 +0300 (EEST) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F348568B83C for ; Fri, 2 Sep 2022 02:47:01 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 202E53D51C8 for ; Fri, 2 Sep 2022 01:47:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1662076021; bh=lRSNLHLC6aBRCNvBamnheNImKp7VNwY2YY4zRLtVP5g=; h=Date:Subject:To:References:From:In-Reply-To; b=XKOhE6uwJvpZkgxIW3XXA8xNKst+bPIdvWqJPG0psFVSJmjTHBdacfgfYMTjCPGxQ RoIg9GSb6RO5HXsTH23BGO2eEQDq1QGdQXP6HtjxvRq614KuHGBrOQDjboYy/0kyVl HqVT1Cb3kX0n2WLO2OCofZ5CHi3K4aDDZ8xqCkl2IfGXShOCZ4xNYUIV30jKrCNBY5 kSh7NubgT+EVtd18DUh4SSTu7a8oqH2bheziO9scydQm6AggDkSVnqeCqgsKwVleWQ HyXVJi3AWgzlPwjGm3C5LATEXEgNnJzBYuah+UdVy6KbLbP2uDDEBSvGnNNj9D3+19 xYA8P/QP1SFrQ== Message-ID: Date: Fri, 2 Sep 2022 01:46:59 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 To: ffmpeg-devel@ffmpeg.org References: <20220901233236.GP2088045@pb2> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: <20220901233236.GP2088045@pb2> Subject: Re: [FFmpeg-devel] [RFC] d3dva security hw+threads 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 02.09.2022 01:32, Michael Niedermayer wrote: > Hi all > > Theres a use after free issue in H.264 Decoding on d3d11va with multiple threads > I dont have the hardware/platform nor do i know the hw decoding code so i made > no attempt to fix this beyond asking others to ... hwaccel with multiple threads being broken is not exactly a surprise. So we could just disable that, and always have it be one single thread? _______________________________________________ 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".