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 D114542362 for ; Thu, 14 Apr 2022 08:08:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8924968B3D5; Thu, 14 Apr 2022 11:08:28 +0300 (EEST) Received: from shout01.mail.de (shout01.mail.de [62.201.172.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 3C39868B2EE for ; Thu, 14 Apr 2022 11:08:22 +0300 (EEST) Received: from postfix03.mail.de (postfix03.bt.mail.de [10.0.121.127]) by shout01.mail.de (Postfix) with ESMTP id 72CE7A07D5 for ; Thu, 14 Apr 2022 10:08:21 +0200 (CEST) Received: from smtp02.mail.de (smtp02.bt.mail.de [10.0.121.212]) by postfix03.mail.de (Postfix) with ESMTP id 3DE4C801CD for ; Thu, 14 Apr 2022 10:08:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1649923701; bh=Kym+iRQZamjFPC6kqnSoLSCW8HUEKnUoCAeXEe/HEsI=; h=Message-ID:Date:Subject:To:From:From:To:CC:Subject:Reply-To; b=PteyvI91Lqy5ZoWDIXgQNtZ6/d7YDyyB5Q+MU+AgvlfBpJIgIvw+DRRr6UT51IjtH VQsoxeLfljKk+FoPYPQLy2iIXaE0C0yjIm9lJ1YANRSic3yG0V9dYgl77IYwngWKI9 EOFoCOfGRg/B1e3KQEACi/p/O7LriJ6otcSgs576Mwb81prPK2R/HvzmjQ/hIuAt4Y XYoRpIkJc6eK1TK9OyvpazjZw7/KGxy7FHqVv8yKnuAVIEFV5mwUhyNiaojqQtr58c 1fjn2veLlIduyYP6ETMFfuqh0rcsTePfY4VtgD56K7LlFKbepcXos2sMsO9hHe/167 vRneh/c2C8RpQ== 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 smtp02.mail.de (Postfix) with ESMTPSA id DAAB9A05F3 for ; Thu, 14 Apr 2022 10:08:20 +0200 (CEST) Message-ID: <8a6f5d41-c68a-5076-2f6b-932637ccb691@mail.de> Date: Thu, 14 Apr 2022 10:08:18 +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> From: Thilo Borgmann In-Reply-To: <6ef64d28-6f3a-93f5-5f72-29e40fc73e86@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: 403 X-purgate-ID: 154282::1649923701-0000737C-8B412319/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 05.04.22 um 10:56 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. -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".