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