[vorbis-dev] vorbis patch for latest code

Scott Velasquez scottv at gearboxsoftware.com
Mon Mar 3 14:08:17 PST 2003



Here's the diff with context:

Index: include/vorbis/codec.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/include/vorbis/codec.h,v
retrieving revision 1.42
diff -c -r1.42 codec.h
*** include/vorbis/codec.h      3 Mar 2003 19:52:22 -0000       1.42
--- include/vorbis/codec.h      3 Mar 2003 22:06:38 -0000
***************
*** 209,214 ****
--- 209,215 ----
  extern int      vorbis_synthesis_lapout(vorbis_dsp_state *v,float
***pcm);
  extern int      vorbis_synthesis_read(vorbis_dsp_state *v,int
samples);
  extern long     vorbis_packet_blocksize(vorbis_info *vi,ogg_packet
*op);
+ extern float* vorbis_window(vorbis_dsp_state *v,int W);

  /* Vorbis ERRORS and return codes ***********************************/

<p>Index: win32/vorbis.def
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbis.def,v
retrieving revision 1.10
diff -c -r1.10 vorbis.def
*** win32/vorbis.def    4 Jul 2002 09:13:41 -0000       1.10
--- win32/vorbis.def    3 Mar 2003 22:06:39 -0000
***************
*** 36,40 ****
--- 36,44 ----
  vorbis_synthesis_headerin
  vorbis_synthesis_init
  vorbis_synthesis_pcmout
+ vorbis_synthesis_lapout
+
+ vorbis_window
+
  vorbis_synthesis_read
  vorbis_synthesis_trackonly

Index: win32/vorbisfile.def
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbisfile.def,v
retrieving revision 1.4
diff -c -r1.4 vorbisfile.def
*** win32/vorbisfile.def        21 Jul 2002 23:18:29 -0000      1.4
--- win32/vorbisfile.def        3 Mar 2003 22:06:39 -0000
***************
*** 31,33 ****
--- 31,34 ----
  ov_test
  ov_test_callbacks
  ov_test_open
+ ov_crosslap
cvs server: Diffing win32/src

-scottv

-----Original Message-----
From: owner-vorbis-dev at xiph.org [mailto:owner-vorbis-dev at xiph.org] On
Behalf Of Nicolas Pitre
Sent: Monday, March 03, 2003 3:07 PM
To: Scott Velasquez
Cc: vorbis-dev at xiph.org
Subject: Re: [vorbis-dev] vorbis patch for latest code

On Mon, 3 Mar 2003, Scott Velasquez wrote:

> Here are files that need to be modified for win32 systems to compile
with
> the latest changes (ov_crosslap, vorbis_window) by xiphmont:

Please could you use a unified diff output format with at least 3 lines
of 
context?  This makes patch reading much more enjoyable.

<p>Nicolas

--- >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
'vorbis-dev-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.

--- >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 'vorbis-dev-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 Vorbis-dev mailing list