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

Ralph Giles giles at xiph.org
Wed Oct 1 14:53:26 PDT 2003



giles       03/10/01 17:53:26

  Modified:    win32    vorbis.def vorbisfile.def
  Log:
  Add newer api entries to the win32 dll build. Thanks to John Edwards for
  the patch.

Revision  Changes    Path
1.12      +44 -40    vorbis/win32/vorbis.def

Index: vorbis.def
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbis.def,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- vorbis.def	8 May 2003 22:06:53 -0000	1.11
+++ vorbis.def	1 Oct 2003 21:53:25 -0000	1.12
@@ -1,43 +1,47 @@
-;
-; $Id: vorbis.def,v 1.11 2003/05/08 22:06:53 mauricio 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_comment_add
-vorbis_comment_add_tag
-vorbis_comment_clear
-vorbis_comment_init
-vorbis_comment_query
-vorbis_comment_query_count
-vorbis_commentheader_out
-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_synthesis_headerin
-vorbis_synthesis_init
-vorbis_synthesis_pcmout
-vorbis_synthesis_read
+;
+; $Id: vorbis.def,v 1.12 2003/10/01 21:53:25 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_comment_add
+vorbis_comment_add_tag
+vorbis_comment_clear
+vorbis_comment_init
+vorbis_comment_query
+vorbis_comment_query_count
+vorbis_commentheader_out
+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_synthesis_headerin
+vorbis_synthesis_init
+vorbis_synthesis_pcmout
+vorbis_synthesis_read
 vorbis_synthesis_trackonly
 vorbis_synthesis_restart
 vorbis_synthesis_lapout
-vorbis_window
+vorbis_window
+vorbis_synthesis_halfrate
+vorbis_synthesis_halfrate_p
+_analysis_output_always
+

<p><p>1.5       +4 -1      vorbis/win32/vorbisfile.def

Index: vorbisfile.def
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbisfile.def,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vorbisfile.def	21 Jul 2002 23:18:29 -0000	1.4
+++ vorbisfile.def	1 Oct 2003 21:53:25 -0000	1.5
@@ -1,7 +1,7 @@
 ;
 ; vorbisfile.def
 ;
-; last modified: $Id: vorbisfile.def,v 1.4 2002/07/21 23:18:29 msmith Exp $
+; last modified: $Id: vorbisfile.def,v 1.5 2003/10/01 21:53:25 giles Exp $
 ;
 LIBRARY
 EXPORTS
@@ -31,3 +31,6 @@
 ov_test
 ov_test_callbacks
 ov_test_open
+ov_crosslap
+ov_halfrate
+ov_halfrate_p

<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