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
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".