oggdec.c File Reference
Go to the source code of this file.
|
Functions |
| static int | ogg_save (AVFormatContext *s) |
| static int | ogg_restore (AVFormatContext *s, int discard) |
| static int | ogg_reset (ogg_t *ogg) |
| static ogg_codec_t * | ogg_find_codec (uint8_t *buf, int size) |
| static int | ogg_find_stream (ogg_t *ogg, int serial) |
| static int | ogg_new_stream (AVFormatContext *s, uint32_t serial) |
| static int | ogg_new_buf (ogg_t *ogg, int idx) |
| static int | ogg_read_page (AVFormatContext *s, int *str) |
| static int | ogg_packet (AVFormatContext *s, int *str, int *dstart, int *dsize) |
| static int | ogg_get_headers (AVFormatContext *s) |
| static uint64_t | ogg_gptopts (AVFormatContext *s, int i, uint64_t gp) |
| static int | ogg_get_length (AVFormatContext *s) |
| static int | ogg_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | ogg_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | ogg_read_close (AVFormatContext *s) |
| static int64_t | ogg_read_timestamp (AVFormatContext *s, int stream_index, int64_t *pos_arg, int64_t pos_limit) |
| static int | ogg_probe (AVProbeData *p) |
Variables |
| static ogg_codec_t * | ogg_codecs [] |
| AVInputFormat | ogg_demuxer |
Function Documentation
| static int ogg_reset |
( |
ogg_t * |
ogg |
) |
[static] |
| static ogg_codec_t* ogg_find_codec |
( |
uint8_t * |
buf, |
|
|
int |
size | |
|
) |
| | [static] |
| static int ogg_find_stream |
( |
ogg_t * |
ogg, |
|
|
int |
serial | |
|
) |
| | [static] |
| static int ogg_new_buf |
( |
ogg_t * |
ogg, |
|
|
int |
idx | |
|
) |
| | [static] |
| static int ogg_packet |
( |
AVFormatContext * |
s, |
|
|
int * |
str, |
|
|
int * |
dstart, |
|
|
int * |
dsize | |
|
) |
| | [static] |
Variable Documentation
Initial value:
Definition at line 40 of file oggdec.c.
Initial value:
{
"ogg",
"Ogg",
sizeof (ogg_t),
ogg_probe,
ogg_read_header,
ogg_read_packet,
ogg_read_close,
NULL,
ogg_read_timestamp,
.extensions = "ogg",
}
Definition at line 583 of file oggdec.c.