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 B863D4C343 for ; Thu, 25 Jul 2024 15:50:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D4CFC68D6C1; Thu, 25 Jul 2024 18:50:43 +0300 (EEST) Received: from mail.hhi.fraunhofer.de (mail.HHI.FRAUNHOFER.DE [193.174.67.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 622F768CA80 for ; Thu, 25 Jul 2024 18:50:37 +0300 (EEST) Received: from 172.16.0.105 by mail.hhi.fraunhofer.de (Tls12, Aes256, Sha384, DiffieHellmanEllipticKey384); Thu, 25 Jul 2024 15:50:36 GMT Received: from mxsrv2.fe.hhi.de (172.16.0.105) by mxsrv2.fe.hhi.de (172.16.0.105) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.2.1544.11; Thu, 25 Jul 2024 17:50:34 +0200 Received: from mxsrv2.fe.hhi.de ([fe80::a6ac:c6a3:8cbe:4317]) by mxsrv2.fe.hhi.de ([fe80::a6ac:c6a3:8cbe:4317%6]) with mapi id 15.02.1544.011; Thu, 25 Jul 2024 17:50:34 +0200 From: "Helmrich, Christian" To: "ffmpeg-devel@ffmpeg.org" Thread-Topic: [PATCH v3] avfilter: add XPSNR filter Thread-Index: AQHazii+EV4Tk/syIkKRaVnlPolvebIHsONj Date: Thu, 25 Jul 2024 15:50:34 +0000 Message-ID: References: <9aab9416fa7c4aec9b49cc6a9461280b@hhi.fraunhofer.de> In-Reply-To: <9aab9416fa7c4aec9b49cc6a9461280b@hhi.fraunhofer.de> Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.22.100] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v3] avfilter: add XPSNR 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-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: ping Should anything be changed in this patch? Christian Helmrich ________________________________ Von: Helmrich, Christian Gesendet: Donnerstag, 4. Juli 2024 17:50 An: ffmpeg-devel@ffmpeg.org Betreff: [PATCH v3] avfilter: add XPSNR filter This is a continuation of last year's version of this filter patch, see also https://ffmpeg.org/pipermail/ffmpeg-devel/2023-January/305517.html It includes a fix in one of the stride variables and some cleanup in order to adhere even more to the FFmpeg coding guidelines. Christian Helmrich Fraunhofer HHI _______________________________________________ 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".