Mercurial > hg > sv-dependency-builds
annotate src/libvorbis-1.3.3/win32/vorbis.def @ 148:b4bfdf10c4b3
Update Win64 capnp builds to v0.6
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 22 May 2017 18:56:49 +0100 |
parents | 98c1576536ae |
children |
rev | line source |
---|---|
cannam@86 | 1 ; |
cannam@86 | 2 ; $Id: vorbis.def 16335 2009-07-25 22:52:38Z cristianadam $ |
cannam@86 | 3 ; |
cannam@86 | 4 LIBRARY |
cannam@86 | 5 EXPORTS |
cannam@86 | 6 _floor_P |
cannam@86 | 7 _mapping_P |
cannam@86 | 8 _residue_P |
cannam@86 | 9 ; |
cannam@86 | 10 vorbis_info_init |
cannam@86 | 11 vorbis_info_clear |
cannam@86 | 12 vorbis_info_blocksize |
cannam@86 | 13 ; |
cannam@86 | 14 vorbis_comment_init |
cannam@86 | 15 vorbis_comment_add |
cannam@86 | 16 vorbis_comment_add_tag |
cannam@86 | 17 vorbis_comment_query |
cannam@86 | 18 vorbis_comment_query_count |
cannam@86 | 19 vorbis_comment_clear |
cannam@86 | 20 ; |
cannam@86 | 21 vorbis_block_init |
cannam@86 | 22 vorbis_block_clear |
cannam@86 | 23 vorbis_dsp_clear |
cannam@86 | 24 vorbis_granule_time |
cannam@86 | 25 ; |
cannam@86 | 26 vorbis_analysis_init |
cannam@86 | 27 vorbis_commentheader_out |
cannam@86 | 28 vorbis_analysis_headerout |
cannam@86 | 29 vorbis_analysis_buffer |
cannam@86 | 30 vorbis_analysis_wrote |
cannam@86 | 31 vorbis_analysis_blockout |
cannam@86 | 32 vorbis_analysis |
cannam@86 | 33 vorbis_bitrate_addblock |
cannam@86 | 34 vorbis_bitrate_flushpacket |
cannam@86 | 35 ; |
cannam@86 | 36 vorbis_synthesis_headerin |
cannam@86 | 37 vorbis_synthesis_init |
cannam@86 | 38 vorbis_synthesis_restart |
cannam@86 | 39 vorbis_synthesis |
cannam@86 | 40 vorbis_synthesis_trackonly |
cannam@86 | 41 vorbis_synthesis_blockin |
cannam@86 | 42 vorbis_synthesis_pcmout |
cannam@86 | 43 vorbis_synthesis_lapout |
cannam@86 | 44 vorbis_synthesis_read |
cannam@86 | 45 vorbis_packet_blocksize |
cannam@86 | 46 vorbis_synthesis_halfrate |
cannam@86 | 47 vorbis_synthesis_halfrate_p |
cannam@86 | 48 vorbis_synthesis_idheader |
cannam@86 | 49 ; |
cannam@86 | 50 vorbis_window |
cannam@86 | 51 ;_analysis_output_always |
cannam@86 | 52 vorbis_encode_init |
cannam@86 | 53 vorbis_encode_setup_managed |
cannam@86 | 54 vorbis_encode_setup_vbr |
cannam@86 | 55 vorbis_encode_init_vbr |
cannam@86 | 56 vorbis_encode_setup_init |
cannam@86 | 57 vorbis_encode_ctl |
cannam@86 | 58 ; |
cannam@86 | 59 vorbis_version_string |