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

Yigithan Yigit yigithanyigitdevel at gmail.com
Tue Jul 2 04:33:49 EEST 2024


changes since v1:
- Defined callback and assigning to filter frame according to planar/packed and float/int.
- Fixed rounding same value 2 times
- Subnormal values are supported
- Replaced square division with ldexp

Yigithan Yigit (5):
  avfilter/af_volumedetect.c: Move logdb function
  avfilter/af_volumedetect.c: Add 32bit float audio support
  avfilter/af_volumedetect.c: Added functions for int/float and
    planar/packed
  avfilter/af_volumedetect.c: reindent after last commit
  Replace division with ldexp

 libavfilter/af_volumedetect.c | 255 ++++++++++++++++++++++++++--------
 1 file changed, 198 insertions(+), 57 deletions(-)

--
2.45.2



More information about the ffmpeg-devel mailing list