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 ED313495D4 for ; Tue, 13 Aug 2024 08:28:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 01B3568D9E0; Tue, 13 Aug 2024 11:28:33 +0300 (EEST) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0D69C68D989 for ; Tue, 13 Aug 2024 11:28:27 +0300 (EEST) Authentication-Results: mail0.khirnov.net; dkim=pass (2048-bit key; unprotected) header.d=khirnov.net header.i=@khirnov.net header.a=rsa-sha256 header.s=mail header.b=lco9JeVI; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 95272240DB7 for ; Tue, 13 Aug 2024 10:28:26 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id dqPSwu_BN9rY for ; Tue, 13 Aug 2024 10:28:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1723537705; bh=JkmWvne5ATHmoKIzRTUG+A1p3SeLJ0/jG8/hwUDCvQM=; h=Subject:From:To:In-Reply-To:References:Date:From; b=lco9JeVI+afUP+kFktOUonlChWLCpp0dTwlHyfQ15fIrhhS2Jz7f8yHZhIG64v9ZX UK8uK1sueodQh7aQsUcZpWP5ubeNYz8yGOqtAeaIs6/bzTEb72zfZm4JpB2bbSjYNJ x7g/BN8sxRy4GUT4oXWcPPct0foknHGat0QkSbr4D9U+xOPwTnFLopr57d9Js9cvRm jrjPNknpc046QPP6cXN+ghamekOLHWpI4c0NqRqesWSaxKRrjYRRdU0ZaK7xZigBut 28EFPp+YV6fbhfpTdV4tumtPIlMA2pybJjBnpWN8grKPjWX4r5ngjEUQNPWlvALp8N 0GX6YTs8cfGbw== Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id E5F33240695 for ; Tue, 13 Aug 2024 10:28:25 +0200 (CEST) Received: by lain.khirnov.net (Postfix, from userid 1000) id D16851601B9; Tue, 13 Aug 2024 10:28:25 +0200 (CEST) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <20240812201930.GO4991@pb2> References: <20240811144211.5712-1-anton@khirnov.net> <20240811144211.5712-8-anton@khirnov.net> <20240812201930.GO4991@pb2> Mail-Followup-To: FFmpeg development discussions and patches Date: Tue, 13 Aug 2024 10:28:25 +0200 Message-ID: <172353770582.21344.11526101155865291337@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 08/10] lavfi: move AVFilterLink.{frame, sample}_count_{in, out} to FilterLink 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: Quoting Michael Niedermayer (2024-08-12 22:19:30) > On Sun, Aug 11, 2024 at 04:42:09PM +0200, Anton Khirnov wrote: > > --- > > libavfilter/af_adrc.c | 3 ++- > > libavfilter/af_afftdn.c | 3 ++- > > libavfilter/af_ashowinfo.c | 4 +++- > > libavfilter/af_dynaudnorm.c | 3 ++- > > libavfilter/af_volume.c | 4 +++- > > libavfilter/asrc_sine.c | 3 ++- > > libavfilter/avf_showfreqs.c | 5 +++-- > > libavfilter/avfilter.c | 16 +++++++++------- > > libavfilter/avfilter.h | 10 ---------- > > libavfilter/avfiltergraph.c | 4 ++-- > > libavfilter/f_graphmonitor.c | 24 ++++++++++++------------ > > libavfilter/f_latency.c | 6 ++++-- > > libavfilter/f_loop.c | 6 ++++-- > > libavfilter/f_metadata.c | 6 ++++-- > > libavfilter/f_segment.c | 10 ++++++---- > > libavfilter/f_select.c | 4 +++- > > libavfilter/f_sendcmd.c | 4 +++- > > libavfilter/f_streamselect.c | 3 ++- > > libavfilter/filters.h | 10 ++++++++++ > > libavfilter/qrencode.c | 3 ++- > > libavfilter/vf_bbox.c | 4 +++- > > libavfilter/vf_blackdetect.c | 4 +++- > > libavfilter/vf_blend.c | 3 ++- > > libavfilter/vf_blockdetect.c | 5 ++++- > > libavfilter/vf_blurdetect.c | 5 ++++- > > libavfilter/vf_crop.c | 4 +++- > > libavfilter/vf_datascope.c | 4 +++- > > libavfilter/vf_delogo.c | 4 +++- > > libavfilter/vf_detelecine.c | 3 ++- > > libavfilter/vf_drawtext.c | 8 +++++--- > > libavfilter/vf_eq.c | 3 ++- > > libavfilter/vf_fade.c | 10 ++++++---- > > libavfilter/vf_fftfilt.c | 4 +++- > > libavfilter/vf_fieldhint.c | 17 ++++++++++------- > > libavfilter/vf_fieldmatch.c | 7 ++++--- > > libavfilter/vf_find_rect.c | 5 ++++- > > libavfilter/vf_framestep.c | 3 ++- > > libavfilter/vf_freezeframes.c | 8 +++++--- > > libavfilter/vf_geq.c | 5 ++++- > > libavfilter/vf_hue.c | 3 ++- > > libavfilter/vf_libplacebo.c | 6 ++++-- > > libavfilter/vf_overlay.c | 4 +++- > > libavfilter/vf_overlay_cuda.c | 3 ++- > > libavfilter/vf_perspective.c | 7 +++++-- > > libavfilter/vf_quirc.c | 3 ++- > > libavfilter/vf_rotate.c | 4 +++- > > libavfilter/vf_scale.c | 12 ++++++++---- > > libavfilter/vf_scale_npp.c | 8 +++++--- > > libavfilter/vf_showinfo.c | 3 ++- > > libavfilter/vf_swaprect.c | 4 +++- > > libavfilter/vf_telecine.c | 3 ++- > > libavfilter/vf_tinterlace.c | 7 ++++--- > > libavfilter/vf_vignette.c | 3 ++- > > libavfilter/vf_weave.c | 3 ++- > > libavfilter/vf_zoompan.c | 9 ++++++--- > > libavfilter/vsrc_mptestsrc.c | 5 +++-- > > 56 files changed, 208 insertions(+), 116 deletions(-) > > this seems to break build here: Huh, seems my config doesn't build drawtext anymore. Fixed locally. -- Anton Khirnov _______________________________________________ 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".