Update of /usr/cvsroot/asterisk/codecs
In directory mongoose.digium.com:/tmp/cvs-serv2786/codecs
Modified Files:
codec_a_mu.c codec_adpcm.c codec_alaw.c codec_g723_1.c
codec_g726.c codec_gsm.c codec_ilbc.c codec_lpc10.c
codec_speex.c codec_ulaw.c
Log Message:
issue #5605
Index: codec_a_mu.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_a_mu.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- codec_a_mu.c 26 Oct 2005 13:03:17 -0000 1.11
+++ codec_a_mu.c 6 Nov 2005 15:09:46 -0000 1.12
@@ -20,6 +20,7 @@
*
* \brief codec_a_mu.c - translate between alaw and ulaw directly
*
+ * \ingroup codecs
*/
#include <fcntl.h>
Index: codec_adpcm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_adpcm.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- codec_adpcm.c 26 Oct 2005 13:03:17 -0000 1.21
+++ codec_adpcm.c 6 Nov 2005 15:09:46 -0000 1.22
@@ -24,6 +24,7 @@
*
* \brief codec_adpcm.c - translate between signed linear and Dialogic ADPCM
*
+ * \ingroup codecs
*/
#include <fcntl.h>
Index: codec_alaw.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_alaw.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- codec_alaw.c 26 Oct 2005 13:03:17 -0000 1.14
+++ codec_alaw.c 6 Nov 2005 15:09:46 -0000 1.15
@@ -20,6 +20,7 @@
*
* \brief codec_alaw.c - translate between signed linear and alaw
*
+ * \ingroup codecs
*/
#include <fcntl.h>
Index: codec_g723_1.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_g723_1.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- codec_g723_1.c 26 Oct 2005 13:03:17 -0000 1.20
+++ codec_g723_1.c 6 Nov 2005 15:09:46 -0000 1.21
@@ -24,6 +24,7 @@
*
* \brief Translate between signed linear and G.723.1
*
+ * \ingroup codecs
*/
#define TYPE_HIGH 0x0
Index: codec_g726.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_g726.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- codec_g726.c 26 Oct 2005 13:03:17 -0000 1.14
+++ codec_g726.c 6 Nov 2005 15:09:46 -0000 1.15
@@ -24,6 +24,7 @@
*
* \brief codec_g726.c - translate between signed linear and ITU G.726-32kbps
*
+ * \ingroup codecs
*/
#include <fcntl.h>
Index: codec_gsm.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_gsm.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- codec_gsm.c 26 Oct 2005 13:03:17 -0000 1.20
+++ codec_gsm.c 6 Nov 2005 15:09:46 -0000 1.21
@@ -23,6 +23,7 @@
*
* \brief Translate between signed linear and Global System for Mobile
Communications (GSM)
*
+ * \ingroup codecs
*/
#include <fcntl.h>
Index: codec_ilbc.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_ilbc.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- codec_ilbc.c 26 Oct 2005 13:03:17 -0000 1.13
+++ codec_ilbc.c 6 Nov 2005 15:09:46 -0000 1.14
@@ -22,6 +22,7 @@
*
* \brief Translate between signed linear and Internet Low Bitrate Codec
*
+ * \ingroup codecs
*/
#include <fcntl.h>
Index: codec_lpc10.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_lpc10.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- codec_lpc10.c 26 Oct 2005 13:03:17 -0000 1.18
+++ codec_lpc10.c 6 Nov 2005 15:09:46 -0000 1.19
@@ -24,6 +24,7 @@
*
* \brief Translate between signed linear and LPC10 (Linear Predictor Code)
*
+ * \ingroup codecs
*/
#include <fcntl.h>
Index: codec_speex.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_speex.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- codec_speex.c 26 Oct 2005 13:03:17 -0000 1.20
+++ codec_speex.c 6 Nov 2005 15:09:46 -0000 1.21
@@ -24,6 +24,7 @@
* http://www.speex.org
* \note This work was motivated by Jeremy McNamara
* hacked to be configurable by anthm and bkw 9/28/2004
+ * \ingroup codecs
*/
#include <fcntl.h>
Index: codec_ulaw.c
===================================================================
RCS file: /usr/cvsroot/asterisk/codecs/codec_ulaw.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- codec_ulaw.c 26 Oct 2005 13:03:17 -0000 1.15
+++ codec_ulaw.c 6 Nov 2005 15:09:46 -0000 1.16
@@ -20,6 +20,7 @@
*
* \brief codec_ulaw.c - translate between signed linear and ulaw
*
+ * \ingroup codecs
*/
#include <fcntl.h>
_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs