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 C274143001 for ; Sun, 17 Jul 2022 11:37:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6594A68B4C9; Sun, 17 Jul 2022 14:37:38 +0300 (EEST) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9835B680296 for ; Sun, 17 Jul 2022 14:37:32 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 5007A3A6883 for ; Sun, 17 Jul 2022 13:37:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1658057851; bh=yUMQlvLwuVIdW019K1SsF4cY4UXe/KUhbZQeBSbtI/Y=; h=Date:Subject:To:References:From:In-Reply-To; b=OUoexKNyyD3lmynoptTNjvaeQ51FrvhQ3sWtCi23M44CIKbrQ9Yb89cOfkczQobKg 9IliV3XVvrmlHvPDmMOzpG89KsNsWm1uOF06xVDQhpiY7VusqN1X0Tyx9yQ4VqSsBl WxBfa3MnWiUSVZJYqYWqhATRjjl/VEQiCA1IfoFkJGz8Ssf3u0rDyWPcQ/bbQE6Fkj 7fqE6wCPpXvVUIeupaBGW3H3Y/GFxRYXroAxHK5Y+gUoMcnW9X6/NrPzRxNttgx1Vl /rae2INh3d6y6U8Md2KISQF0g07ftzsCYvJb9EZ8GsZsUQLX4cReE+3uS09YsaMejz InI/1Xp9RM3kw== Message-ID: <952b21f7-29c5-3d90-f85b-703eaa1e0904@rothenpieler.org> Date: Sun, 17 Jul 2022 13:37:27 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.0.2 To: ffmpeg-devel@ffmpeg.org References: <20220708225404.23748-1-timo@rothenpieler.org> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: <20220708225404.23748-1-timo@rothenpieler.org> 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 00:53, Timo Rothenpieler wrote: > 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 it > in before 5.1 gets branched. > > Timo Rothenpieler (8): > fftools/ffmpeg: make debug_ts print raw filter output > avutil/hwcontext_d3d11va: fix mixed declaration and code > avutil/hwcontext_d3d11va: fix texture_infos writes on non-fixed-size > pools > avutil/hwcontext_d3d11va: update hwctx flags from input texture > avutil/hwcontext_d3d11va: add BGRA/RGBA10 formats support > avdevice/lavfi: output wrapped AVFrames > avdevice/lavfi: pass forward video framerate > avfilter: add vsrc_ddagrab I will push this series tonight, in about 8 hours from now. Last chance to delay this by reviewing or raising related concerns. _______________________________________________ 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".