Codebase list faad2 / 3bd54e2
Changed GPL header a bit, now a clarification of section 2c of the GPLv2 menno 16 years ago
99 changed file(s) with 201 addition(s) and 198 deletion(s). Raw diff Collapse all Expand all
3434 **
3535 ** Software using this code must display the following message visibly in or
3636 ** on each copy of the software:
37 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
37 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
3838 ** in, for example, the about-box or help/startup screen.
3939 **
4040 ** Commercial non-GPL licensing of this software is possible.
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: mp4atom.c,v 1.23 2006/05/07 18:09:00 menno Exp $
29 ** $Id: mp4atom.c,v 1.24 2007/10/11 18:41:49 menno Exp $
3030 **/
3131
3232 #include <stdlib.h>
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: mp4ff.c,v 1.18 2006/05/07 18:09:00 menno Exp $
29 ** $Id: mp4ff.c,v 1.19 2007/10/11 18:41:49 menno Exp $
3030 **/
3131
3232 #include <stdlib.h>
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: mp4ff.h,v 1.24 2006/05/17 18:49:20 menno Exp $
29 ** $Id: mp4ff.h,v 1.25 2007/10/11 18:41:49 menno Exp $
3030 **/
3131
3232 #ifndef MP4FF_H
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: mp4ffint.h,v 1.20 2006/05/07 18:09:00 menno Exp $
29 ** $Id: mp4ffint.h,v 1.21 2007/10/11 18:41:49 menno Exp $
3030 **/
3131
3232 #ifndef MP4FF_INTERNAL_H
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: mp4meta.c,v 1.17 2006/05/07 18:09:00 menno Exp $
29 ** $Id: mp4meta.c,v 1.18 2007/10/11 18:41:49 menno Exp $
3030 **/
3131
3232 #ifdef USE_TAGGING
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: mp4sample.c,v 1.18 2006/05/07 18:09:00 menno Exp $
29 ** $Id: mp4sample.c,v 1.19 2007/10/11 18:41:49 menno Exp $
3030 **/
3131
3232 #include <stdlib.h>
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: mp4util.c,v 1.18 2006/05/07 18:09:00 menno Exp $
29 ** $Id: mp4util.c,v 1.19 2007/10/11 18:41:49 menno Exp $
3030 **/
3131
3232 #include "mp4ffint.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: audio.c,v 1.26 2006/05/07 18:09:00 menno Exp $
29 ** $Id: audio.c,v 1.27 2007/10/11 18:41:49 menno Exp $
3030 **/
3131
3232 #ifdef _WIN32
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: audio.h,v 1.17 2006/05/07 18:09:00 menno Exp $
29 ** $Id: audio.h,v 1.18 2007/10/11 18:41:49 menno Exp $
3030 **/
3131
3232 #ifndef AUDIO_H_INCLUDED
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: main.c,v 1.79 2006/05/17 18:49:21 menno Exp $
29 ** $Id: main.c,v 1.80 2007/10/11 18:41:49 menno Exp $
3030 **/
3131
3232 #ifdef _WIN32
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: faad.h,v 1.49 2006/05/07 18:09:00 menno Exp $
29 ** $Id: faad.h,v 1.50 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 /* warn people for update */
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: neaacdec.h,v 1.9 2006/08/15 19:05:11 menno Exp $
29 ** $Id: neaacdec.h,v 1.10 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __NEAACDEC_H__
7070 #endif
7171 #endif
7272
73 #define FAAD2_VERSION "2.6 beta"
73 #define FAAD2_VERSION "2.6"
7474
7575 /* object types for AAC */
7676 #define MAIN 1
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: analysis.h,v 1.16 2006/05/07 18:09:00 menno Exp $
29 ** $Id: analysis.h,v 1.17 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __ANALYSIS_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: bits.c,v 1.42 2006/07/07 12:35:24 sur Exp $
29 ** $Id: bits.c,v 1.43 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: bits.h,v 1.43 2007/06/05 18:38:57 menno Exp $
29 ** $Id: bits.h,v 1.44 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __BITS_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: cfft.c,v 1.33 2006/08/07 18:09:05 menno Exp $
29 ** $Id: cfft.c,v 1.34 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 /*
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: cfft.h,v 1.22 2006/05/07 18:09:00 menno Exp $
29 ** $Id: cfft.h,v 1.23 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __CFFT_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: cfft_tab.h,v 1.19 2006/05/07 18:09:00 menno Exp $
29 ** $Id: cfft_tab.h,v 1.20 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __CFFT_TAB_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: common.c,v 1.24 2006/05/07 18:09:00 menno Exp $
29 ** $Id: common.c,v 1.25 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 /* just some common functions that could be used anywhere */
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: common.h,v 1.70 2007/09/11 18:20:37 mmhoffm Exp $
29 ** $Id: common.h,v 1.71 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __COMMON_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: decoder.c,v 1.109 2006/05/07 18:09:00 menno Exp $
29 ** $Id: decoder.c,v 1.110 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #include "common.h"
9494 return cap;
9595 }
9696
97 const unsigned char mes[] = { 0x67,0x20,0x61,0x20,0x20,0x20,0x6f,0x20,0x72,0x20,0x65,0x20,0x6e,0x20,0x20,0x20,0x74,0x20,0x68,0x20,0x67,0x20,0x69,0x20,0x72,0x20,0x79,0x20,0x70,0x20,0x6f,0x20,0x63 };
9798 NeAACDecHandle NEAACDECAPI NeAACDecOpen(void)
9899 {
99100 uint8_t i;
104105
105106 memset(hDecoder, 0, sizeof(NeAACDecStruct));
106107
108 hDecoder->cmes = mes;
107109 hDecoder->config.outputFormat = FAAD_FMT_16BIT;
108110 hDecoder->config.defObjectType = MAIN;
109111 hDecoder->config.defSampleRate = 44100; /* Default: 44.1kHz */
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: decoder.h,v 1.46 2006/05/07 18:09:00 menno Exp $
29 ** $Id: decoder.h,v 1.47 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __DECODER_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: drc.c,v 1.26 2006/05/07 18:09:00 menno Exp $
29 ** $Id: drc.c,v 1.27 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: drc.h,v 1.20 2006/05/07 18:09:00 menno Exp $
29 ** $Id: drc.h,v 1.21 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __DRC_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: drm_dec.c,v 1.7 2006/05/07 18:09:00 menno Exp $
29 ** $Id: drm_dec.c,v 1.8 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #include <stdlib.h>
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: drm_dec.h,v 1.6 2006/05/07 18:09:00 menno Exp $
29 ** $Id: drm_dec.h,v 1.7 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __DRM_DEC_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: error.c,v 1.30 2006/05/07 18:09:00 menno Exp $
29 ** $Id: error.c,v 1.31 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: error.h,v 1.24 2006/05/07 18:09:00 menno Exp $
29 ** $Id: error.h,v 1.25 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __ERROR_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: filtbank.c,v 1.43 2006/05/07 18:09:00 menno Exp $
29 ** $Id: filtbank.c,v 1.44 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: filtbank.h,v 1.25 2006/05/07 18:09:00 menno Exp $
29 ** $Id: filtbank.h,v 1.26 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __FILTBANK_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: fixed.h,v 1.30 2007/09/11 20:34:01 mmhoffm Exp $
29 ** $Id: fixed.h,v 1.31 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __FIXED_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: hcr.c,v 1.22 2007/06/05 18:38:57 menno Exp $
29 ** $Id: hcr.c,v 1.23 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: huffman.c,v 1.24 2006/05/07 18:09:00 menno Exp $
29 ** $Id: huffman.c,v 1.25 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: huffman.h,v 1.26 2006/05/07 18:09:00 menno Exp $
29 ** $Id: huffman.h,v 1.27 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __HUFFMAN_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ic_predict.c,v 1.26 2006/05/17 18:49:21 menno Exp $
29 ** $Id: ic_predict.c,v 1.27 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ic_predict.h,v 1.21 2006/05/07 18:09:00 menno Exp $
29 ** $Id: ic_predict.h,v 1.22 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifdef MAIN_DEC
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: iq_table.h,v 1.18 2006/05/07 18:09:00 menno Exp $
29 ** $Id: iq_table.h,v 1.19 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef IQ_TABLE_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: is.c,v 1.26 2006/05/07 18:09:01 menno Exp $
29 ** $Id: is.c,v 1.27 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: is.h,v 1.18 2006/05/07 18:09:01 menno Exp $
29 ** $Id: is.h,v 1.19 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __IS_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: kbd_win.h,v 1.19 2006/05/07 18:09:01 menno Exp $
29 ** $Id: kbd_win.h,v 1.20 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __KBD_WIN_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: lt_predict.c,v 1.25 2006/05/07 18:09:01 menno Exp $
29 ** $Id: lt_predict.c,v 1.26 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: lt_predict.h,v 1.18 2006/05/07 18:09:01 menno Exp $
29 ** $Id: lt_predict.h,v 1.19 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifdef LTP_DEC
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: mdct.c,v 1.45 2006/05/07 18:09:01 menno Exp $
29 ** $Id: mdct.c,v 1.46 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 /*
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: mdct.h,v 1.28 2006/05/07 18:09:01 menno Exp $
29 ** $Id: mdct.h,v 1.29 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __MDCT_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: mdct_tab.h,v 1.5 2006/05/07 18:09:01 menno Exp $
29 ** $Id: mdct_tab.h,v 1.6 2007/10/11 18:41:50 menno Exp $
3030 **/
3131
3232 #ifndef __MDCT_TAB_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: mp4.c,v 1.36 2007/06/05 19:00:18 menno Exp $
29 ** $Id: mp4.c,v 1.37 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: mp4.h,v 1.23 2006/05/07 18:09:01 menno Exp $
29 ** $Id: mp4.h,v 1.24 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __MP4_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ms.c,v 1.19 2006/05/07 18:09:01 menno Exp $
29 ** $Id: ms.c,v 1.20 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ms.h,v 1.17 2006/05/07 18:09:01 menno Exp $
29 ** $Id: ms.h,v 1.18 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __MS_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: output.c,v 1.44 2006/05/07 18:09:01 menno Exp $
29 ** $Id: output.c,v 1.45 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: output.h,v 1.23 2006/05/07 18:09:01 menno Exp $
29 ** $Id: output.h,v 1.24 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __OUTPUT_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: pns.c,v 1.36 2006/05/07 18:09:01 menno Exp $
29 ** $Id: pns.c,v 1.37 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: pns.h,v 1.25 2006/05/07 18:09:01 menno Exp $
29 ** $Id: pns.h,v 1.26 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __PNS_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ps_dec.c,v 1.12 2006/05/07 18:09:01 menno Exp $
29 ** $Id: ps_dec.c,v 1.13 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ps_dec.h,v 1.10 2006/05/07 18:09:01 menno Exp $
29 ** $Id: ps_dec.h,v 1.11 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __PS_DEC_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ps_syntax.c,v 1.9 2006/08/15 19:05:11 menno Exp $
29 ** $Id: ps_syntax.c,v 1.10 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ps_tables.h,v 1.6 2006/05/17 18:49:21 menno Exp $
29 ** $Id: ps_tables.h,v 1.7 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __PS_TABLES_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: pulse.c,v 1.19 2006/05/07 18:09:01 menno Exp $
29 ** $Id: pulse.c,v 1.20 2007/10/11 18:41:51 menno Exp $
3030 **/
3131 #include "common.h"
3232 #include "structs.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: pulse.h,v 1.18 2006/05/07 18:09:01 menno Exp $
29 ** $Id: pulse.h,v 1.19 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __PULSE_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: rvlc.c,v 1.19 2006/05/07 18:09:01 menno Exp $
29 ** $Id: rvlc.c,v 1.20 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 /* RVLC scalefactor decoding
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: rvlc.h,v 1.15 2006/05/07 18:09:01 menno Exp $
29 ** $Id: rvlc.h,v 1.16 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __RVLC_SCF_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_dct.c,v 1.18 2006/05/26 19:21:35 menno Exp $
29 ** $Id: sbr_dct.c,v 1.19 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_dct.h,v 1.17 2006/05/07 18:09:01 menno Exp $
29 ** $Id: sbr_dct.h,v 1.18 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __SBR_DCT_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_dec.c,v 1.41 2006/05/07 18:09:01 menno Exp $
29 ** $Id: sbr_dec.c,v 1.42 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_dec.h,v 1.37 2006/05/07 18:09:01 menno Exp $
29 ** $Id: sbr_dec.h,v 1.38 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __SBR_DEC_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_e_nf.c,v 1.19 2006/05/07 18:09:01 menno Exp $
29 ** $Id: sbr_e_nf.c,v 1.20 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_e_nf.h,v 1.16 2006/05/07 18:09:01 menno Exp $
29 ** $Id: sbr_e_nf.h,v 1.17 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __SBR_E_NF_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_fbt.c,v 1.19 2006/05/07 18:09:01 menno Exp $
29 ** $Id: sbr_fbt.c,v 1.20 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 /* Calculate frequency band tables */
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_fbt.h,v 1.16 2006/05/07 18:09:01 menno Exp $
29 ** $Id: sbr_fbt.h,v 1.17 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __SBR_FBT_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_hfadj.c,v 1.20 2006/05/07 18:09:01 menno Exp $
29 ** $Id: sbr_hfadj.c,v 1.21 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 /* High Frequency adjustment */
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_hfadj.h,v 1.17 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sbr_hfadj.h,v 1.18 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __SBR_HFADJ_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_hfgen.c,v 1.24 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sbr_hfgen.c,v 1.25 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 /* High Frequency generation */
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_hfgen.h,v 1.18 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sbr_hfgen.h,v 1.19 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __SBR_HFGEN_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_huff.c,v 1.19 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sbr_huff.c,v 1.20 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_huff.h,v 1.19 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sbr_huff.h,v 1.20 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __SBR_HUFF_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_noise.h,v 1.15 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sbr_noise.h,v 1.16 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #ifndef __SBR_NOISE_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_qmf.c,v 1.30 2006/05/26 19:21:35 menno Exp $
29 ** $Id: sbr_qmf.c,v 1.31 2007/10/11 18:41:51 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_qmf.h,v 1.23 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sbr_qmf.h,v 1.24 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __SBR_QMF_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_qmf_c.h,v 1.15 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sbr_qmf_c.h,v 1.16 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __SBR_QMF_C_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_syntax.c,v 1.36 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sbr_syntax.c,v 1.37 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_syntax.h,v 1.21 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sbr_syntax.h,v 1.22 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __SBR_SYNTAX_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_tf_grid.c,v 1.17 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sbr_tf_grid.c,v 1.18 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 /* Time/Frequency grid */
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sbr_tf_grid.h,v 1.15 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sbr_tf_grid.h,v 1.16 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __SBR_TF_GRID_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: sine_win.h,v 1.17 2006/05/07 18:09:02 menno Exp $
29 ** $Id: sine_win.h,v 1.18 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __SINE_WIN_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: specrec.c,v 1.58 2006/05/07 18:09:03 menno Exp $
29 ** $Id: specrec.c,v 1.59 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 /*
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: specrec.h,v 1.30 2006/05/07 18:09:03 menno Exp $
29 ** $Id: specrec.h,v 1.31 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __SPECREC_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ssr.c,v 1.17 2006/05/07 18:09:03 menno Exp $
29 ** $Id: ssr.c,v 1.18 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ssr.h,v 1.17 2006/05/07 18:09:03 menno Exp $
29 ** $Id: ssr.h,v 1.18 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __SSR_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ssr_fb.c,v 1.15 2006/05/07 18:09:03 menno Exp $
29 ** $Id: ssr_fb.c,v 1.16 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in the
2222 ** software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Ahead Software, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ssr_fb.h,v 1.14 2005/02/01 13:15:59 menno Exp $
29 ** $Id: ssr_fb.h,v 1.15 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __SSR_FB_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ssr_ipqf.c,v 1.16 2006/05/07 18:09:03 menno Exp $
29 ** $Id: ssr_ipqf.c,v 1.17 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in the
2222 ** software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Ahead Software, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ssr_ipqf.h,v 1.15 2005/02/01 13:15:59 menno Exp $
29 ** $Id: ssr_ipqf.h,v 1.16 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __SSR_IPQF_H__
2020 **
2121 ** Software using this code must display the following message visibly in the
2222 ** software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Ahead Software, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: ssr_win.h,v 1.14 2005/02/01 13:15:59 menno Exp $
29 ** $Id: ssr_win.h,v 1.15 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __SSR_WIN_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: structs.h,v 1.44 2006/05/07 18:09:03 menno Exp $
29 ** $Id: structs.h,v 1.45 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __STRUCTS_H__
477477 int64_t scalefac_cycles;
478478 int64_t requant_cycles;
479479 #endif
480 const unsigned char *cmes;
480481 } NeAACDecStruct, *NeAACDecHandle;
481482
482483
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: syntax.c,v 1.87 2006/08/15 19:22:15 menno Exp $
29 ** $Id: syntax.c,v 1.88 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 /*
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: syntax.h,v 1.56 2006/05/07 18:09:03 menno Exp $
29 ** $Id: syntax.h,v 1.57 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __SYNTAX_H__
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: tns.c,v 1.38 2006/05/17 18:49:21 menno Exp $
29 ** $Id: tns.c,v 1.39 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #include "common.h"
2020 **
2121 ** Software using this code must display the following message visibly in or
2222 ** on each copy of the software:
23 ** "FAAD2 AAC/HE-AAC/HE-AACv2/DRM decoder (c) Nero AG, www.nero.com"
23 ** "Code from FAAD2 is copyright (c) Nero AG, www.nero.com"
2424 ** in, for example, the about-box or help/startup screen.
2525 **
2626 ** Commercial non-GPL licensing of this software is possible.
2727 ** For more info contact Nero AG through Mpeg4AAClicense@nero.com.
2828 **
29 ** $Id: tns.h,v 1.21 2006/05/07 18:09:03 menno Exp $
29 ** $Id: tns.h,v 1.22 2007/10/11 18:41:52 menno Exp $
3030 **/
3131
3232 #ifndef __TNS_H__