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 BACF1483DB for ; Sat, 2 Dec 2023 20:17:11 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1DCC568CBD1; Sat, 2 Dec 2023 22:17:08 +0200 (EET) Received: from a27-230.smtp-out.us-west-2.amazonses.com (a27-230.smtp-out.us-west-2.amazonses.com [54.240.27.230]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D7DFC68CA16 for ; Sat, 2 Dec 2023 22:17:00 +0200 (EET) To: =?UTF-8?Q?ffmpeg-devel=40ffmpeg=2Eorg?= Date: Sat, 2 Dec 2023 20:16:58 +0000 Mime-Version: 1.0 References: <20231202201655.40450-1-cosmin@cosmin.at> X-Mailer: Amazon WorkMail Thread-Index: AQHaJVx/pw0LJ5SZTAe6kqN6vnwK6w== Thread-Topic: [PATCH v3 0/3] consider chroma subsampling for bwdif (including CUDA and Vulkan) X-Original-Mailer: git-send-email 2.42.1 X-Wm-Sent-Timestamp: 1701548217 Message-ID: <0101018c2c2d570f-f24045b0-0025-4afc-9683-311a4687fc09-000000@us-west-2.amazonses.com> Feedback-ID: 1.us-west-2.An468LAV0jCjQDrDLvlZjeAthld7qrhZr+vow8irkvU=:AmazonSES X-SES-Outgoing: 2023.12.02-54.240.27.230 Subject: [FFmpeg-devel] [PATCH v3 0/3] consider chroma subsampling for bwdif (including CUDA and Vulkan) 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: , From: Cosmin Stejerean via ffmpeg-devel Reply-To: FFmpeg development discussions and patches Cc: =?UTF-8?Q?Cosmin_Stejerean?= 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: From: Cosmin Stejerean This fixes the issue reported in #10688. In v3 only the chroma planes are checked based on feedback for v2, since the chroma planes are going to have the minimum dimension. Cosmin Stejerean (3): avfilter/vf_bwdif: consider chroma subsampling when enforcing minimum dimensions avfilter/vf_bwdif_cuda: consider chroma subsampling when enforcing minimum dimensions avfilter/vf_bwdif_vulkan: consider chroma subsampling when enforcing minimum dimensions libavfilter/vf_bwdif.c | 13 ++++++++++--- libavfilter/vf_bwdif_cuda.c | 13 ++++++++++--- libavfilter/vf_bwdif_vulkan.c | 14 ++++++++++---- 3 files changed, 30 insertions(+), 10 deletions(-) -- 2.42.1 _______________________________________________ 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".