annotate src/libmad-0.15.1b/CREDITS @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +0100
parents c7265573341e
children
rev   line source
Chris@0 1
Chris@0 2 libmad - MPEG audio decoder library
Chris@0 3 Copyright (C) 2000-2004 Underbit Technologies, Inc.
Chris@0 4
Chris@0 5 $Id: CREDITS,v 1.5 2004/02/17 02:02:03 rob Exp $
Chris@0 6
Chris@0 7 ===============================================================================
Chris@0 8
Chris@0 9 AUTHOR
Chris@0 10
Chris@0 11 Except where otherwise noted, all code was authored by:
Chris@0 12
Chris@0 13 Robert Leslie <rob@underbit.com>
Chris@0 14
Chris@0 15 CONTRIBUTORS
Chris@0 16
Chris@0 17 Significant contributions have been incorporated with thanks to:
Chris@0 18
Chris@0 19 Anonymous
Chris@0 20 2002/03/15: frame.c
Chris@0 21 - Reported problem with use of reserved emphasis value.
Chris@0 22 2003/08/31: layer12.c
Chris@0 23 - Suggested support for certain disallowed bitrate/mode
Chris@0 24 combinations.
Chris@0 25
Chris@0 26 Niek Albers <info@daansystems.com>
Chris@0 27 2003/04/21: layer3.c
Chris@0 28 - Reported runtime uninitialized use of `ptr' in designating
Chris@0 29 ancillary bits after a decoding error.
Chris@0 30
Chris@0 31 Christian Biere <cbiere@users.sourceforge.net>
Chris@0 32 2003/02/01: frame.c
Chris@0 33 - Reported assertion failure in layer3.c due to an
Chris@0 34 invalid/unsupported Layer III free format bitrate.
Chris@0 35
Chris@0 36 David Blythe <blythe@routefree.com>
Chris@0 37 2001/01/30: fixed.h
Chris@0 38 - Provided initial PowerPC fixed-point assembly.
Chris@0 39
Chris@0 40 Simon Burge <simonb@wasabisystems.com>
Chris@0 41 2000/09/20: imdct_l_arm.S
Chris@0 42 - Suggested patch for a.out compatibility.
Chris@0 43
Chris@0 44 Brian Cameron <Brian.Cameron@sun.com>
Chris@0 45 2003/07/02: huffman.c
Chris@0 46 - Suggested changes for improved portability.
Chris@0 47
Chris@0 48 Joshua Haberman <joshua@haberman.com>
Chris@0 49 2001/08/10: decoder.c, huffman.c
Chris@0 50 - Suggested portability fixes.
Chris@0 51
Chris@0 52 Timothy King <lordzork@lordzork.com>
Chris@0 53 2002/05/04: sf_table.dat, layer12.c
Chris@0 54 - Reported problem with use of (missing) scalefactor index 63.
Chris@0 55
Chris@0 56 Felix von Leitner <felix-mad@fefe.de>
Chris@0 57 2003/01/21: fixed.h
Chris@0 58 - Suggested Intel scaling alternative for possible speedup.
Chris@0 59
Chris@0 60 Andre McCurdy <armccurdy@yahoo.co.uk>
Chris@0 61 2000/08/10: imdct_l_arm.S
Chris@0 62 - ARM optimized assembly replacement for III_imdct_l().
Chris@0 63 2000/09/15: imdct_l_arm.S
Chris@0 64 - Applied Nicolas Pitre's rounding optimisation in all remaining
Chris@0 65 places.
Chris@0 66 2001/02/10: layer3.c
Chris@0 67 - Inspiration for Huffman decoding and requantization rewrite, and
Chris@0 68 other miscellany.
Chris@0 69 2001/03/24: imdct_l_arm.S
Chris@0 70 - Corrected PIC unsafe code.
Chris@0 71 2002/02/16: fixed.h
Chris@0 72 - Discovered bug in ARM version of mad_f_scale64().
Chris@0 73
Chris@0 74 Haruhiko OGASAWARA <theta@m1.interq.or.jp>
Chris@0 75 2001/01/28: layer3.c
Chris@0 76 - Reported discrepancy in alias reduction for mixed short blocks.
Chris@0 77
Chris@0 78 Brett Paterson <brett@fmod.org>
Chris@0 79 2001/10/28: global.h
Chris@0 80 - Reported missing <assert.h> et al. under MS Embedded Visual C.
Chris@0 81
Chris@0 82 Sean 'Shaleh' Perry <shaleh@via.net>
Chris@0 83 2000/04/04: fixed.h
Chris@0 84 - Suggested use of size-dependent typedefs.
Chris@0 85 2001/10/22: config.guess, config.sub
Chris@0 86 - Keep up to date for proper Debian packaging.
Chris@0 87
Chris@0 88 Bertrand Petit <eemad@phoe.frmug.org>
Chris@0 89 2001/11/05: synth.h
Chris@0 90 - Suggested PCM channel enumeration constants.
Chris@0 91 2001/11/05: stream.h
Chris@0 92 - Suggested MAD_ERROR_NONE enumeration constant.
Chris@0 93 2001/11/05: stream.c
Chris@0 94 - Suggested mad_stream_errorstr() function.
Chris@0 95
Chris@0 96 Nicolas Pitre <nico@cam.org>
Chris@0 97 2000/09/09: fixed.h
Chris@0 98 - Parameterized all scaling for correct use of all multiplication
Chris@0 99 methods within mad_synth_frame().
Chris@0 100 - Rewrote the FPM_ARM version of mad_f_mul() so we have 64-bit
Chris@0 101 multiplication result, rounding and scaling with 3 instructions.
Chris@0 102 2000/09/09: imdct_l_arm.S
Chris@0 103 - Optimized rounding + scaling operations.
Chris@0 104 2000/09/17: synth.c
Chris@0 105 - Changed D[] run-time shifts to compile-time.
Chris@0 106 - Modified synthesis for better multiply/accumulate code output.
Chris@0 107 2001/08/11: fixed.h, synth.c
Chris@0 108 - Suggested 64-bit FPM negation and negative term factorization
Chris@0 109 during synthesis.
Chris@0 110 2001/08/11: fixed.h
Chris@0 111 - Suggested unrounded behavior for FPM_DEFAULT when OPT_SPEED.
Chris@0 112 2001/11/19: fixed.c
Chris@0 113 - Suggested computation of any resampling ratio.
Chris@0 114
Chris@0 115 ===============================================================================
Chris@0 116