Mercurial > hg > sv-dependency-builds
comparison src/libogg-1.3.0/win32/ogg.def @ 1:05aa0afa9217
Bring in flac, ogg, vorbis
author | Chris Cannam |
---|---|
date | Tue, 19 Mar 2013 17:37:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:c7265573341e | 1:05aa0afa9217 |
---|---|
1 ; $Id: ogg.def 14733 2008-04-14 21:27:06Z sping $ | |
2 ; | |
3 ; ogg.def | |
4 ; | |
5 LIBRARY | |
6 EXPORTS | |
7 ; | |
8 oggpack_writeinit | |
9 oggpack_writetrunc | |
10 oggpack_writealign | |
11 oggpack_writecopy | |
12 oggpack_reset | |
13 oggpack_writeclear | |
14 oggpack_readinit | |
15 oggpack_write | |
16 oggpack_look | |
17 oggpack_look1 | |
18 oggpack_adv | |
19 oggpack_adv1 | |
20 oggpack_read | |
21 oggpack_read1 | |
22 oggpack_bytes | |
23 oggpack_bits | |
24 oggpack_get_buffer | |
25 ; | |
26 oggpackB_writeinit | |
27 oggpackB_writetrunc | |
28 oggpackB_writealign | |
29 oggpackB_writecopy | |
30 oggpackB_reset | |
31 oggpackB_writeclear | |
32 oggpackB_readinit | |
33 oggpackB_write | |
34 oggpackB_look | |
35 oggpackB_look1 | |
36 oggpackB_adv | |
37 oggpackB_adv1 | |
38 oggpackB_read | |
39 oggpackB_read1 | |
40 oggpackB_bytes | |
41 oggpackB_bits | |
42 oggpackB_get_buffer | |
43 ; | |
44 ogg_stream_packetin | |
45 ogg_stream_pageout | |
46 ogg_stream_flush | |
47 ; | |
48 ogg_sync_init | |
49 ogg_sync_clear | |
50 ogg_sync_reset | |
51 ogg_sync_destroy | |
52 ogg_sync_buffer | |
53 ogg_sync_wrote | |
54 ogg_sync_pageseek | |
55 ogg_sync_pageout | |
56 ogg_stream_pagein | |
57 ogg_stream_packetout | |
58 ogg_stream_packetpeek | |
59 ; | |
60 ogg_stream_init | |
61 ogg_stream_clear | |
62 ogg_stream_reset | |
63 ogg_stream_reset_serialno | |
64 ogg_stream_destroy | |
65 ogg_stream_eos | |
66 ; | |
67 ogg_page_checksum_set | |
68 ogg_page_version | |
69 ogg_page_continued | |
70 ogg_page_bos | |
71 ogg_page_eos | |
72 ogg_page_granulepos | |
73 ogg_page_serialno | |
74 ogg_page_pageno | |
75 ogg_page_packets | |
76 ogg_packet_clear | |
77 | |
78 |