[FFmpeg-devel] [PATCH v2] libavutil: add an FFT & MDCT implementation
Lynne
dev at lynne.ee
Mon May 13 00:58:26 EEST 2019
May 12, 2019, 10:04 PM by ceffmpeg at gmail.com:
>
> Yes, and this is the reason why we must not remove the names
> of those present (they also hold a copyright, not just those whose
> names are missing).
>
>
Please go and discuss the project and the world's attitude and policy towards copyright
notices in another thread.
I need *technical* feedback about the API. I would also like to have someone take a quick
look at the implementation, although I'm confident its okay and as optimal as a generic
software implementation could be. Accuracy-wise its slightly better than libfftw3f, due to
the use of reordering for nptwo transform direction and the compound 15-point FFT
(less operations due to the lack of inter-stage twiddles).
Can provide a benchmarking test program on IRC.
More information about the ffmpeg-devel
mailing list