aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmad/CREDITS
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-03-04 23:19:57 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-03-04 23:19:57 +0000
commite2d2baece9230967d8f1d5fdb5259515c2fb03c7 (patch)
tree0e0e0470e22eb21a60cf694cbaad199aadc5e242 /src/libmad/CREDITS
parent7be523c015a18ffcfbdd9511e225609729b25a0c (diff)
downloadmpd-e2d2baece9230967d8f1d5fdb5259515c2fb03c7.tar.gz
mpd-e2d2baece9230967d8f1d5fdb5259515c2fb03c7.tar.xz
mpd-e2d2baece9230967d8f1d5fdb5259515c2fb03c7.zip
update to 0.15.1 of libmad and libid3tag
git-svn-id: https://svn.musicpd.org/mpd/trunk@196 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/libmad/CREDITS')
-rw-r--r--src/libmad/CREDITS20
1 files changed, 18 insertions, 2 deletions
diff --git a/src/libmad/CREDITS b/src/libmad/CREDITS
index 3a7003a04..72ec72eda 100644
--- a/src/libmad/CREDITS
+++ b/src/libmad/CREDITS
@@ -1,8 +1,8 @@
libmad - MPEG audio decoder library
- Copyright (C) 2000-2003 Underbit Technologies, Inc.
+ Copyright (C) 2000-2004 Underbit Technologies, Inc.
- $Id: CREDITS,v 1.1 2003/08/14 03:57:13 shank Exp $
+ $Id: CREDITS,v 1.5 2004/02/17 02:02:03 rob Exp $
===============================================================================
@@ -19,12 +19,20 @@ CONTRIBUTORS
Anonymous
2002/03/15: frame.c
- Reported problem with use of reserved emphasis value.
+ 2003/08/31: layer12.c
+ - Suggested support for certain disallowed bitrate/mode
+ combinations.
Niek Albers <info@daansystems.com>
2003/04/21: layer3.c
- Reported runtime uninitialized use of `ptr' in designating
ancillary bits after a decoding error.
+ Christian Biere <cbiere@users.sourceforge.net>
+ 2003/02/01: frame.c
+ - Reported assertion failure in layer3.c due to an
+ invalid/unsupported Layer III free format bitrate.
+
David Blythe <blythe@routefree.com>
2001/01/30: fixed.h
- Provided initial PowerPC fixed-point assembly.
@@ -33,6 +41,10 @@ CONTRIBUTORS
2000/09/20: imdct_l_arm.S
- Suggested patch for a.out compatibility.
+ Brian Cameron <Brian.Cameron@sun.com>
+ 2003/07/02: huffman.c
+ - Suggested changes for improved portability.
+
Joshua Haberman <joshua@haberman.com>
2001/08/10: decoder.c, huffman.c
- Suggested portability fixes.
@@ -41,6 +53,10 @@ CONTRIBUTORS
2002/05/04: sf_table.dat, layer12.c
- Reported problem with use of (missing) scalefactor index 63.
+ Felix von Leitner <felix-mad@fefe.de>
+ 2003/01/21: fixed.h
+ - Suggested Intel scaling alternative for possible speedup.
+
Andre McCurdy <armccurdy@yahoo.co.uk>
2000/08/10: imdct_l_arm.S
- ARM optimized assembly replacement for III_imdct_l().