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 C0D054BB55 for ; Sun, 14 Jul 2024 22:38:19 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B41B468D9D2; Mon, 15 Jul 2024 01:38:16 +0300 (EEST) Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 41FFD68D7D2 for ; Mon, 15 Jul 2024 01:38:10 +0300 (EEST) Received: by mail-lj1-f176.google.com with SMTP id 38308e7fff4ca-2ee9b098bd5so51806641fa.0 for ; Sun, 14 Jul 2024 15:38:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1720996689; x=1721601489; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=vOoV6xSRBW4A0If+th1TNJrBzs8cHz04Eh53ImuDqeY=; b=AxgFM6PI9SZkqMwuren7+rPwEHNaDTD8fJRpoAmwQh9E2Jb/dxGHbu82cdIClWHudN k+1Gr2TlR4GH+tGZTOWFoaJHJgMHtGtc+khWPPl03YHypVmzgZtbQ2rogCTJtunNUCpz YgtHKaHEhRifLHZEaBzRs7/ghsT922aQs7rO66EbxrsyMkrVm6a2t4P8zFtzDVMUoeAA x9TRcbY/fnUZ11ZJinaXlxB/OtC+Gtn9ajShBIoE/mUJ3L3Gj94fW4K8KxUY8SWA65dy z9pSQ7qm43oFuv1Klrxb9FTcS6gEPya++g4L/K/rjiI2KtS+YtMD587OLRmUYc9gSVAf 4vCA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1720996689; x=1721601489; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=vOoV6xSRBW4A0If+th1TNJrBzs8cHz04Eh53ImuDqeY=; b=gYOcUcM8SqAZjPJnmZcRrNXjMoUymli9K1gYkPpb+fC5i5ZBn2KXrhbYhREf1znncc jQm8LOq9icE8fjrOO5EEOahWeRapb5y1JKDXbide9xwgtqETc0IeBfk3UtvvZDdb8yEm /XJ3r35avL3lcRQzdgdVUF4X4d0bNvgNvW6ByABrgnuun88iuX/u2S0T5R3/P3KdF2YA nS/lp9nitXHo75BHlNxcKr7xDGz0uOL36z+kEgV+Mrob95mls3rxBl0V0KjhZhVG+W3A kMcjKEKAqbK/N9Hw9UTuDiq3CaPNvMbR/Cu95NFsM4OEe2jFBhGFowIHrL3pgy/zefgS k84g== X-Gm-Message-State: AOJu0YwZ9OxtJS3lL3tJLvZK+xYsnnLsdmZd3FLA3IPxQN7TlSErc4Yy 11ZsSbe7KwucUBW5zZBkiaIispL3oBS2onmsD5y1uMsT8TdF7N0q6vpcpw== X-Google-Smtp-Source: AGHT+IGRNMdSWOQMDbAxx2i8XILwUYTJnn+TTsY0yYBECBa6LAVGyOo1S1HEQUwJHwFCApfDTRpN5Q== X-Received: by 2002:a2e:300b:0:b0:2ee:d5f5:43e with SMTP id 38308e7fff4ca-2eed5f50f1amr53758051fa.32.1720996688860; Sun, 14 Jul 2024 15:38:08 -0700 (PDT) Received: from localhost.localdomain ([2a02:e0:8bea:ef00:7859:9bc:b8c3:93b8]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-4279f2cc21esm99171515e9.31.2024.07.14.15.38.07 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Sun, 14 Jul 2024 15:38:08 -0700 (PDT) From: Yigithan Yigit To: ffmpeg-devel@ffmpeg.org Date: Mon, 15 Jul 2024 01:38:03 +0300 Message-ID: <20240714223805.9760-1-yigithanyigitdevel@gmail.com> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v5 0/2] avfilter/af_volumedetect.c: Add 32bit float audio support 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 Cc: thilo.borgmann@mail.de, yigithanyigitdevel@gmail.com 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: This patchset adds 32bit float audio support to the volumedetect filter and fixes issue #9613. This work is part of my GSoC 2024 Qualification Task. I would greatly appreciate your review of this patcset. Changes since v4: - Defined macros for each format int/float, packed/planar - Changed the logdb function to work with given max_db value instead of checking sampe format every time. - Improved readability of the code - Improved speed %~13 for floats since v1. Yigithan Yigit (2): avfilter/af_volumedetect.c: Move logdb function avfilter/af_volumedetect.c: Add 32bit float audio support libavfilter/af_volumedetect.c | 234 +++++++++++++++++++++++++--------- 1 file changed, 172 insertions(+), 62 deletions(-) -- 2.45.2 _______________________________________________ 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".