changeset 12188:6f064ab48463 libavcodec

more credits to D. J. Bernstein for fft
author lorenm
date Sun, 18 Jul 2010 20:06:42 +0000
parents fb3fcaf3c1b6
children 0f0035942790
files arm/fft_neon.S ppc/fft_altivec_s.S x86/fft_mmx.asm
diffstat 3 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/arm/fft_neon.S	Sun Jul 18 19:53:24 2010 +0000
+++ b/arm/fft_neon.S	Sun Jul 18 20:06:42 2010 +0000
@@ -4,6 +4,9 @@
  * Copyright (c) 2009 Mans Rullgard <mans@mansr.com>
  * Copyright (c) 2009 Naotoshi Nojiri
  *
+ * This algorithm (though not any of the implementation details) is
+ * based on libdjbfft by D. J. Bernstein.
+ *
  * This file is part of FFmpeg.
  *
  * FFmpeg is free software; you can redistribute it and/or
--- a/ppc/fft_altivec_s.S	Sun Jul 18 19:53:24 2010 +0000
+++ b/ppc/fft_altivec_s.S	Sun Jul 18 20:06:42 2010 +0000
@@ -2,6 +2,9 @@
  * FFT transform with Altivec optimizations
  * Copyright (c) 2009 Loren Merritt
  *
+ * This algorithm (though not any of the implementation details) is
+ * based on libdjbfft by D. J. Bernstein.
+ *
  * This file is part of FFmpeg.
  *
  * FFmpeg is free software; you can redistribute it and/or
--- a/x86/fft_mmx.asm	Sun Jul 18 19:53:24 2010 +0000
+++ b/x86/fft_mmx.asm	Sun Jul 18 20:06:42 2010 +0000
@@ -2,6 +2,9 @@
 ;* FFT transform with SSE/3DNow optimizations
 ;* Copyright (c) 2008 Loren Merritt
 ;*
+;* This algorithm (though not any of the implementation details) is
+;* based on libdjbfft by D. J. Bernstein.
+;*
 ;* This file is part of FFmpeg.
 ;*
 ;* FFmpeg is free software; you can redistribute it and/or