|
static int64_t | ogg_calc_pts (AVFormatContext *s, int idx, int64_t *dts) |
|
static int | ogg_new_stream (AVFormatContext *s, uint32_t serial) |
|
static int | ogg_restore (AVFormatContext *s) |
|
static void | free_stream (AVFormatContext *s, int i) |
|
static int | ogg_save (AVFormatContext *s) |
|
static int | ogg_reset (AVFormatContext *s) |
|
static const struct ogg_codec * | ogg_find_codec (uint8_t *buf, int size) |
|
static int | ogg_replace_stream (AVFormatContext *s, uint32_t serial, char *magic, int page_size, int probing) |
| Replace the current stream with a new one. More...
|
|
static int | data_packets_seen (const struct ogg *ogg) |
|
static int | buf_realloc (struct ogg_stream *os, int size) |
|
static int | ogg_read_page (AVFormatContext *s, int *sid, int probing) |
|
static int | ogg_packet (AVFormatContext *s, int *sid, int *dstart, int *dsize, int64_t *fpos) |
| find the next Ogg packet More...
|
|
static int | ogg_get_length (AVFormatContext *s) |
|
static int | ogg_read_close (AVFormatContext *s) |
|
static int | ogg_read_header (AVFormatContext *s) |
|
static void | ogg_validate_keyframe (AVFormatContext *s, int idx, int pstart, int psize) |
|
static int | ogg_read_packet (AVFormatContext *s, AVPacket *pkt) |
|
static int64_t | ogg_read_timestamp (AVFormatContext *s, int stream_index, int64_t *pos_arg, int64_t pos_limit) |
|
static int | ogg_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) |
|
static int | ogg_probe (const AVProbeData *p) |
|