summaryrefslogtreecommitdiff
path: root/libavcodec/x86/fft_mmx.asm
diff options
context:
space:
mode:
authorLoren Merritt <lorenm@u.washington.edu>2010-07-18 20:06:42 +0000
committerLoren Merritt <lorenm@u.washington.edu>2010-07-18 20:06:42 +0000
commit1ee076b1b154f580a86e079c9b986b25cca39238 (patch)
tree3e8c2c8c77b035a76cd79a46f105585be2218dcd /libavcodec/x86/fft_mmx.asm
parent3aee5f69850a8236aa05ea2f79682c15cbe3562b (diff)
more credits to D. J. Bernstein for fft
Originally committed as revision 24308 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/x86/fft_mmx.asm')
-rw-r--r--libavcodec/x86/fft_mmx.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/x86/fft_mmx.asm b/libavcodec/x86/fft_mmx.asm
index ea78396e7c..23a360fa68 100644
--- a/libavcodec/x86/fft_mmx.asm
+++ b/libavcodec/x86/fft_mmx.asm
@@ -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