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 8D89C40CEB for ; Fri, 8 Jul 2022 23:49:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 82B2968BA1A; Sat, 9 Jul 2022 02:49:29 +0300 (EEST) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C133068BA08 for ; Sat, 9 Jul 2022 02:49:22 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 65D4534118A for ; Sat, 9 Jul 2022 01:49:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1657324162; bh=uUsHLO/bn1d7TVRJ2EhTuNrywcyPEbI8qB25xQzLOps=; h=Date:Subject:To:References:From:In-Reply-To; b=WEIqH2rEWLQPbqigotZ2TGyVM8QaOPDVFUGulCeQeAg9zVWEpJ88VaLlZv54dzwxc HRnQc4IjI6zaESbnPI4m+uVIj4n9ZP9BXDns8wgzTg4J1XWeVTbJvpPzAC1sm4Rxac tVLKJjBxIsnGUY836N4yw4v274kS3Dwz4aCaqthduGjyas4EGdIynEUghkhmZhzKi4 tjWZIYcWDVUSlC0zyjWNnbMHy23O0X+e0ClrVi4q0A2lEXx9VYRLXEgdd0AZnfO3eu 4RnkWd52CKBiTv62xJMiPF+MOMq8pG5r93yZLhPvj6lzH/uHQt3OuYNiklQW/tDMmQ pBuLmT3wi3dGg== Message-ID: Date: Sat, 9 Jul 2022 01:49:20 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.0 To: ffmpeg-devel@ffmpeg.org References: <20220708225404.23748-1-timo@rothenpieler.org> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH v2 0/8] ddagrab source filter, lavfi.c wrapped_avframe and dependent changes 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 09.07.2022 01:46, Soft Works wrote: > > >> -----Original Message----- >> From: ffmpeg-devel On Behalf Of >> Timo Rothenpieler >> Sent: Saturday, July 9, 2022 12:54 AM >> To: ffmpeg-devel@ffmpeg.org >> Cc: Timo Rothenpieler >> Subject: [FFmpeg-devel] [PATCH v2 0/8] ddagrab source filter, lavfi.c >> wrapped_avframe and dependent changes >> >> Since a bunch small stuff has changed since the last time I sent >> these >> one by one, here's the whole collection again. >> I intend to push the whole lot within the next 48h, so they all make > > 48h? > > If I'm not mistaken, the first submission was just two days ago: Yeah, and then a release deadline came up. > avutil/hwcontext_d3d11va: fix texture_infos writes on non-fixed-size pools > > I hadn't seen that one before: > > avutil/hwcontext_d3d11va: update hwctx flags from input texture Those were already discussed on IRC, and are basically fixing up a mess that was made when adding QSV interop. Right now it just trashes the heap without those patches. Just look at all the stuff happening in the qsv hwcontext. It relies on all of those flags being correct, but only did the bare minimum to ensure that. So this is a bunch of missing bits and pieces to at least not make it crash and burn. _______________________________________________ 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".