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 9C48940C8B for ; Sun, 6 Feb 2022 10:35:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 860E268B15C; Sun, 6 Feb 2022 12:35:37 +0200 (EET) Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8158168AF87 for ; Sun, 6 Feb 2022 12:35:30 +0200 (EET) Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Js5Jd47Tdz9sRj for ; Sun, 6 Feb 2022 11:35:29 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Message-ID: <313169bf-7dd8-17a1-19ca-5d6f005011b8@gyani.pro> Date: Sun, 6 Feb 2022 16:05:10 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220206102515.1418456-1-onemda@gmail.com> From: Gyan Doshi In-Reply-To: <20220206102515.1418456-1-onemda@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH] avfilter: add dialog enhance audio filter 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 2022-02-06 03:55 pm, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > doc/filters.texi | 24 ++ > libavfilter/Makefile | 1 + > libavfilter/af_dialogenhance.c | 409 +++++++++++++++++++++++++++++++++ > libavfilter/allfilters.c | 1 + > 4 files changed, 435 insertions(+) > create mode 100644 libavfilter/af_dialogenhance.c > > diff --git a/doc/filters.texi b/doc/filters.texi > index 04c34cb1fb..5ba9a35673 100644 > --- a/doc/filters.texi > +++ b/doc/filters.texi > @@ -4178,6 +4178,30 @@ Default value is @var{o}. > > @end table > > +@section dialogenhance s/dialog/dialogue dialog is archaic for conversation, even in American English. https://books.google.com/ngrams/graph?content=dialog+with%2C+dialogue+with&year_start=1800&year_end=2000&corpus=5&smoothing=3&direct_url=t1%3B%2Cdialog%20with%3B%2Cc0%3B.t1%3B%2Cdialogue%20with%3B%2Cc0#t1%3B%2Cdialog%20with%3B%2Cc0%3B.t1%3B%2Cdialogue%20with%3B%2Cc0 Regards, Gyan _______________________________________________ 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".