1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
|
/***************************************************************************
AUTHORS - list of authors and contributors of Kwave
-------------------
begin : Sat Nov 26 2005
copyright : (C) 2005 by Thomas Eschenbacher
email : Thomas.Eschenbacher@gmx.de
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
This is the list of people who have contributed code to the Kwave
project. If you think that you should be listed here, or the
description of what you have done needs is incorrect or incomplete,
please let us know!
Maintainers
===========
Martin Wilz <martin@wilz.de> [historic]
* creator of the project, active development 1998-2000
Thomas Eschenbacher <Thomas.Eschenbacher@gmx.de>
* maintainer since 2000, core development
Major Contributors
==================
Aurelien Jarno <aurel32@debian.org>
* debian packager
Carlos R <pureacetone@gmail.com>
* spanish translation
David Flogeras <d.flogeras@unb.ca>
* notch filter plugin
* band pass plugin
Gilles Caulier <caulier.gilles@free.fr>
* french translation
* splashscreen
* tests and minor bugfixes
Pavel Fric <pavelfric@seznam.cz>
* czech translation
Ralf Waspe <rwaspe@web.de>
* Help/About dialog
Sven-Steffen Arndt <ssa29@gmx.de>
* Kwave homepage
* german online help
minor contributors, copyright holders and others
================================================
Sebastian Trueg <trueg@k3b.org>,
Gustavo Pichorim Boiko <gustavo.boiko@kdemail.net>
Michal Malek <michalm@jabster.pl>
* parts of plugins/export_k3b/K3BExportPlugin.cpp
Bertrand Songis <bsongis@gmail.com>
* french translation fixes
* substitutes for patented libaudiofile code, debian bug 419124 [historic]
Carsten Lohrke <carlo@gentoo.org>
* svn r2163, patch for libaudiofile detection
Chris Vaill <chrisvaill at gmail>
* code base for the normalize plugin
David Faure, <faure@kde.org>
* cmake/FindAlsa.cmake
Diederick de Vries, <diederick76@gmail.com>
* packaging for Crux Linux
Espen Sand (espen@kde.org) + Mirko Boehm (mirko@kde.org)
* K3AboutContainer (base of KwaveAboutContainer)
Everaldo Coelho <contact@everaldo.com>
* the crystal icon theme
http://www.everaldo.com/crystal/
Jaroslav Kysela
* parts of plugins/playback/PlayBack-ALSA.cpp
Jeff Tranter
* parts of plugins/pitch_shift/PitchShiftFilter.{h,cpp}
Juhana Sadeharju <kouhia@nic.funet.fi>
* plugins/band_pass/BandPass.{h,cpp}
* plugins/lowpass/LowPassFilter.cpp
* plugins/notch_filter/NotchFilter.{h,cpp}
Kurt Roeck <Q@ping.be>
* svn r1370, fix for debian bug#288781, compilation for amd64
Mark Donohoe (KDE) <donohoe@kde.org>
* some icons and bitmaps for toolbar and GUI
Martin Hinsch <vidas@sourceforge.net>
* Matrix.h
Matthias Kretz, <kretz@kde.org>
* cmake/FindAlsa.cmake
Richard Laerkaeng, <richard@goteborg.utfors.se>
* cmake/FindOggVorbis.cmake
Rik Hemsley <rik@kde.org>
* plugins/record/LevelMeter.cpp
* plugins/record/LevelMeter.h
Robert M. Stockmann <stock@stokkie.net>
* packaging for Mandrake / X86_64
Stefan Westerfeld <stefan@space.twc.de>
* parts of plugins/pitch_shift/PitchShiftFilter.{h,cpp}
Jean-Marc Valin / Xiph.Org Foundation / Gregory Maxwell
* base of plugins/codec_ogg/OpusDecoder.cpp
Joerg-Christan Boehme <joerg@chaosdorf.de>
* plugins/record/Record-PulseAudio.cpp
* plugins/record/Record-PulseAudio.h
### EOF ###
|