[xiph-cvs] cvs commit: speex/src speexdec.c speexenc.c

Jean-Marc Valin jm at xiph.org
Wed Nov 6 13:27:31 PST 2002



jm          02/11/06 16:27:31

  Modified:    .        TODO
               libspeex lsp.c
               src      speexdec.c speexenc.c
  Log:
  Misc. cosmetic stuff

Revision  Changes    Path
1.12      +5 -3      speex/TODO

Index: TODO
===================================================================
RCS file: /usr/local/cvsroot/speex/TODO,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- TODO	21 Oct 2002 20:50:29 -0000	1.11
+++ TODO	6 Nov 2002 21:27:31 -0000	1.12
@@ -2,9 +2,11 @@
 -Complete Speex RTP profile
 
 Features
--Support for intensity stereo
--Support for 32 kHz sampling rate
--Explicit encoding of DTMF/TTY?
+*Support for intensity stereo
+*Support for 32 kHz sampling rate
+*Explicit encoding of DTMF/TTY?
+*Add maximum bit-rate control for VBR
+*Add "VAD-only" VBR (constant bit-rate or comfort noise)
 
 Codec
 -Better VBR logic for choosing mode

<p><p>1.19      +1 -1      speex/libspeex/lsp.c

Index: lsp.c
===================================================================
RCS file: /usr/local/cvsroot/speex/libspeex/lsp.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- lsp.c	27 Oct 2002 06:01:30 -0000	1.18
+++ lsp.c	6 Nov 2002 21:27:31 -0000	1.19
@@ -68,7 +68,7 @@
 
 
 
-float cheb_poly_eva(float *coef,float x,int m,void *stack)
+static float cheb_poly_eva(float *coef,float x,int m,void *stack)
 /*  float coef[]  	coefficients of the polynomial to be evaluated 	*/
 /*  float x   		the point where polynomial is to be evaluated 	*/
 /*  int m 		order of the polynomial 			*/

<p><p>1.55      +4 -0      speex/src/speexdec.c

Index: speexdec.c
===================================================================
RCS file: /usr/local/cvsroot/speex/src/speexdec.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- speexdec.c	31 Oct 2002 20:25:09 -0000	1.54
+++ speexdec.c	6 Nov 2002 21:27:31 -0000	1.55
@@ -196,6 +196,10 @@
    printf (" -v, --version         Version information\n");
    printf (" --pf                  Deprecated, use --pf instead\n");
    printf (" --no-pf               Deprecated, use --no-pf instead\n");
+   printf ("\n");
+   printf ("More information is available from the Speex site: http://www.speex.org\n");
+   printf ("\n");
+   printf ("Please report bugs to the mailing list `speex-dev at xiph.org'.\n");
 }
 
 void version()

<p><p>1.54      +5 -2      speex/src/speexenc.c

Index: speexenc.c
===================================================================
RCS file: /usr/local/cvsroot/speex/src/speexenc.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- speexenc.c	4 Nov 2002 03:00:51 -0000	1.53
+++ speexenc.c	6 Nov 2002 21:27:31 -0000	1.54
@@ -155,8 +155,11 @@
    printf (" --be               Raw input is big-endian\n"); 
    printf (" --8bit             Raw input is 8-bit unsigned\n"); 
    printf (" --16bit            Raw input is 16-bit signed\n"); 
-   printf ("\n");  
-   printf ("Default Raw PCM input is 16-bit, little-endian, mono\n"); 
+   printf ("Default raw PCM input is 16-bit, little-endian, mono\n"); 
+   printf ("\n");
+   printf ("More information is available from the Speex site: http://www.speex.org\n");
+   printf ("\n");
+   printf ("Please report bugs to the mailing list `speex-dev at xiph.org'.\n");
 }
 
 void version()

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list