Go to the source code of this file.
|
static int | concat_probe (AVProbeData *probe) |
|
static char * | get_keyword (uint8_t **cursor) |
|
static int | safe_filename (const char *f) |
|
static int | add_file (AVFormatContext *avf, char *filename, ConcatFile **rfile, unsigned *nb_files_alloc) |
|
static int | open_file (AVFormatContext *avf, unsigned fileno) |
|
static int | concat_read_close (AVFormatContext *avf) |
|
static int | concat_read_header (AVFormatContext *avf) |
|
static int | open_next_file (AVFormatContext *avf) |
|
static int | concat_read_packet (AVFormatContext *avf, AVPacket *pkt) |
|
static void | rescale_interval (AVRational tb_in, AVRational tb_out, int64_t *min_ts, int64_t *ts, int64_t *max_ts) |
|
static int | try_seek (AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
|
static int | real_seek (AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
|
static int | concat_seek (AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags) |
|
#define FAIL |
( |
|
retcode | ) |
do { ret = (retcode); goto fail; } while(0) |
static char* get_keyword |
( |
uint8_t ** |
cursor | ) |
|
|
static |
static int safe_filename |
( |
const char * |
f | ) |
|
|
static |
static int try_seek |
( |
AVFormatContext * |
avf, |
|
|
int |
stream, |
|
|
int64_t |
min_ts, |
|
|
int64_t |
ts, |
|
|
int64_t |
max_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
static int real_seek |
( |
AVFormatContext * |
avf, |
|
|
int |
stream, |
|
|
int64_t |
min_ts, |
|
|
int64_t |
ts, |
|
|
int64_t |
max_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
static int concat_seek |
( |
AVFormatContext * |
avf, |
|
|
int |
stream, |
|
|
int64_t |
min_ts, |
|
|
int64_t |
ts, |
|
|
int64_t |
max_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:= {
{ "safe", "enable safe mode",
{ NULL }
}
Definition at line 394 of file concatdec.c.
Initial value:= {
.class_name = "concat demuxer",
}
Definition at line 400 of file concatdec.c.