[SCM] libav/experimental: more credits to D. J. Bernstein for fft
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:11:39 UTC 2013
The following commit has been merged in the experimental branch:
commit 1ee076b1b154f580a86e079c9b986b25cca39238
Author: Loren Merritt <lorenm at u.washington.edu>
Date: Sun Jul 18 20:06:42 2010 +0000
more credits to D. J. Bernstein for fft
Originally committed as revision 24308 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/arm/fft_neon.S b/libavcodec/arm/fft_neon.S
index 7243153..1db7abd 100644
--- a/libavcodec/arm/fft_neon.S
+++ b/libavcodec/arm/fft_neon.S
@@ -4,6 +4,9 @@
* Copyright (c) 2009 Mans Rullgard <mans at 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
diff --git a/libavcodec/ppc/fft_altivec_s.S b/libavcodec/ppc/fft_altivec_s.S
index d17d033..5d3c540 100644
--- a/libavcodec/ppc/fft_altivec_s.S
+++ b/libavcodec/ppc/fft_altivec_s.S
@@ -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 --git a/libavcodec/x86/fft_mmx.asm b/libavcodec/x86/fft_mmx.asm
index ea78396..23a360f 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
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list