[Asterisk-cvs] asterisk/formats format_au.c, 1.9, 1.10 format_g723.c, 1.26, 1.27 format_g726.c, 1.17, 1.18 format_g729.c, 1.26, 1.27 format_gsm.c, 1.31, 1.32 format_h263.c, 1.19, 1.20 format_ilbc.c, 1.19, 1.20 format_jpeg.c, 1.14, 1.15 format_ogg_vorbis.c, 1.8, 1.9 format_pcm.c, 1.27, 1.28 format_pcm_alaw.c, 1.25, 1.26 format_sln.c, 1.17, 1.18 format_vox.c, 1.28, 1.29 format_wav.c, 1.31, 1.32 format_wav_gsm.c, 1.40, 1.41

svn-mirror svn-mirror
Sun Nov 27 22:07:40 CST 2005


Update of /usr/cvsroot/asterisk/formats
In directory mongoose.digium.com:/tmp/cvs-serv27217/formats

Modified Files:
	format_au.c format_g723.c format_g726.c format_g729.c 
	format_gsm.c format_h263.c format_ilbc.c format_jpeg.c 
	format_ogg_vorbis.c format_pcm.c format_pcm_alaw.c 
	format_sln.c format_vox.c format_wav.c format_wav_gsm.c 
Log Message:
update to SVN revision 7207

Index: format_au.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_au.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- format_au.c	28 Nov 2005 02:13:34 -0000	1.9
+++ format_au.c	28 Nov 2005 02:55:58 -0000	1.10
@@ -34,7 +34,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.8 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_g723.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_g723.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- format_g723.c	28 Nov 2005 02:13:34 -0000	1.26
+++ format_g723.c	28 Nov 2005 02:55:58 -0000	1.27
@@ -36,7 +36,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.25 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_g726.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_g726.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- format_g726.c	28 Nov 2005 02:13:34 -0000	1.17
+++ format_g726.c	28 Nov 2005 02:55:58 -0000	1.18
@@ -39,7 +39,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.16 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/options.h"

Index: format_g729.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_g729.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- format_g729.c	28 Nov 2005 02:13:34 -0000	1.26
+++ format_g729.c	28 Nov 2005 02:55:58 -0000	1.27
@@ -37,7 +37,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.25 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_gsm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_gsm.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- format_gsm.c	28 Nov 2005 02:13:34 -0000	1.31
+++ format_gsm.c	28 Nov 2005 02:55:58 -0000	1.32
@@ -34,7 +34,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.30 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_h263.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_h263.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- format_h263.c	28 Nov 2005 02:13:34 -0000	1.19
+++ format_h263.c	28 Nov 2005 02:55:58 -0000	1.20
@@ -34,7 +34,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.18 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_ilbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_ilbc.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- format_ilbc.c	28 Nov 2005 02:13:34 -0000	1.19
+++ format_ilbc.c	28 Nov 2005 02:55:58 -0000	1.20
@@ -36,7 +36,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.18 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_jpeg.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_jpeg.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- format_jpeg.c	28 Nov 2005 02:13:34 -0000	1.14
+++ format_jpeg.c	28 Nov 2005 02:55:58 -0000	1.15
@@ -36,7 +36,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.13 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/channel.h"
 #include "asterisk/file.h"

Index: format_ogg_vorbis.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_ogg_vorbis.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- format_ogg_vorbis.c	28 Nov 2005 02:13:34 -0000	1.8
+++ format_ogg_vorbis.c	28 Nov 2005 02:55:58 -0000	1.9
@@ -41,7 +41,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.7 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 7108 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_pcm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_pcm.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- format_pcm.c	28 Nov 2005 02:13:34 -0000	1.27
+++ format_pcm.c	28 Nov 2005 02:55:58 -0000	1.28
@@ -35,7 +35,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.26 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_pcm_alaw.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_pcm_alaw.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- format_pcm_alaw.c	28 Nov 2005 02:13:34 -0000	1.25
+++ format_pcm_alaw.c	28 Nov 2005 02:55:58 -0000	1.26
@@ -36,7 +36,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.24 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_sln.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_sln.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- format_sln.c	28 Nov 2005 02:13:34 -0000	1.17
+++ format_sln.c	28 Nov 2005 02:55:58 -0000	1.18
@@ -33,7 +33,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.16 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_vox.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_vox.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- format_vox.c	28 Nov 2005 02:13:34 -0000	1.28
+++ format_vox.c	28 Nov 2005 02:55:58 -0000	1.29
@@ -35,7 +35,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.27 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_wav.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_wav.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- format_wav.c	28 Nov 2005 02:13:34 -0000	1.31
+++ format_wav.c	28 Nov 2005 02:55:58 -0000	1.32
@@ -35,7 +35,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.30 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"

Index: format_wav_gsm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/formats/format_wav_gsm.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- format_wav_gsm.c	28 Nov 2005 02:13:34 -0000	1.40
+++ format_wav_gsm.c	28 Nov 2005 02:55:58 -0000	1.41
@@ -38,7 +38,7 @@
 
 #include "asterisk.h"
 
-ASTERISK_FILE_VERSION(__FILE__, "Revision: 1.39 ")
+ASTERISK_FILE_VERSION(__FILE__, "Revision: 6979 ")
 
 #include "asterisk/lock.h"
 #include "asterisk/channel.h"




More information about the svn-commits mailing list