CREDITS
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:4k
源码类别:

多媒体编程

开发平台:

Visual C++

  1.  libmad - MPEG audio decoder library
  2.  Copyright (C) 2000-2003 Underbit Technologies, Inc.
  3.  $Id: CREDITS,v 1.1 2003/08/31 18:59:46 gabest Exp $
  4. ===============================================================================
  5. AUTHOR
  6.   Except where otherwise noted, all code was authored by:
  7.       Robert Leslie <rob@underbit.com>
  8. CONTRIBUTORS
  9.   Significant contributions have been incorporated with thanks to:
  10.       Anonymous
  11.         2002/03/15: frame.c
  12.           - Reported problem with use of reserved emphasis value.
  13.       Niek Albers <info@daansystems.com>
  14.         2003/04/21: layer3.c
  15.           - Reported runtime uninitialized use of `ptr' in designating
  16.             ancillary bits after a decoding error.
  17.       David Blythe <blythe@routefree.com>
  18.         2001/01/30: fixed.h
  19.           - Provided initial PowerPC fixed-point assembly.
  20.       Simon Burge <simonb@wasabisystems.com>
  21.         2000/09/20: imdct_l_arm.S
  22.           - Suggested patch for a.out compatibility.
  23.       Joshua Haberman <joshua@haberman.com>
  24.         2001/08/10: decoder.c, huffman.c
  25.           - Suggested portability fixes.
  26.       Timothy King <lordzork@lordzork.com>
  27.         2002/05/04: sf_table.dat, layer12.c
  28.           - Reported problem with use of (missing) scalefactor index 63.
  29.       Andre McCurdy <armccurdy@yahoo.co.uk>
  30.         2000/08/10: imdct_l_arm.S
  31.           - ARM optimized assembly replacement for III_imdct_l().
  32.         2000/09/15: imdct_l_arm.S
  33.           - Applied Nicolas Pitre's rounding optimisation in all remaining
  34.             places.
  35.         2001/02/10: layer3.c
  36.           - Inspiration for Huffman decoding and requantization rewrite, and
  37.             other miscellany.
  38.         2001/03/24: imdct_l_arm.S
  39.           - Corrected PIC unsafe code.
  40.         2002/02/16: fixed.h
  41.           - Discovered bug in ARM version of mad_f_scale64().
  42.       Haruhiko OGASAWARA <theta@m1.interq.or.jp>
  43.         2001/01/28: layer3.c
  44.           - Reported discrepancy in alias reduction for mixed short blocks.
  45.       Brett Paterson <brett@fmod.org>
  46.         2001/10/28: global.h
  47.           - Reported missing <assert.h> et al. under MS Embedded Visual C.
  48.       Sean 'Shaleh' Perry <shaleh@via.net>
  49.         2000/04/04: fixed.h
  50.           - Suggested use of size-dependent typedefs.
  51.         2001/10/22: config.guess, config.sub
  52.           - Keep up to date for proper Debian packaging.
  53.       Bertrand Petit <eemad@phoe.frmug.org>
  54.         2001/11/05: synth.h
  55.           - Suggested PCM channel enumeration constants.
  56.         2001/11/05: stream.h
  57.           - Suggested MAD_ERROR_NONE enumeration constant.
  58.         2001/11/05: stream.c
  59.           - Suggested mad_stream_errorstr() function.
  60.       Nicolas Pitre <nico@cam.org>
  61.         2000/09/09: fixed.h
  62.           - Parameterized all scaling for correct use of all multiplication
  63.             methods within mad_synth_frame().
  64.           - Rewrote the FPM_ARM version of mad_f_mul() so we have 64-bit
  65.             multiplication result, rounding and scaling with 3 instructions.
  66.         2000/09/09: imdct_l_arm.S
  67.           - Optimized rounding + scaling operations.
  68.         2000/09/17: synth.c
  69.           - Changed D[] run-time shifts to compile-time.
  70.           - Modified synthesis for better multiply/accumulate code output.
  71.         2001/08/11: fixed.h, synth.c
  72.           - Suggested 64-bit FPM negation and negative term factorization
  73.             during synthesis.
  74.         2001/08/11: fixed.h
  75.           - Suggested unrounded behavior for FPM_DEFAULT when OPT_SPEED.
  76.         2001/11/19: fixed.c
  77.           - Suggested computation of any resampling ratio.
  78. ===============================================================================