• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-Jun-2016-

AUTHORSH A D19-Jun-2016312 1712

COPYINGH A D19-Jun-201618 KiB353287

Makefile.amH A D19-Jun-2016205 1412

Makefile.inH A D19-Jun-201620.5 KiB668592

READMEH A D19-Jun-20163 KiB9866

mp4atom.cH A D19-Jun-201639.1 KiB1,217945

mp4ff.cH A D19-Jun-201616.1 KiB612466

mp4ff.hH A D19-Jun-20165.8 KiB12877

mp4ff_int_types.hH A D19-Jun-2016447 2818

mp4ffint.hH A D19-Jun-201612.6 KiB406292

mp4meta.cH A D19-Jun-201613.5 KiB468368

mp4sample.cH A D19-Jun-20164.4 KiB15696

mp4tagupdate.cH A D19-Jun-201616.3 KiB657525

mp4util.cH A D19-Jun-20164.2 KiB192127

README

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