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 int concat_seek |
( |
AVFormatContext * |
avf, |
|
|
int |
stream, |
|
|
int64_t |
min_ts, |
|
|
int64_t |
ts, |
|
|
int64_t |
max_ts, |
|
|
int |
flags |
|
) |
| |
|
static |
static char* get_keyword |
( |
uint8_t ** |
cursor | ) |
|
|
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 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 |
Initial value:= {
.class_name = "concat demuxer",
}
static const AVOption options[]
Definition at line 387 of file concatdec.c.
Initial value:= {
.name = "concat",
}
static int concat_read_close(AVFormatContext *avf)
static int concat_seek(AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
static av_cold int read_close(AVFormatContext *ctx)
static int concat_read_header(AVFormatContext *avf)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int concat_probe(AVProbeData *probe)
static const AVClass concat_class
static int read_header(FFV1Context *f)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
static int concat_read_packet(AVFormatContext *avf, AVPacket *pkt)
Definition at line 395 of file concatdec.c.
Initial value:= {
{ "safe", "enable safe mode",
}
Definition at line 381 of file concatdec.c.