blob: f71c90e9850060980253a7feb227a22db5c8f822 [file] [log] [blame]
Lucas Eckelsf869a6f2012-08-06 15:15:24 -07001### From <ogg/ogg.h>
2
3# Ogg BITSTREAM PRIMITIVES: bitstream
4
5oggpack_writeinit
6oggpack_writetrunc
7oggpack_writealign
8oggpack_writecopy
9oggpack_reset
10oggpack_writeclear
11oggpack_readinit
12oggpack_write
13oggpack_look
14oggpack_look1
15oggpack_adv
16oggpack_adv1
17oggpack_read
18oggpack_read1
19oggpack_bytes
20oggpack_bits
21oggpack_get_buffer
22
23# Ogg BITSTREAM PRIMITIVES: encoding
24
25ogg_stream_packetin
26ogg_stream_pageout
27ogg_stream_flush
28
29# Ogg BITSTREAM PRIMITIVES: decoding
30
31ogg_sync_init
32ogg_sync_clear
33ogg_sync_reset
34ogg_sync_destroy
35
36ogg_sync_buffer
37ogg_sync_wrote
38ogg_sync_pageseek
39ogg_sync_pageout
40ogg_stream_pagein
41ogg_stream_packetout
42ogg_stream_packetpeek
43
44# Ogg BITSTREAM PRIMITIVES: general
45
46ogg_stream_init
47ogg_stream_clear
48ogg_stream_reset
49ogg_stream_reset_serialno
50ogg_stream_destroy
51ogg_stream_eos
52
53ogg_page_checksum_set
54
55ogg_page_version
56ogg_page_continued
57ogg_page_bos
58ogg_page_eos
59ogg_page_granulepos
60ogg_page_serialno
61ogg_page_pageno
62ogg_page_packets
63
64ogg_packet_clear