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 22B674B85E for ; Mon, 17 Jun 2024 11:18:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 65C7968D769; Mon, 17 Jun 2024 14:18:25 +0300 (EEST) Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8C9CD68D6C1 for ; Mon, 17 Jun 2024 14:18:19 +0300 (EEST) Received: by mail-lf1-f47.google.com with SMTP id 2adb3069b0e04-52bc121fb1eso5062281e87.1 for ; Mon, 17 Jun 2024 04:18:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1718623098; x=1719227898; 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=2kxnm9+q0dpGIC7WIiinkmGLnAoquyEZmknbGy8petg=; b=aQSf2LOBx2vQrCaWPvBiP3MDCBkXTpZk2M8fUC/ZvjEEY3bNhtkA9RoC1kdEuc3dsx M/bUW222jX8y8tFN5i53fLP9Q7ktO9yl4qPbwA4qGY70JnSn64AsH/+f77PJsLiXRuWA Uharutcd+aDokgrNq3MFSVwo69o+JGTNb462OMsoW7qAUXquOakv88QqZNsTPsa8BVBy pNkw8EZf1pAsHyVF1+OPplRgf52Eu1WxGBbBwgg86qaMR0p+Ns8C9XmgR+kBEWM9NCgH apFUkc17JOc36+rqsyGYaal4EZgMds5K0Tl96Fo/wMLDwzjxKTR9Mri3t4AQ1ix+V/97 JJjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718623098; x=1719227898; 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=2kxnm9+q0dpGIC7WIiinkmGLnAoquyEZmknbGy8petg=; b=Wao7nXDQiwWY5aR3OyaFIg1v8d00Bi2M2n1sfQM4CzEjmSpbuA1bGFVEGitr4kLyY5 jHe6Wt/BzbMemJN5g/k7nc54bjckd4VGqgeb+mVJhs1abK1oBHBw9iauXLAsGjlSsGwV +ciIXL1bk9XMpQ5W/6CW+0YkYmruo1uUO2EGBuzDyvLvdK1EBsI0VA+/I5SyXFPvHO8F 0yc50NvONKp2CvuOZbl5TxIgNRvG0M+EGUzRJst284Nr7uQFFCMopkKOAwxj33fAKYsy 2B8CIoncXi87KIUhXNtLoBHJBTIqktSW8ghDa0CD3EOAswW9h1IfkWoPjA/vH4X80OGl okHg== X-Gm-Message-State: AOJu0YweFg4xsoSvoFW6Kp7f3gPwBQXZ8LUeU+pvDZLNoVeOsWOpsVpB TUN0bwOJqOiEJ/I7I6kBkpbEbNKXRDJGXHU3Z7UrEOHZ7UY4+TZcJwZu5Q== X-Google-Smtp-Source: AGHT+IEhiny0lFZGVXcXqHLezY7xj3iWxdCsuSsLHCxXTFgIPLbOWntsL/H8AuGGyc/geT/FjDzWeQ== X-Received: by 2002:ac2:5970:0:b0:52c:83cf:d8fe with SMTP id 2adb3069b0e04-52ca6e55eacmr5130858e87.11.1718623096761; Mon, 17 Jun 2024 04:18:16 -0700 (PDT) Received: from localhost.localdomain ([88.239.140.156]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-422f5f33c38sm157888015e9.9.2024.06.17.04.18.15 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Mon, 17 Jun 2024 04:18:16 -0700 (PDT) From: Yigithan Yigit To: ffmpeg-devel@ffmpeg.org Date: Mon, 17 Jun 2024 14:18:09 +0300 Message-ID: <20240617111812.84575-1-yigithanyigitdevel@gmail.com> X-Mailer: git-send-email 2.44.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 0/3] 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. Thanks for your time and consideration. Yigithan Yigit (3): avfilter/af_volumedetect.c: Move logdb function avfilter/af_volumedetect.c: Add 32bit float audio support avfilter/af_volumedetect.c: reindent after last commit libavfilter/af_volumedetect.c | 221 +++++++++++++++++++++++++--------- 1 file changed, 164 insertions(+), 57 deletions(-) -- 2.44.0 _______________________________________________ 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".