• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* FLAC - Free Lossless Audio Codec
2 * Copyright (C) 2001-2009  Josh Coalson
3 * Copyright (C) 2011-2023  Xiph.Org Foundation
4 *
5 * This file is part the FLAC project.  FLAC is comprised of several
6 * components distributed under different licenses.  The codec libraries
7 * are distributed under Xiph.Org's BSD-like license (see the file
8 * COPYING.Xiph in this distribution).  All other programs, libraries, and
9 * plugins are distributed under the GPL (see COPYING.GPL).  The documentation
10 * is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
11 * FLAC distribution contains at the top the terms under which it may be
12 * distributed.
13 *
14 * Since this particular file is relevant to all components of FLAC,
15 * it may be distributed under the Xiph.Org license, which is the least
16 * restrictive of those mentioned above.  See the file COPYING.Xiph in this
17 * distribution.
18 */
19
20This file lists major contributors to the FLAC project. This list is not
21exhaustive. For an exhaustive list, run the command `git shortlog -s` on
22the git repo or visit https://gitlab.xiph.org/xiph/flac/-/graphs/master
23
24For a complete list of contributions, run the command `git log` on the
25git repo, visit https://github.com/xiph/flac/commits or visit
26https://gitlab.xiph.org/xiph/flac/commits
27
28Original author: Josh Coalson <jcoalson@users.sourceforge.net>
29Maintainer 2012-2020: Erik de Castro Lopo <erikd@mega-nerd.com>
30Maintainer from 2022: Martijn van Beurden <mvanb1@gmail.com>
31
32Website : https://www.xiph.org/flac/
33
34Other major contributors and their contributions:
35
36"lvqcl" <lvqcl@users.sourceforge.net>
37* Visual Studio build system.
38* Optimisations in the encoder and decoder.
39
40"Janne Hyvärinen" <cse@sci.fi>
41* Visual Studio build system.
42* Unicode handling on Windows.
43
44"Andrey Astafiev" <andrei@tvcell.ru>
45* Russian translation of the HTML documentation
46
47"Miroslav Lichvar" <lichvarm@phoenix.inf.upol.cz>
48* IA-32 assembly versions of several libFLAC routines
49
50"Brady Patterson" <bpat@users.sourceforge.net>
51* AIFF file support, PPC assembly versions of libFLAC routines
52
53"Daisuke Shimamura" <Daisuke_Shimamura@nifty.com>
54* i18n support in the XMMS plugin
55
56"X-Fixer" <x-fixer@narod.ru>
57* Configuration system, tag editing, and file info in the Winamp2 plugin
58
59"Matt Zimmerman" <mdz@debian.org>
60* Libtool/autoconf/automake make system, flac man page
61