[vlc-devel] [vlc-commits] Add a new aac audio encoder module based on the fdkaac library. It works correctly up to 5. 1 as the current version of the library has problems with 7.1.
Rafaël Carré
funman at videolan.org
Fri Oct 26 13:06:23 CEST 2012
Le 2012-10-26 12:27, Sergio Ammirata a écrit :
> vlc | branch: master | Sergio Ammirata <sergio at ammirata.net> | Thu Oct 25 11:10:07 2012 -0400| [503feeaf87af2f367617a0f6465ef553b86e1cc3] | committer: Ilkka Ollakka
>
> Add a new aac audio encoder module based on the fdkaac library. It works correctly up to 5.1 as the current version of the library has problems with 7.1.
>
> Signed-off-by: Ilkka Ollakka <ileoo at videolan.org>
fdk-aac license says:
-------------------8<-------------------
3. NO PATENT LICENSE
NO EXPRESS OR IMPLIED LICENSES TO ANY PATENT CLAIMS, including without
limitation the patents of Fraunhofer,
ARE GRANTED BY THIS SOFTWARE LICENSE. Fraunhofer provides no warranty of
patent non-infringement with
respect to this software.
You may use this FDK AAC Codec software or modifications thereto only
for purposes that are authorized
by appropriate patent licenses.
-------------------8<-------------------
Do we need a --enable-nonfree configure option to enable it, just like
libav/ffmpeg do ?
(And we might add a --enable-gpl as well to track which modules are GPL
and which are LGPL)
More information about the vlc-devel
mailing list