summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-09-05 21:33:29 +0200
committerGitHub <noreply@github.com>2022-09-05 21:33:29 +0200
commitf1e26d4813138838d4daed49f4b963fa65c3f49f (patch)
tree0e896f3b15290a51ef3b78bc37e1098b3c8ff4e7 /AUTHORS
parentdd8a264c566292de4d7da8f43688a169ffb431a1 (diff)
downloadflac-f1e26d4813138838d4daed49f4b963fa65c3f49f.tar.gz
Update CHANGELOG.md and AUTHORS
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS15
1 files changed, 9 insertions, 6 deletions
diff --git a/AUTHORS b/AUTHORS
index df46be0b..1af15eee 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -17,17 +17,16 @@
* distribution.
*/
-Current FLAC maintainer: Erik de Castro Lopo <erikd@mega-nerd.com>
+This file lists major contributors to the FLAC project. This list is not
+exhaustive. For an exhaustive list, see CHANGELOG.md or the git log, for
+example at https://github.com/xiph/flac/commits or
+https://gitlab.xiph.org/xiph/flac/commits
Original author: Josh Coalson <jcoalson@users.sourceforge.net>
+Maintainer 2012-2020: Erik de Castro Lopo <erikd@mega-nerd.com>
Website : https://www.xiph.org/flac/
-FLAC is an Open Source lossless audio codec originally developed by Josh Coalson
-between 2001 and 2009. From 2009 to 2012 FLAC was basically unmaintained. In
-2012 the Erik de Castro Lopo became the chief maintainer as part of the
-Xiph.Org Foundation.
-
Other major contributors and their contributions:
"lvqcl" <lvqcl@users.sourceforge.net>
@@ -56,3 +55,7 @@ Other major contributors and their contributions:
"Matt Zimmerman" <mdz@debian.org>
* Libtool/autoconf/automake make system, flac man page
+"Martijn van Beurden" <mvanb1@gmail.com>
+* Compression improvements
+* Fuzzer improvements and fixes for fuzz findings
+* Implementation of 32 bps encoder and decoder