changeset 12625:d81145997036

More information about modifications to comply more closely with GPL 2a.
author diego
date Wed, 23 Jun 2004 13:50:53 +0000
parents 730fc470a30c
children 85e514615c06
files libfaad2/analysis.h libfaad2/bits.c libfaad2/bits.h libfaad2/cfft.c libfaad2/cfft.h libfaad2/cfft_tab.h libfaad2/codebook/hcb.h libfaad2/codebook/hcb_1.h libfaad2/codebook/hcb_10.h libfaad2/codebook/hcb_11.h libfaad2/codebook/hcb_2.h libfaad2/codebook/hcb_3.h libfaad2/codebook/hcb_4.h libfaad2/codebook/hcb_5.h libfaad2/codebook/hcb_6.h libfaad2/codebook/hcb_7.h libfaad2/codebook/hcb_8.h libfaad2/codebook/hcb_9.h libfaad2/codebook/hcb_sf.h libfaad2/common.c libfaad2/common.h libfaad2/decoder.c libfaad2/decoder.h libfaad2/drc.c libfaad2/drc.h libfaad2/error.c libfaad2/error.h libfaad2/faad.h libfaad2/filtbank.c libfaad2/filtbank.h libfaad2/fixed.h libfaad2/hcr.c libfaad2/huffman.c libfaad2/huffman.h libfaad2/ic_predict.c libfaad2/ic_predict.h libfaad2/iq_table.h libfaad2/is.c libfaad2/is.h libfaad2/kbd_win.h libfaad2/lt_predict.c libfaad2/lt_predict.h libfaad2/mdct.c libfaad2/mdct.h libfaad2/mp4.c libfaad2/mp4.h libfaad2/ms.c libfaad2/ms.h libfaad2/output.c libfaad2/output.h libfaad2/pns.c libfaad2/pns.h libfaad2/pulse.c libfaad2/pulse.h libfaad2/rvlc.c libfaad2/rvlc.h libfaad2/sbr_dct.c libfaad2/sbr_dct.h libfaad2/sbr_dec.c libfaad2/sbr_dec.h libfaad2/sbr_e_nf.c libfaad2/sbr_e_nf.h libfaad2/sbr_fbt.c libfaad2/sbr_fbt.h libfaad2/sbr_hfadj.c libfaad2/sbr_hfadj.h libfaad2/sbr_hfgen.c libfaad2/sbr_hfgen.h libfaad2/sbr_huff.c libfaad2/sbr_huff.h libfaad2/sbr_noise.h libfaad2/sbr_qmf.c libfaad2/sbr_qmf.h libfaad2/sbr_qmf_c.h libfaad2/sbr_syntax.c libfaad2/sbr_syntax.h libfaad2/sbr_tf_grid.c libfaad2/sbr_tf_grid.h libfaad2/sine_win.h libfaad2/specrec.c libfaad2/specrec.h libfaad2/ssr.c libfaad2/ssr.h libfaad2/ssr_fb.c libfaad2/ssr_fb.h libfaad2/ssr_ipqf.c libfaad2/ssr_ipqf.h libfaad2/ssr_win.h libfaad2/structs.h libfaad2/syntax.c libfaad2/syntax.h libfaad2/tns.c libfaad2/tns.h
diffstat 93 files changed, 276 insertions(+), 89 deletions(-) [+]
line wrap: on
line diff
--- a/libfaad2/analysis.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/analysis.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: analysis.h,v 1.1 2003/08/30 22:30:21 arpi Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: analysis.h,v 1.2 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __ANALYSIS_H__
--- a/libfaad2/bits.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/bits.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: bits.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: bits.c,v 1.3 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/bits.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/bits.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
 ** $Id$
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __BITS_H__
--- a/libfaad2/cfft.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/cfft.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: cfft.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: cfft.c,v 1.3 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /*
--- a/libfaad2/cfft.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/cfft.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: cfft.h,v 1.1 2003/08/30 22:30:21 arpi Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: cfft.h,v 1.2 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __CFFT_H__
--- a/libfaad2/cfft_tab.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/cfft_tab.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: cfft_tab.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: cfft_tab.h,v 1.3 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __CFFT_TAB_H__
--- a/libfaad2/codebook/hcb.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb.h,v 1.5 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __HCB_H__
--- a/libfaad2/codebook/hcb_1.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb_1.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb_1.h,v 1.2 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb_1.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* 2-step huffman table HCB_1 */
--- a/libfaad2/codebook/hcb_10.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb_10.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb_10.h,v 1.2 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb_10.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* 2-step huffman table HCB_10 */
--- a/libfaad2/codebook/hcb_11.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb_11.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb_11.h,v 1.2 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb_11.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* 2-step huffman table HCB_11 */
--- a/libfaad2/codebook/hcb_2.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb_2.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb_2.h,v 1.2 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb_2.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* 2-step huffman table HCB_2 */
--- a/libfaad2/codebook/hcb_3.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb_3.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb_3.h,v 1.2 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb_3.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* Binary search huffman table HCB_3 */
--- a/libfaad2/codebook/hcb_4.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb_4.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb_4.h,v 1.2 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb_4.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* 2-step huffman table HCB_4 */
--- a/libfaad2/codebook/hcb_5.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb_5.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb_5.h,v 1.2 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb_5.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* Binary search huffman table HCB_5 */
--- a/libfaad2/codebook/hcb_6.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb_6.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb_6.h,v 1.2 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb_6.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* 2-step huffman table HCB_6 */
--- a/libfaad2/codebook/hcb_7.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb_7.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb_7.h,v 1.2 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb_7.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* Binary search huffman table HCB_7 */
--- a/libfaad2/codebook/hcb_8.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb_8.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb_8.h,v 1.2 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb_8.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* 2-step huffman table HCB_8 */
--- a/libfaad2/codebook/hcb_9.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb_9.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb_9.h,v 1.2 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb_9.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* Binary search huffman table HCB_9 */
--- a/libfaad2/codebook/hcb_sf.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/codebook/hcb_sf.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcb_sf.h,v 1.2 2003/07/29 08:20:14 menno Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcb_sf.h,v 1.1 2003/08/30 22:30:28 arpi Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* Binary search huffman table HCB_SF */
--- a/libfaad2/common.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/common.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: common.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: common.c,v 1.3 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* just some common functions that could be used anywhere */
--- a/libfaad2/common.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/common.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
 ** $Id$
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __COMMON_H__
--- a/libfaad2/decoder.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/decoder.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: decoder.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: decoder.c,v 1.3 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/decoder.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/decoder.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: decoder.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: decoder.h,v 1.3 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __DECODER_H__
--- a/libfaad2/drc.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/drc.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: drc.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: drc.c,v 1.3 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/drc.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/drc.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: drc.h,v 1.1 2003/08/30 22:30:21 arpi Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: drc.h,v 1.2 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __DRC_H__
--- a/libfaad2/error.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/error.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: error.c,v 1.1 2003/08/30 22:30:21 arpi Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: error.c,v 1.2 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/error.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/error.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: error.h,v 1.1 2003/08/30 22:30:21 arpi Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: error.h,v 1.2 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __ERROR_H__
--- a/libfaad2/faad.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/faad.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: faad.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: faad.h,v 1.3 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __AACDEC_H__
--- a/libfaad2/filtbank.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/filtbank.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: filtbank.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: filtbank.c,v 1.3 2004/06/02 22:59:02 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/filtbank.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/filtbank.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: filtbank.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: filtbank.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __FILTBANK_H__
--- a/libfaad2/fixed.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/fixed.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: fixed.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: fixed.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __FIXED_H__
--- a/libfaad2/hcr.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/hcr.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: hcr.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: hcr.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/huffman.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/huffman.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: huffman.c,v 1.1 2003/10/03 22:23:26 alex Exp $
+** Initially modified for use with MPlayer by Alex Beregszaszi on 2003/10/03
+** $Id: huffman.c,v 1.2 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/huffman.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/huffman.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: huffman.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: huffman.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __HUFFMAN_H__
--- a/libfaad2/ic_predict.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/ic_predict.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: ic_predict.c,v 1.1 2003/08/30 22:30:21 arpi Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: ic_predict.c,v 1.2 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/ic_predict.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/ic_predict.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: ic_predict.h,v 1.1 2003/08/30 22:30:21 arpi Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: ic_predict.h,v 1.2 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifdef MAIN_DEC
--- a/libfaad2/iq_table.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/iq_table.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: iq_table.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: iq_table.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef IQ_TABLE_H__
--- a/libfaad2/is.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/is.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: is.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: is.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/is.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/is.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: is.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: is.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __IS_H__
--- a/libfaad2/kbd_win.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/kbd_win.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: kbd_win.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: kbd_win.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __KBD_WIN_H__
--- a/libfaad2/lt_predict.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/lt_predict.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: lt_predict.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: lt_predict.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 
--- a/libfaad2/lt_predict.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/lt_predict.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: lt_predict.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: lt_predict.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifdef LTP_DEC
--- a/libfaad2/mdct.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/mdct.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: mdct.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: mdct.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /*
--- a/libfaad2/mdct.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/mdct.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: mdct.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: mdct.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __MDCT_H__
--- a/libfaad2/mp4.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/mp4.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: mp4.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: mp4.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/mp4.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/mp4.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: mp4.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: mp4.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __MP4_H__
--- a/libfaad2/ms.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/ms.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: ms.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: ms.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/ms.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/ms.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: ms.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: ms.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __MS_H__
--- a/libfaad2/output.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/output.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
 ** $Id$
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/output.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/output.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: output.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: output.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __OUTPUT_H__
--- a/libfaad2/pns.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/pns.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: pns.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: pns.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/pns.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/pns.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: pns.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: pns.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __PNS_H__
--- a/libfaad2/pulse.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/pulse.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: pulse.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: pulse.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/pulse.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/pulse.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: pulse.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: pulse.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __PULSE_H__
--- a/libfaad2/rvlc.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/rvlc.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: rvlc.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: rvlc.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* RVLC scalefactor decoding
--- a/libfaad2/rvlc.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/rvlc.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: rvlc.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: rvlc.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __RVLC_SCF_H__
--- a/libfaad2/sbr_dct.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_dct.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_dct.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_dct.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/sbr_dct.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_dct.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_dct.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_dct.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SBR_DCT_H__
--- a/libfaad2/sbr_dec.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_dec.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_dec.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_dec.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 
--- a/libfaad2/sbr_dec.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_dec.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_dec.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_dec.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SBR_DEC_H__
--- a/libfaad2/sbr_e_nf.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_e_nf.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_e_nf.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_e_nf.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/sbr_e_nf.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_e_nf.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_e_nf.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_e_nf.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SBR_E_NF_H__
--- a/libfaad2/sbr_fbt.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_fbt.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_fbt.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_fbt.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* Calculate frequency band tables */
--- a/libfaad2/sbr_fbt.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_fbt.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_fbt.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_fbt.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SBR_FBT_H__
--- a/libfaad2/sbr_hfadj.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_hfadj.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_hfadj.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_hfadj.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* High Frequency adjustment */
--- a/libfaad2/sbr_hfadj.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_hfadj.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_hfadj.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_hfadj.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SBR_HFADJ_H__
--- a/libfaad2/sbr_hfgen.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_hfgen.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_hfgen.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_hfgen.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* High Frequency generation */
--- a/libfaad2/sbr_hfgen.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_hfgen.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_hfgen.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_hfgen.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SBR_HFGEN_H__
--- a/libfaad2/sbr_huff.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_huff.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_huff.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_huff.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/sbr_huff.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_huff.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_huff.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_huff.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SBR_HUFF_H__
--- a/libfaad2/sbr_noise.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_noise.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_noise.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_noise.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SBR_NOISE_H__
--- a/libfaad2/sbr_qmf.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_qmf.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_qmf.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_qmf.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/sbr_qmf.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_qmf.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_qmf.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_qmf.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SBR_QMF_H__
--- a/libfaad2/sbr_qmf_c.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_qmf_c.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_qmf_c.h,v 1.1 2003/10/03 22:23:26 alex Exp $
+** Initially modified for use with MPlayer by Alex Beregszaszi on 2003/10/03
+** $Id: sbr_qmf_c.h,v 1.2 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SBR_QMF_C_H__
--- a/libfaad2/sbr_syntax.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_syntax.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_syntax.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_syntax.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/sbr_syntax.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_syntax.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_syntax.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_syntax.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SBR_SYNTAX_H__
--- a/libfaad2/sbr_tf_grid.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_tf_grid.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_tf_grid.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_tf_grid.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /* Time/Frequency grid */
--- a/libfaad2/sbr_tf_grid.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sbr_tf_grid.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sbr_tf_grid.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sbr_tf_grid.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SBR_TF_GRID_H__
--- a/libfaad2/sine_win.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/sine_win.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: sine_win.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: sine_win.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SINE_WIN_H__
--- a/libfaad2/specrec.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/specrec.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: specrec.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: specrec.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /*
--- a/libfaad2/specrec.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/specrec.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: specrec.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: specrec.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SPECREC_H__
--- a/libfaad2/ssr.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/ssr.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: ssr.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: ssr.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/ssr.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/ssr.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: ssr.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: ssr.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SSR_H__
--- a/libfaad2/ssr_fb.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/ssr_fb.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: ssr_fb.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: ssr_fb.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/ssr_fb.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/ssr_fb.h	Wed Jun 23 13:50:53 2004 +0000
@@ -16,6 +16,9 @@
 ** along with this program; if not, write to the Free Software 
 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 **
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id$
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SSR_FB_H__
--- a/libfaad2/ssr_ipqf.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/ssr_ipqf.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: ssr_ipqf.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: ssr_ipqf.c,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/ssr_ipqf.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/ssr_ipqf.h	Wed Jun 23 13:50:53 2004 +0000
@@ -16,7 +16,9 @@
 ** along with this program; if not, write to the Free Software 
 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 **
-** $Id: ssr_ipqf.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: ssr_ipqf.h,v 1.3 2004/06/02 22:59:03 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SSR_IPQF_H__
--- a/libfaad2/ssr_win.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/ssr_win.h	Wed Jun 23 13:50:53 2004 +0000
@@ -16,7 +16,9 @@
 ** along with this program; if not, write to the Free Software 
 ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 **
-** $Id: ssr_win.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: ssr_win.h,v 1.3 2004/06/02 22:59:04 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SSR_WIN_H__
--- a/libfaad2/structs.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/structs.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: structs.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: structs.h,v 1.3 2004/06/02 22:59:04 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __STRUCTS_H__
--- a/libfaad2/syntax.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/syntax.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: syntax.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: syntax.c,v 1.3 2004/06/02 22:59:04 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 /*
--- a/libfaad2/syntax.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/syntax.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: syntax.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: syntax.h,v 1.3 2004/06/02 22:59:04 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __SYNTAX_H__
--- a/libfaad2/tns.c	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/tns.c	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: tns.c,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: tns.c,v 1.3 2004/06/02 22:59:04 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #include "common.h"
--- a/libfaad2/tns.h	Wed Jun 23 12:48:42 2004 +0000
+++ b/libfaad2/tns.h	Wed Jun 23 13:50:53 2004 +0000
@@ -22,7 +22,9 @@
 ** Commercial non-GPL licensing of this software is possible.
 ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com.
 **
-** $Id: tns.h,v 1.2 2003/10/03 22:22:27 alex Exp $
+** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30
+** $Id: tns.h,v 1.3 2004/06/02 22:59:04 diego Exp $
+** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
 **/
 
 #ifndef __TNS_H__