[FFmpeg-devel] [PATCH] libavfilter: add atempo filter (revised patch v5)

Stefano Sabatini stefasab at gmail.com
Wed Jun 13 00:01:46 CEST 2012


On date Monday 2012-06-11 21:18:02 -0600, Pavel Koshevoy encoded:
> Add atempo audio filter for adjusting audio tempo without affecting
> pitch. This filter implements WSOLA algorithm with fast cross
> correlation calculation in frequency domain.
> 
> Signed-off-by: Pavel Koshevoy <pavel at homestead.aragog.com>
> ---
>  Changelog                |    1 +
>  MAINTAINERS              |    1 +
>  configure                |    1 +
>  doc/filters.texi         |   18 +
>  libavfilter/Makefile     |    2 +
>  libavfilter/af_atempo.c  | 1134 ++++++++++++++++++++++++++++++++++++++++++++++
>  libavfilter/allfilters.c |    1 +
>  7 files changed, 1158 insertions(+), 0 deletions(-)
>  create mode 100644 libavfilter/af_atempo.c
[...]

Thanks, no more comments from me.

I'll apply the patch in three days if I read no comments from other
developers.
-- 
FFmpeg = Fiendish and Fierce Mystic Purposeless Enhanced Game


More information about the ffmpeg-devel mailing list