FFmpeg
4.0.3
|
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
#include "libavutil/bprint.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/timestamp.h"
#include "avformat.h"
#include "internal.h"
#include "url.h"
Go to the source code of this file.
Data Structures | |
struct | ConcatStream |
struct | ConcatFile |
struct | ConcatContext |
Macros | |
#define | FAIL(retcode) do { ret = (retcode); goto fail; } while(0) |
#define | OFFSET(x) offsetof(ConcatContext, x) |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
Enumerations | |
enum | ConcatMatchMode { MATCH_ONE_TO_ONE, MATCH_EXACT_ID } |
Variables | |
static const AVOption | options [] |
static const AVClass | concat_class |
AVInputFormat | ff_concat_demuxer |
#define FAIL | ( | retcode | ) | do { ret = (retcode); goto fail; } while(0) |
Definition at line 106 of file concatdec.c.
Referenced by add_file(), and concat_read_header().
#define OFFSET | ( | x | ) | offsetof(ConcatContext, x) |
Definition at line 752 of file concatdec.c.
#define DEC AV_OPT_FLAG_DECODING_PARAM |
Definition at line 753 of file concatdec.c.
enum ConcatMatchMode |
Enumerator | |
---|---|
MATCH_ONE_TO_ONE | |
MATCH_EXACT_ID |
Definition at line 32 of file concatdec.c.
|
static |
Definition at line 70 of file concatdec.c.
|
static |
Definition at line 76 of file concatdec.c.
Referenced by concat_read_header().
|
static |
Definition at line 87 of file concatdec.c.
Referenced by add_file().
|
static |
Definition at line 108 of file concatdec.c.
Referenced by concat_read_header().
Definition at line 166 of file concatdec.c.
Referenced by match_streams_exact_id(), and match_streams_one_to_one().
|
static |
Definition at line 196 of file concatdec.c.
Referenced by match_streams().
|
static |
Definition at line 238 of file concatdec.c.
Referenced by match_streams().
|
static |
Definition at line 258 of file concatdec.c.
Referenced by match_streams().
|
static |
Definition at line 280 of file concatdec.c.
Referenced by concat_read_packet(), and open_file().
|
static |
Definition at line 317 of file concatdec.c.
Referenced by concat_read_header(), open_files(), open_next_file(), and real_seek().
|
static |
Definition at line 367 of file concatdec.c.
Referenced by concat_read_header().
|
static |
Definition at line 387 of file concatdec.c.
|
static |
Definition at line 512 of file concatdec.c.
Referenced by concat_read_packet().
|
static |
Definition at line 533 of file concatdec.c.
Referenced by concat_read_packet(), and cuvid_decode_packet().
|
static |
Definition at line 559 of file concatdec.c.
Referenced by concat_read_packet().
|
static |
Definition at line 568 of file concatdec.c.
|
static |
Definition at line 652 of file concatdec.c.
Referenced by real_seek(), and try_seek().
|
static |
Definition at line 662 of file concatdec.c.
Referenced by real_seek().
|
static |
Definition at line 680 of file concatdec.c.
Referenced by concat_seek().
|
static |
Definition at line 723 of file concatdec.c.
|
static |
Definition at line 755 of file concatdec.c.
|
static |
Definition at line 765 of file concatdec.c.
AVInputFormat ff_concat_demuxer |
Definition at line 773 of file concatdec.c.