|
FFmpeg
|
#include "libavutil/attributes_internal.h"#include "libavutil/avstring.h"#include "libavutil/avassert.h"#include "libavutil/bprint.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"#include "libavutil/opt.h"#include "libavutil/parseutils.h"#include "libavutil/timestamp.h"#include "libavcodec/codec_desc.h"#include "libavcodec/bsf.h"#include "avformat.h"#include "avio_internal.h"#include "demux.h"#include "internal.h"#include "url.h"Go to the source code of this file.
Data Structures | |
| struct | ConcatStream |
| struct | ConcatFile |
| struct | ConcatContext |
| struct | ParseSyntax |
Macros | |
| #define | FAIL(retcode) |
| #define | MAX_ARGS 3 |
| #define | NEEDS_UNSAFE (1 << 0) |
| #define | NEEDS_FILE (1 << 1) |
| #define | NEEDS_STREAM (1 << 2) |
| #define | OFFSET(x) |
| #define | DEC AV_OPT_FLAG_DECODING_PARAM |
Enumerations | |
| enum | ConcatMatchMode { MATCH_ONE_TO_ONE , MATCH_EXACT_ID } |
| enum | ParseDirective { DIR_FFCONCAT , DIR_FILE , DIR_DURATION , DIR_INPOINT , DIR_OUTPOINT , DIR_FPMETA , DIR_FPMETAS , DIR_OPTION , DIR_STREAM , DIR_EXSID , DIR_STMETA , DIR_STCODEC , DIR_STEDATA , DIR_CHAPTER } |
Variables | |
| static const ParseSyntax | syntax [] |
| static const AVOption | options [] |
| static const AVClass | concat_class |
| const FFInputFormat | ff_concat_demuxer |
| #define FAIL | ( | retcode | ) |
Definition at line 115 of file concatdec.c.
Referenced by add_file(), and concat_parse_script().
| #define MAX_ARGS 3 |
Definition at line 428 of file concatdec.c.
Referenced by concat_parse_script().
| #define NEEDS_UNSAFE (1 << 0) |
Definition at line 429 of file concatdec.c.
Referenced by concat_parse_script().
| #define NEEDS_FILE (1 << 1) |
Definition at line 430 of file concatdec.c.
Referenced by concat_parse_script().
| #define NEEDS_STREAM (1 << 2) |
Definition at line 431 of file concatdec.c.
Referenced by concat_parse_script().
| #define OFFSET | ( | x | ) |
Definition at line 989 of file concatdec.c.
| #define DEC AV_OPT_FLAG_DECODING_PARAM |
Definition at line 990 of file concatdec.c.
| enum ConcatMatchMode |
| Enumerator | |
|---|---|
| MATCH_ONE_TO_ONE | |
| MATCH_EXACT_ID | |
Definition at line 38 of file concatdec.c.
| enum ParseDirective |
| Enumerator | |
|---|---|
| DIR_FFCONCAT | |
| DIR_FILE | |
| DIR_DURATION | |
| DIR_INPOINT | |
| DIR_OUTPOINT | |
| DIR_FPMETA | |
| DIR_FPMETAS | |
| DIR_OPTION | |
| DIR_STREAM | |
| DIR_EXSID | |
| DIR_STMETA | |
| DIR_STCODEC | |
| DIR_STEDATA | |
| DIR_CHAPTER | |
Definition at line 439 of file concatdec.c.
|
static |
Definition at line 79 of file concatdec.c.
|
static |
Definition at line 85 of file concatdec.c.
Referenced by concat_parse_script().
|
static |
Definition at line 96 of file concatdec.c.
|
static |
Definition at line 117 of file concatdec.c.
Referenced by concat_parse_script().
Definition at line 176 of file concatdec.c.
Referenced by match_streams_exact_id(), and match_streams_one_to_one().
|
static |
Definition at line 203 of file concatdec.c.
Referenced by match_streams().
|
static |
Definition at line 245 of file concatdec.c.
Referenced by match_streams().
|
static |
Definition at line 265 of file concatdec.c.
Referenced by match_streams().
|
static |
Definition at line 287 of file concatdec.c.
Referenced by concat_read_packet(), and open_file().
|
static |
Definition at line 324 of file concatdec.c.
Referenced by open_next_file(), and probe_file().
|
static |
Definition at line 338 of file concatdec.c.
Referenced by add_file_chapters(), and open_file().
|
static |
Definition at line 384 of file concatdec.c.
Referenced by concat_read_header(), open_files(), open_next_file(), and real_seek().
|
static |
Definition at line 407 of file concatdec.c.
|
static |
Definition at line 473 of file concatdec.c.
Referenced by concat_read_header().
|
static |
Definition at line 673 of file concatdec.c.
Referenced by add_file_chapters().
|
static |
Definition at line 680 of file concatdec.c.
Referenced by concat_read_header().
|
static |
Definition at line 715 of file concatdec.c.
|
static |
Definition at line 762 of file concatdec.c.
Referenced by concat_read_packet().
|
static |
Definition at line 776 of file concatdec.c.
Referenced by concat_read_packet().
|
static |
Definition at line 801 of file concatdec.c.
Referenced by concat_read_packet().
|
static |
Definition at line 810 of file concatdec.c.
|
static |
Definition at line 894 of file concatdec.c.
Referenced by real_seek().
|
static |
Definition at line 912 of file concatdec.c.
Referenced by concat_seek().
|
static |
Definition at line 962 of file concatdec.c.
|
static |
Definition at line 456 of file concatdec.c.
Referenced by concat_parse_script(), ebml_parse_nest(), and is_ebml_id_valid().
|
static |
Definition at line 992 of file concatdec.c.
|
static |
Definition at line 1004 of file concatdec.c.
| const FFInputFormat ff_concat_demuxer |
Definition at line 1012 of file concatdec.c.