[FFmpeg-devel] [PATCH 0/4] fftw exploration (WIP)

Ganesh Ajjanagadde gajjanag at gmail.com
Fri Mar 25 01:50:48 CET 2016


Ganesh Ajjanagadde (4):
  configure: add fftw3 detection
  lavc/fftw: add initial fftw wrapper
  lavc/fft-test: add FFTW3 tests
  lavc/fft-test: update benchmark code

 configure             |  4 +++
 libavcodec/Makefile   |  1 +
 libavcodec/fft-test.c | 82 ++++++++++++++++++++++++++++++++++++++++++++++-----
 libavcodec/fftw.c     | 68 ++++++++++++++++++++++++++++++++++++++++++
 libavcodec/fftw.h     | 80 +++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 227 insertions(+), 8 deletions(-)
 create mode 100644 libavcodec/fftw.c
 create mode 100644 libavcodec/fftw.h

-- 
2.7.4



More information about the ffmpeg-devel mailing list