Re: [FFmpeg-devel] [PATCH] avfilter/af_volumedetect.c: Add 32bit float audio support

2024-03-27 Thread Yiğithan Yiğit
According to Paul's private remarks I made this last patch. I would greatly appreciate it if anyone could take the time to review these changes. From 9d9ebcde761ce83c82c40f7537e7644f0c8d753b Mon Sep 17 00:00:00 2001 From: yigithanyigit Date: Tue, 12 Mar 2024 01:27:59 +0300 Subject: [PATCH]

Re: [FFmpeg-devel] [PATCH] avfilter/af_volumedetect.c: Add 32bit float audio support

2024-03-24 Thread Yiğithan Yiğit
Fixed some bugs that I not realized on previous commits. v2-0001-avfilter-af_volumedetect.c-Add-32bit-float-audio-sup.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] avfilter/af_volumedetect.c: Add 32bit float audio support

2024-03-23 Thread Yiğithan Yiğit
LL("Detect audio volume."), @@ -129,6 +236,9 @@ const AVFilter ff_af_volumedetect = { .uninit= uninit, .flags = AVFILTER_FLAG_METADATA_ONLY, FILTER_INPUTS(volumedetect_inputs), -FILTER_OUTPUTS(ff_audio_default_filterpad), -FILTER_SAMPLEFMTS(AV_SAMPLE_

Re: [FFmpeg-devel] [PATCH] avfilter/af_volumedetect.c: Add 32bit float audio support

2024-03-23 Thread Yiğithan Yiğit
. I feel this one is more convenient. Still I am open to advices. Thank you. Yigithan  > On Mar 21, 2024, at 11:30 PM, Paul B Mahol wrote: > > On Wed, Mar 20, 2024 at 11:55 PM Yiğithan Yiğit <mailto:yigithanyigi...@gmail.com>> > wrote: > >> >>> On

Re: [FFmpeg-devel] [PATCH] avfilter/af_volumedetect.c: Add 32bit float audio support

2024-03-20 Thread Yiğithan Yiğit
> On Mar 21, 2024, at 12:10 AM, Paul B Mahol wrote: > > Why? This is pointless. > > volumedetect have histogram output, float patch does not have it at all. > Use astats filter. > > On Wed, Mar 20, 2024 at 9:47 PM

[FFmpeg-devel] [PATCH] avfilter/af_volumedetect.c: Add 32bit float audio support

2024-03-20 Thread Yiğithan Yiğit
0001-avfilter-af_volumedetect.c-Add-32bit-float-audio-sup.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email