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 03D59426B5 for ; Mon, 25 Apr 2022 18:53:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1A35668B244; Mon, 25 Apr 2022 21:53:02 +0300 (EEST) Received: from shout02.mail.de (shout02.mail.de [62.201.172.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2E43D68A61E for ; Mon, 25 Apr 2022 21:52:56 +0300 (EEST) Received: from postfix01.mail.de (postfix01.bt.mail.de [10.0.121.125]) by shout02.mail.de (Postfix) with ESMTP id 67A72A0E8C for ; Mon, 25 Apr 2022 20:52:55 +0200 (CEST) Received: from smtp01.mail.de (smtp01.bt.mail.de [10.0.121.211]) by postfix01.mail.de (Postfix) with ESMTP id 4FEF68015B for ; Mon, 25 Apr 2022 20:52:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1650912775; bh=fI8PQigtd3U6d1iHGlWl5a9H6tfbXBdDtrwYscaYMz8=; h=Message-ID:Date:Subject:To:From:From:To:CC:Subject:Reply-To; b=zHpvJP8HwLdGwmduFD08ErBwUOh25MzDCPW3R5DhKISqKjXcP+4WLgV3ZICU7q3+Y cmXISU/MvxBao6JUPrXc+DqsP66Oev55spT8eFIWl53b00WirxttYKYXrwcOYARheO EJYF2XxwAVZTKt284ywZUVcIZjiROWZFin3X4xyQ3I6I/wJ57lQa2NJiBBj+2h9hBn K1Xp6iVYhmvPNH8bjP2yPeHZnF0aA43iHN5/TfnySyZw/btyBy6ejTVYEeUHbTamsi Z29K8DVrazeX81haUleONrZ+CnvAiI/SyHtXKEI0Hro1DiWijZxY8IcsEhkcrNn7aK fynBdnEhQDoaw== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp01.mail.de (Postfix) with ESMTPSA id 19F6710006D for ; Mon, 25 Apr 2022 20:52:55 +0200 (CEST) Message-ID: <1b635865-b3ba-5016-b21d-75928a429837@mail.de> Date: Mon, 25 Apr 2022 20:52:54 +0200 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <00ca6f6f-fc18-8b6b-1ff0-f24db7f3714b@mail.de> <6ef64d28-6f3a-93f5-5f72-29e40fc73e86@mail.de> <8a6f5d41-c68a-5076-2f6b-932637ccb691@mail.de> <9c0ddee4-1740-f951-18d8-532026410783@mail.de> <8e80a93e-4616-6856-1dcb-83ddab75c5f6@mail.de> From: Thilo Borgmann In-Reply-To: <8e80a93e-4616-6856-1dcb-83ddab75c5f6@mail.de> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 919 X-purgate-ID: 154282::1650912775-000005DA-6EAF3A9E/0/0 Subject: Re: [FFmpeg-devel] [PATCH 2/2] lavfi: Add blurriness 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: Am 25.04.22 um 00:08 schrieb Thilo Borgmann: > Am 25.04.22 um 00:03 schrieb Thilo Borgmann: >> Am 24.04.22 um 19:28 schrieb Thilo Borgmann: >>> Am 23.04.22 um 15:32 schrieb Thilo Borgmann: >>>> Hi, >>>> >>>>>>>> v3 updated to current HEAD. >>>>>>>> >>>>>>>> Named blurdetect filter now. >>>>>>>> Minor fixes on allocation and removed -f option. >>>>>>>> >>>>>>> >>>>>>> Please make this per plane filtering, with default to measure only first >>>>>>> plane. >>>>>> >>>>>> done in v4. >>>>>> >>>>>> (Will add Changelog, version.h and fate test once the filter itself looks ok) >>>>> >>>>> Ping. >>>> >>>> v5 according to IRC comments. >>> >>> v6 (1/2 and 2/2) according to IRC comments. LGTM'd there, applying soon. >>> >>> Added Changelog, version.h, FATE. >> >> v7: removed useless debug garbage. Still applying soon. > > v8: and now even with adapted FATE. Pushed, thanks! -Thilo _______________________________________________ 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".