mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-25 18:14:15 +00:00
Give credit to Mark Borgerding (kissfft author)
and add myself to AUTHORS as well. Fixes #575638.
This commit is contained in:
parent
63108730a5
commit
9f23b82b2c
2 changed files with 5 additions and 0 deletions
2
AUTHORS
2
AUTHORS
|
@ -19,3 +19,5 @@ Ronald Bultje <rbultje@ronald.bitfreak.net>
|
|||
Julien MOUTTE <julien@moutte.net>
|
||||
Jan Schmidt <thaytan@mad.scientist.com>
|
||||
Arwed v. Merkatz <v.merkatz@gmx.net>
|
||||
Tim-Philipp Müller <tim at centricular dot net>
|
||||
Mark Borgerding <mark at borgerding dot net> (kissfft, used in libgstfft)
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
* This library includes general definitions and functions, useful for
|
||||
* all typed FFT classes.
|
||||
*
|
||||
* The gstfft library is based on
|
||||
* <a href="http://sourceforge.net/projects/kissfft">kissfft</a> by
|
||||
* by Mark Borgerding.
|
||||
*/
|
||||
|
||||
#include <glib.h>
|
||||
|
|
Loading…
Reference in a new issue