# HG changeset patch # User lorenm # Date 1279483602 0 # Node ID 6f064ab4846388c52aacf8f4a8a64148aa460799 # Parent fb3fcaf3c1b66ab53282220eb6c77892f31ab731 more credits to D. J. Bernstein for fft diff -r fb3fcaf3c1b6 -r 6f064ab48463 arm/fft_neon.S --- 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 * 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 diff -r fb3fcaf3c1b6 -r 6f064ab48463 ppc/fft_altivec_s.S --- 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 diff -r fb3fcaf3c1b6 -r 6f064ab48463 x86/fft_mmx.asm --- 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