summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libfaad/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libfaad/README')
-rw-r--r--lib/rbcodec/codecs/libfaad/README122
1 files changed, 122 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libfaad/README b/lib/rbcodec/codecs/libfaad/README
new file mode 100644
index 0000000000..a3a3d5a833
--- /dev/null
+++ b/lib/rbcodec/codecs/libfaad/README
@@ -0,0 +1,122 @@
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 M. Bakker (mbakker(at)nero.com), Ahead Software AG
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** Commercial non-GPL licensing of this software is also possible.
34** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
35******************************************************************************
36
37
38Please note that the use of this software may require the payment of
39patent royalties. You need to consider this issue before you start
40building derivative works. We are not warranting or indemnifying you in
41any way for patent royalities! YOU ARE SOLELY RESPONSIBLE FOR YOUR OWN
42ACTIONS!
43
44
45______
46PEOPLE
47
48FAAD2 is written by:
49 - M. Bakker (mbakker(at)nero.com).
50
51
52_______________
53VERSION HISTORY
54
55Sorry, try building a ChangeLog from CVS.
56
57__________________________________
58REDISTRIBUTED OPEN SOURCE PACKAGES
59
60This is the list of redistributed open source packages that are included
61in FAAD2:
62
63Name: mp4v2
64Version: 0.9.8.6
65Origin: http://www.mpeg4ip.net
66Author: David Mackie
67Directory: common/mp4v2
68License: MPL, Mozilla Public License, version 1.1
69
70Name: mp4av
71Version: 0.9.8.6
72Origin: http://www.mpeg4ip.net
73Author: David Mackie
74Directory: common/mp4av
75License: MPL, Mozilla Public License, version 1.1
76
77
78___________________
79DIRECTORY STRUCTURE
80
81faad2 - top level directory.
82
83 aacDECdrop - windows decoder/player with drag'n'drop functionality
84
85 common - generally used libraries and code.
86
87 faad - general common functions like filereading and streaming
88 as well as getting info from aac files.
89
90 mp4v2 - MPEG-4 file reading library.
91
92 mp4av - MPEG-4 file general function library.
93
94 mp4ff - Small MP4 file format library (includes tagging abilities).
95
96 CoreAAC - AAC DirectShow filter.
97
98 frontend - command line frontend to the FAAD2 library, also supports
99 MPEG-4 file decoding.
100
101 include - inlude file for the FAAD2 library.
102
103 libfaad - the FAAD2 AAC decoder library including SBR.
104
105 codebook - Huffman codebooks
106
107 plugins - plugins for all kinds of pograms.
108
109 in_mp4 - winamp MPEG-4 AAC file input plugin.
110
111 QCD - Quintessential player AAC plugin.
112
113 QCDMp4 - Quintessential player MP4 plugin.
114
115 winamp - winamp2 AAC input plugin.
116
117 winamp3 - winamp3 AAC input plugin.
118
119 xmms - xmms AAC plugin
120
121 mpeg4ip - plugin for the mpeg4ip player
122