[xiph-cvs] cvs commit: speex/win32/speexenc speexenc.dsp

Jean-Marc Valin jm at xiph.org
Sun Mar 23 08:59:07 PST 2003



jm          03/03/23 11:59:07

  Modified:    doc      manual.lyx
               win32/libspeex libspeex.dsp
               win32/speexenc speexenc.dsp
  Log:
  new project files by john33, spelling fixes by vanguardist

Revision  Changes    Path
1.65      +3 -3      speex/doc/manual.lyx

Index: manual.lyx
===================================================================
RCS file: /usr/local/cvsroot/speex/doc/manual.lyx,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- manual.lyx	23 Mar 2003 04:12:49 -0000	1.64
+++ manual.lyx	23 Mar 2003 16:59:06 -0000	1.65
@@ -90,7 +90,7 @@
 Designing for VoIP instead of cell phone use means that Speex must be robust
  to lost packets, but not to corrupted ones since packets either arrive
  unaltered or don't arrive at all.
- Also, the idea was to have a reasonnable complexity and memory requirement
+ Also, the idea was to have a reasonable complexity and memory requirement
  without compromising too much on the efficiency of the codec.
 \layout Standard
 
@@ -106,7 +106,7 @@
  
 \layout Standard
 
-The main characteristics can be summerized as follows:
+The main characteristics can be summarized as follows:
 \layout Itemize
 
 Free software/open-source
@@ -297,7 +297,7 @@
 bzip2
 \emph default 
  compression utilities.
- For normal use, the noise level at complexity 1is between 1 and 2 dB higher
+ For normal use, the noise level at complexity 1 is between 1 and 2 dB higher
  than at complexity 10, but the CPU requirements for complexity 10 is about
  5 times higher than for complexity 1.
  In practice, the best trade-off is between complexity 2 and 4, though higher

<p><p>1.5       +15 -9     speex/win32/libspeex/libspeex.dsp

Index: libspeex.dsp
===================================================================
RCS file: /usr/local/cvsroot/speex/win32/libspeex/libspeex.dsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libspeex.dsp	27 Jan 2003 05:01:36 -0000	1.4
+++ libspeex.dsp	23 Mar 2003 16:59:06 -0000	1.5
@@ -40,8 +40,9 @@
 # PROP Output_Dir "Release"
 # PROP Intermediate_Dir "Release"
 # PROP Target_Dir ""
+F90=df.exe
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
-# ADD CPP /nologo /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
+# ADD CPP /nologo /GX /Ox /Ot /Og /Oi /Oy /Ob2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
 # ADD BASE RSC /l 0x809 /d "NDEBUG"
 # ADD RSC /l 0x809 /d "NDEBUG"
 BSC32=bscmake.exe
@@ -63,6 +64,7 @@
 # PROP Output_Dir "Debug"
 # PROP Intermediate_Dir "Debug"
 # PROP Target_Dir ""
+F90=df.exe
 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c
 # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /GZ /c
 # ADD BASE RSC /l 0x809 /d "_DEBUG"
@@ -93,15 +95,15 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\libspeex\exc_20_32_table.c
+SOURCE=..\..\libspeex\exc_10_16_table.c
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\libspeex\exc_10_16_table.c
+SOURCE=..\..\libspeex\exc_10_32_table.c
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\libspeex\exc_10_32_table.c
+SOURCE=..\..\libspeex\exc_20_32_table.c
 # End Source File
 # Begin Source File
 
@@ -157,6 +159,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\libspeex\math_approx.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\libspeex\misc.c
 # End Source File
 # Begin Source File
@@ -173,11 +179,11 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\libspeex\stereo.c
+SOURCE=..\..\libspeex\sb_celp.c
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\libspeex\sb_celp.c
+SOURCE=..\..\libspeex\speex_callbacks.c
 # End Source File
 # Begin Source File
 
@@ -185,7 +191,7 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\libspeex\speex_callbacks.c
+SOURCE=..\..\libspeex\stereo.c
 # End Source File
 # Begin Source File
 
@@ -249,7 +255,7 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\libspeex\speex_stereo.h
+SOURCE=..\..\libspeex\speex_callbacks.h
 # End Source File
 # Begin Source File
 
@@ -257,7 +263,7 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\libspeex\speex_callbacks.h
+SOURCE=..\..\libspeex\speex_stereo.h
 # End Source File
 # Begin Source File
 

<p><p>1.3       +1 -1      speex/win32/speexenc/speexenc.dsp

Index: speexenc.dsp
===================================================================
RCS file: /usr/local/cvsroot/speex/win32/speexenc/speexenc.dsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- speexenc.dsp	23 Aug 2002 17:24:58 -0000	1.2
+++ speexenc.dsp	23 Mar 2003 16:59:07 -0000	1.3
@@ -42,7 +42,7 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /GX /O2 /I "../../../myov-1.0/ogg/include" /I "../../libspeex" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
+# ADD CPP /nologo /GX /Ox /Ot /Og /Oi /Oy /Ob2 /I "../../../myov/ogg/include" /I "../../libspeex" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
 # ADD BASE RSC /l 0x809 /d "NDEBUG"
 # ADD RSC /l 0x809 /d "NDEBUG"
 BSC32=bscmake.exe

<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