|
Last change
on this file since 35 was
15,
checked in by landauf, 18 years ago
|
|
added libogg
|
-
Property svn:executable set to
*
|
|
File size:
969 bytes
|
| Line | |
|---|
| 1 | ### From <ogg/ogg.h> |
|---|
| 2 | |
|---|
| 3 | # Ogg BITSTREAM PRIMITIVES: bitstream |
|---|
| 4 | |
|---|
| 5 | oggpack_writeinit |
|---|
| 6 | oggpack_writetrunc |
|---|
| 7 | oggpack_writealign |
|---|
| 8 | oggpack_writecopy |
|---|
| 9 | oggpack_reset |
|---|
| 10 | oggpack_writeclear |
|---|
| 11 | oggpack_readinit |
|---|
| 12 | oggpack_write |
|---|
| 13 | oggpack_look |
|---|
| 14 | oggpack_look1 |
|---|
| 15 | oggpack_adv |
|---|
| 16 | oggpack_adv1 |
|---|
| 17 | oggpack_read |
|---|
| 18 | oggpack_read1 |
|---|
| 19 | oggpack_bytes |
|---|
| 20 | oggpack_bits |
|---|
| 21 | oggpack_get_buffer |
|---|
| 22 | |
|---|
| 23 | # Ogg BITSTREAM PRIMITIVES: encoding |
|---|
| 24 | |
|---|
| 25 | ogg_stream_packetin |
|---|
| 26 | ogg_stream_pageout |
|---|
| 27 | ogg_stream_flush |
|---|
| 28 | |
|---|
| 29 | # Ogg BITSTREAM PRIMITIVES: decoding |
|---|
| 30 | |
|---|
| 31 | ogg_sync_init |
|---|
| 32 | ogg_sync_clear |
|---|
| 33 | ogg_sync_reset |
|---|
| 34 | ogg_sync_destroy |
|---|
| 35 | |
|---|
| 36 | ogg_sync_buffer |
|---|
| 37 | ogg_sync_wrote |
|---|
| 38 | ogg_sync_pageseek |
|---|
| 39 | ogg_sync_pageout |
|---|
| 40 | ogg_stream_pagein |
|---|
| 41 | ogg_stream_packetout |
|---|
| 42 | ogg_stream_packetpeek |
|---|
| 43 | |
|---|
| 44 | # Ogg BITSTREAM PRIMITIVES: general |
|---|
| 45 | |
|---|
| 46 | ogg_stream_init |
|---|
| 47 | ogg_stream_clear |
|---|
| 48 | ogg_stream_reset |
|---|
| 49 | ogg_stream_reset_serialno |
|---|
| 50 | ogg_stream_destroy |
|---|
| 51 | ogg_stream_eos |
|---|
| 52 | |
|---|
| 53 | ogg_page_checksum_set |
|---|
| 54 | |
|---|
| 55 | ogg_page_version |
|---|
| 56 | ogg_page_continued |
|---|
| 57 | ogg_page_bos |
|---|
| 58 | ogg_page_eos |
|---|
| 59 | ogg_page_granulepos |
|---|
| 60 | ogg_page_serialno |
|---|
| 61 | ogg_page_pageno |
|---|
| 62 | ogg_page_packets |
|---|
| 63 | |
|---|
| 64 | ogg_packet_clear |
|---|
Note: See
TracBrowser
for help on using the repository browser.