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

多媒体编程

开发平台:

Visual C++

  1. Freeware Advanced Audio (AAC) Decoder including SBR decoding
  2. http://www.audiocoding.com/
  3. FAAD2 is a HE, LC, MAIN and LTP profile, MPEG2 and MPEG-4 AAC decoder.
  4. FAAD2 includes code for SBR (HE AAC) decoding.
  5. FAAD2 is licensed under the GPL.
  6. __________
  7. COPYRIGHTS
  8. For FAAD2 the following license applies:
  9. ******************************************************************************
  10. ** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
  11. ** Copyright (C) 2003 M. Bakker (mbakker(at)nero.com), Ahead Software AG
  12. **  
  13. ** This program is free software; you can redistribute it and/or modify
  14. ** it under the terms of the GNU General Public License as published by
  15. ** the Free Software Foundation; either version 2 of the License, or
  16. ** (at your option) any later version.
  17. ** 
  18. ** This program is distributed in the hope that it will be useful,
  19. ** but WITHOUT ANY WARRANTY; without even the implied warranty of
  20. ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21. ** GNU General Public License for more details.
  22. ** 
  23. ** You should have received a copy of the GNU General Public License
  24. ** along with this program; if not, write to the Free Software 
  25. ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  26. **
  27. ** Commercial non-GPL licensing of this software is also possible.
  28. ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
  29. ******************************************************************************
  30. Please note that the use of this software may require the payment of
  31. patent royalties. You need to consider this issue before you start
  32. building derivative works. We are not warranting or indemnifying you in
  33. any way for patent royalities! YOU ARE SOLELY RESPONSIBLE FOR YOUR OWN
  34. ACTIONS!
  35. ______
  36. PEOPLE
  37. FAAD2 is written by:
  38.  - M. Bakker (mbakker(at)nero.com).
  39. _______________
  40. VERSION HISTORY
  41. Sorry, try building a ChangeLog from CVS.
  42. __________________________________
  43. REDISTRIBUTED OPEN SOURCE PACKAGES
  44. This is the list of redistributed open source packages that are included 
  45. in FAAD2:
  46. Name:       mp4v2
  47. Version:    0.9.8.6
  48. Origin:     http://www.mpeg4ip.net
  49. Author:     David Mackie
  50. Directory:  common/mp4v2
  51. License:    MPL, Mozilla Public License, version 1.1
  52. Name:       mp4av
  53. Version:    0.9.8.6
  54. Origin:     http://www.mpeg4ip.net
  55. Author:     David Mackie
  56. Directory:  common/mp4av
  57. License:    MPL, Mozilla Public License, version 1.1
  58. ___________________
  59. DIRECTORY STRUCTURE
  60. faad2 - top level directory.
  61.    aacDECdrop - windows decoder/player with drag'n'drop functionality
  62.    common - generally used libraries and code.
  63.       faad - general common functions like filereading and streaming
  64.              as well as getting info from aac files.
  65.       mp4v2 - MPEG-4 file reading library.
  66.       
  67.       mp4av - MPEG-4 file general function library.
  68.       
  69.       mp4ff - Small MP4 file format library (includes tagging abilities).
  70.       
  71.    CoreAAC - AAC DirectShow filter.
  72.    frontend - command line frontend to the FAAD2 library, also supports
  73.               MPEG-4 file decoding.
  74.    include - inlude file for the FAAD2 library.
  75.    libfaad - the FAAD2 AAC decoder library including SBR.
  76.    
  77.       codebook - Huffman codebooks
  78.    plugins - plugins for all kinds of pograms.
  79.    
  80.       in_mp4 - winamp MPEG-4 AAC file input plugin.
  81.       
  82.       QCD - Quintessential player AAC plugin.
  83.       QCDMp4 - Quintessential player MP4 plugin.
  84.       winamp - winamp2 AAC input plugin.
  85.       winamp3 - winamp3 AAC input plugin.
  86.       
  87.       xmms - xmms AAC plugin
  88.       mpeg4ip - plugin for the mpeg4ip player