[xiph-cvs] cvs commit: vorbis/win32 vorbis.def vorbisenc.def vorbisfile.def

Ralph Giles giles at xiph.org
Wed Oct 1 15:27:26 PDT 2003



giles       03/10/01 18:27:26

  Modified:    win32    vorbis.def vorbisenc.def vorbisfile.def
  Log:
  An attempt to rationalize the dll exports against the headers for vorbis
  1.0.1. I've added all the new functions, and more dangerously, moved all
  the vorbis_encode_* to vorbisenc.def.
  
  I have no idea what I'm doing here, so testing please. In particular,
  make sure binary compatibility is preserved for apps linked against
  1.0.0.

Revision  Changes    Path
1.13      +31 -28    vorbis/win32/vorbis.def

Index: vorbis.def
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbis.def,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vorbis.def	1 Oct 2003 21:53:25 -0000	1.12
+++ vorbis.def	1 Oct 2003 22:27:26 -0000	1.13
@@ -1,47 +1,50 @@
 ;
-; $Id: vorbis.def,v 1.12 2003/10/01 21:53:25 giles Exp $
+; $Id: vorbis.def,v 1.13 2003/10/01 22:27:26 giles Exp $
 ; 
 LIBRARY
 EXPORTS
 _floor_P
 _mapping_P
 _residue_P
-vorbis_analysis
-vorbis_analysis_blockout
-vorbis_analysis_buffer
-vorbis_analysis_headerout
-vorbis_analysis_init
-vorbis_analysis_wrote
-vorbis_block_clear
-vorbis_block_init
-vorbis_bitrate_addblock
-vorbis_bitrate_flushpacket
+;
+vorbis_info_init
+vorbis_info_clear
+vorbis_info_blocksize
+;
+vorbis_comment_init
 vorbis_comment_add
 vorbis_comment_add_tag
-vorbis_comment_clear
-vorbis_comment_init
 vorbis_comment_query
 vorbis_comment_query_count
-vorbis_commentheader_out
+vorbis_comment_clear
+;
+vorbis_block_init
+vorbis_block_clear
 vorbis_dsp_clear
-vorbis_encode_setup_init
-vorbis_encode_setup_managed
-vorbis_encode_setup_vbr
-vorbis_info_blocksize
-vorbis_info_clear
-vorbis_info_init
-vorbis_packet_blocksize
-vorbis_synthesis
-vorbis_synthesis_blockin
+vorbis_granule_time
+;
+vorbis_analysis_init
+vorbis_commentheader_out
+vorbis_analysis_headerout
+vorbis_analysis_buffer
+vorbis_analysis_wrote
+vorbis_analysis_blockout
+vorbis_analysis
+vorbis_bitrate_addblock
+vorbis_bitrate_flushpacket
+;
 vorbis_synthesis_headerin
 vorbis_synthesis_init
-vorbis_synthesis_pcmout
-vorbis_synthesis_read
-vorbis_synthesis_trackonly
 vorbis_synthesis_restart
+vorbis_synthesis
+vorbis_synthesis_trackonly
+vorbis_synthesis_blockin
+vorbis_synthesis_pcmout
 vorbis_synthesis_lapout
-vorbis_window
+vorbis_synthesis_read
+vorbis_packet_blocksize
 vorbis_synthesis_halfrate
 vorbis_synthesis_halfrate_p
+;
+vorbis_window
 _analysis_output_always
-

<p><p>1.4       +5 -1      vorbis/win32/vorbisenc.def

Index: vorbisenc.def
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbisenc.def,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vorbisenc.def	29 Sep 2001 22:49:49 -0000	1.3
+++ vorbisenc.def	1 Oct 2003 22:27:26 -0000	1.4
@@ -1,9 +1,13 @@
 ;
-; $Id: vorbisenc.def,v 1.3 2001/09/29 22:49:49 cwolf Exp $
+; $Id: vorbisenc.def,v 1.4 2003/10/01 22:27:26 giles Exp $
 ;
 LIBRARY
 
 EXPORTS
 vorbis_encode_init
+vorbis_encode_setup_managed
+vorbis_encode_setup_vbr
 vorbis_encode_init_vbr
+vorbis_encode_setup_init
 vorbis_encode_ctl
+

<p><p>1.6       +6 -1      vorbis/win32/vorbisfile.def

Index: vorbisfile.def
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbisfile.def,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vorbisfile.def	1 Oct 2003 21:53:25 -0000	1.5
+++ vorbisfile.def	1 Oct 2003 22:27:26 -0000	1.6
@@ -1,7 +1,7 @@
 ;
 ; vorbisfile.def
 ;
-; last modified: $Id: vorbisfile.def,v 1.5 2003/10/01 21:53:25 giles Exp $
+; last modified: $Id: vorbisfile.def,v 1.6 2003/10/01 22:27:26 giles Exp $
 ;
 LIBRARY
 EXPORTS
@@ -21,6 +21,11 @@
 ov_pcm_seek_page
 ov_time_seek
 ov_time_seek_page
+ov_raw_seek_lap
+ov_pcm_seek_lap
+ov_pcm_seek_page_lap
+ov_time_seek_lap
+ov_time_seek_page_lap
 ov_raw_tell
 ov_pcm_tell
 ov_time_tell

<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