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 3B8E747D0B for ; Thu, 19 Oct 2023 01:31:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3C21768CAAD; Thu, 19 Oct 2023 04:31:47 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B337568C159 for ; Thu, 19 Oct 2023 04:31:40 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 6C6181060155 for ; Thu, 19 Oct 2023 01:31:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1697679100; 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=NVmjX0mzSfHKGqThEbM9EDszp3cM84jb3cYvZIFkaDQ=; b=qeuGDPLbcMtDo9VXR1dAMgL3TM8XwTbOPusT0fzgdKnV1xVmGqygOhQk2UOy17ML LC2S4ZWZJEwmZqsa+9tQ2sG76qZgdziaudE0jW5lnVxHG5yaPFj09KVrxw6PAJmDZ67 T2uomGpoeUFsWrXVKr+lG75vptj//CHXfOvJMUZTb2nlFijW1VO5ZgGiJGgBnoveXAM pqiMB+OD1mz0AJUY8QumsyC+9vE+U0mWZdKf5NxZBUK1ZJBOAvdy3sBYekAcxdKT21f VR0lfL3utGtpJqqxzwHG01VrDIYlqm1xFwfvAf/pMLnrsC9wFYB3awMrKdRlMoqd0z0 f3MmCRrvNA== Date: Thu, 19 Oct 2023 03:31:40 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: <20231018165516.275945-1-quinkblack@foxmail.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v2 2/2] fftools/ffplay: add hwaccel decoding support 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: Oct 18, 2023, 19:05 by quinkblack@foxmail.com: > > On 2023/10/19 00:55, Zhao Zhili wrote: > >> From: Zhao Zhili >> >> --- >> fftools/ffplay.c | 30 ++++++++++ >> fftools/ffplay_renderer.c | 117 ++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 147 insertions(+) >> > > With this patchset, I got a heap-use-after-free crash in vulkan decoder after seek. See ticket 10628 for ASAN information. > > https://trac.ffmpeg.org/ticket/10628 > Why are you reporting an issue for a patch that hasn't even been merged yet? _______________________________________________ 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".