|
| int | ogg_page_version (const ogg_page *og) |
| int | ogg_page_continued (const ogg_page *og) |
| int | ogg_page_bos (const ogg_page *og) |
| int | ogg_page_eos (const ogg_page *og) |
| ogg_int64_t | ogg_page_granulepos (const ogg_page *og) |
| int | ogg_page_serialno (const ogg_page *og) |
| long | ogg_page_pageno (const ogg_page *og) |
| int | ogg_page_packets (const ogg_page *og) |
| int | ogg_stream_init (ogg_stream_state *os, int serialno) |
| int | ogg_stream_check (ogg_stream_state *os) |
| int | ogg_stream_clear (ogg_stream_state *os) |
| int | ogg_stream_destroy (ogg_stream_state *os) |
| static int | _os_body_expand (ogg_stream_state *os, long needed) |
| static int | _os_lacing_expand (ogg_stream_state *os, long needed) |
| static ogg_uint32_t | _os_update_crc (ogg_uint32_t crc, unsigned char *buffer, int size) |
| void | ogg_page_checksum_set (ogg_page *og) |
| int | ogg_stream_iovecin (ogg_stream_state *os, ogg_iovec_t *iov, int count, long e_o_s, ogg_int64_t granulepos) |
| int | ogg_stream_packetin (ogg_stream_state *os, ogg_packet *op) |
| static int | ogg_stream_flush_i (ogg_stream_state *os, ogg_page *og, int force, int nfill) |
| int | ogg_stream_flush (ogg_stream_state *os, ogg_page *og) |
| int | ogg_stream_flush_fill (ogg_stream_state *os, ogg_page *og, int nfill) |
| int | ogg_stream_pageout (ogg_stream_state *os, ogg_page *og) |
| int | ogg_stream_pageout_fill (ogg_stream_state *os, ogg_page *og, int nfill) |
| int | ogg_stream_eos (ogg_stream_state *os) |
| int | ogg_sync_init (ogg_sync_state *oy) |
| int | ogg_sync_clear (ogg_sync_state *oy) |
| int | ogg_sync_destroy (ogg_sync_state *oy) |
| int | ogg_sync_check (ogg_sync_state *oy) |
| char * | ogg_sync_buffer (ogg_sync_state *oy, long size) |
| int | ogg_sync_wrote (ogg_sync_state *oy, long bytes) |
| long | ogg_sync_pageseek (ogg_sync_state *oy, ogg_page *og) |
| int | ogg_sync_pageout (ogg_sync_state *oy, ogg_page *og) |
| int | ogg_stream_pagein (ogg_stream_state *os, ogg_page *og) |
| int | ogg_sync_reset (ogg_sync_state *oy) |
| int | ogg_stream_reset (ogg_stream_state *os) |
| int | ogg_stream_reset_serialno (ogg_stream_state *os, int serialno) |
| static int | _packetout (ogg_stream_state *os, ogg_packet *op, int adv) |
| int | ogg_stream_packetout (ogg_stream_state *os, ogg_packet *op) |
| int | ogg_stream_packetpeek (ogg_stream_state *os, ogg_packet *op) |
| void | ogg_packet_clear (ogg_packet *op) |