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 | copy_stream_props (AVStream *st, AVStream *source_st) |
|
static int | detect_stream_specific (AVFormatContext *avf, int idx) |
|
static int | match_streams_one_to_one (AVFormatContext *avf) |
|
static int | match_streams_exact_id (AVFormatContext *avf) |
|
static int | match_streams (AVFormatContext *avf) |
|
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 | filter_packet (AVFormatContext *avf, ConcatStream *cs, AVPacket *pkt) |
|
static int | packet_after_outpoint (ConcatContext *cat, AVPacket *pkt) |
|
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, AVFormatContext *cur_avf) |
|
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) |
Enumerator |
---|
MATCH_ONE_TO_ONE |
|
MATCH_EXACT_ID |
|
Definition at line 32 of file concatdec.c.
static char* get_keyword |
( |
uint8_t ** |
cursor | ) |
|
|
static |
static int safe_filename |
( |
const char * |
f | ) |
|
|
static |
Initial value:= {
{ "safe", "enable safe mode",
{ "auto_convert", "automatically convert bitstream format",
{ "segment_time_metadata", "output file segment start time and duration as packet metadata",
}
Definition at line 755 of file concatdec.c.
Initial value:= {
.class_name = "concat demuxer",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
static const AVOption options[]
Definition at line 765 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(void *opaque, uint8_t *buf, int buf_size)
static int concat_read_packet(AVFormatContext *avf, AVPacket *pkt)
Definition at line 773 of file concatdec.c.