|
FFmpeg
|
#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 |
Definition at line 107 of file concatdec.c.
| #define OFFSET | ( | x | ) | offsetof(ConcatContext, x) |
Definition at line 764 of file concatdec.c.
| #define DEC AV_OPT_FLAG_DECODING_PARAM |
Definition at line 765 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 71 of file concatdec.c.
|
static |
Definition at line 77 of file concatdec.c.
Referenced by concat_read_header().
|
static |
Definition at line 88 of file concatdec.c.
Referenced by add_file().
|
static |
Definition at line 109 of file concatdec.c.
Referenced by concat_read_header().
Definition at line 168 of file concatdec.c.
Referenced by match_streams_exact_id(), and match_streams_one_to_one().
|
static |
Definition at line 198 of file concatdec.c.
Referenced by match_streams().
|
static |
Definition at line 240 of file concatdec.c.
Referenced by match_streams().
|
static |
Definition at line 260 of file concatdec.c.
Referenced by match_streams().
|
static |
Definition at line 282 of file concatdec.c.
Referenced by concat_read_packet(), and open_file().
|
static |
Definition at line 319 of file concatdec.c.
Referenced by open_file(), and open_next_file().
|
static |
Definition at line 332 of file concatdec.c.
Referenced by concat_read_header(), open_next_file(), and real_seek().
|
static |
Definition at line 380 of file concatdec.c.
Referenced by concat_read_header().
|
static |
Definition at line 400 of file concatdec.c.
|
static |
Definition at line 526 of file concatdec.c.
Referenced by concat_read_packet().
|
static |
Definition at line 540 of file concatdec.c.
Referenced by concat_read_packet(), and cuvid_decode_packet().
|
static |
Definition at line 566 of file concatdec.c.
Referenced by concat_read_packet().
|
static |
Definition at line 575 of file concatdec.c.
|
static |
Definition at line 659 of file concatdec.c.
Referenced by real_seek(), and try_seek().
|
static |
Definition at line 669 of file concatdec.c.
Referenced by real_seek().
|
static |
Definition at line 687 of file concatdec.c.
Referenced by concat_seek().
|
static |
Definition at line 737 of file concatdec.c.
|
static |
Definition at line 767 of file concatdec.c.
|
static |
Definition at line 777 of file concatdec.c.
| AVInputFormat ff_concat_demuxer |
Definition at line 785 of file concatdec.c.
1.8.17