diff options
Diffstat (limited to '')
-rw-r--r-- | src/libmad/CREDITS | 20 |
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(). |