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

Jack Moffitt jack at xiph.org
Sat Oct 28 19:51:04 PDT 2000



jack        00/10/28 19:51:04

  Added:       win32    vorbis.def vorbisfile.def
  Log:
  here are the def files

Revision  Changes    Path
1.1                  vorbis/win32/vorbis.def

Index: vorbis.def
===================================================================
; vorbis.def
LIBRARY vorbis
EXPORTS
vorbis_info_init
vorbis_info_clear
vorbis_comment_init
vorbis_comment_add
vorbis_comment_add_tag
vorbis_comment_query
vorbis_comment_query_count
vorbis_comment_clear
vorbis_block_init
vorbis_block_clear
vorbis_dsp_clear
vorbis_analysis_init
vorbis_analysis_headerout
vorbis_analysis_buffer
vorbis_analysis_wrote
vorbis_analysis_blockout
vorbis_analysis
vorbis_synthesis_headerin
vorbis_synthesis_init
vorbis_synthesis
vorbis_synthesis_blockin
vorbis_synthesis_pcmout
vorbis_synthesis_read

1.1                  vorbis/win32/vorbisfile.def

Index: vorbisfile.def
===================================================================
; vorbisfile.def
LIBRARY vorbisfile
EXPORTS
ov_clear
ov_open
ov_open_callbacks
ov_bitrate
ov_bitrate_instant
ov_streams
ov_seekable
ov_serialnumber
ov_raw_total
ov_pcm_total
ov_time_total
ov_raw_seek
ov_pcm_seek
ov_pcm_seek_page
ov_time_seek
ov_time_seek_page
ov_raw_tell
ov_pcm_tell
ov_time_tell
ov_info
ov_comment
ov_read

--- >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