FFmpeg
|
#include <float.h>
#include <stdint.h>
#include <string.h>
#include "avformat.h"
#include "matroska.h"
#include "libavutil/avstring.h"
#include "libavutil/dict.h"
#include "libavutil/opt.h"
#include "libavutil/time_internal.h"
Go to the source code of this file.
Data Structures | |
struct | AdaptationSet |
struct | WebMDashMuxContext |
Macros | |
#define | OFFSET(x) offsetof(WebMDashMuxContext, x) |
Variables | |
static const AVOption | options [] |
static const AVClass | webm_dash_class |
AVOutputFormat | ff_webm_dash_manifest_muxer |
#define OFFSET | ( | x | ) | offsetof(WebMDashMuxContext, x) |
Definition at line 520 of file webmdashenc.c.
|
static |
Definition at line 61 of file webmdashenc.c.
Referenced by write_adaptation_set(), and write_representation().
|
static |
Definition at line 66 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header(), and write_header().
|
static |
Definition at line 79 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 122 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 127 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 141 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 169 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 226 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 240 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 254 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 265 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 285 of file webmdashenc.c.
Referenced by write_adaptation_set().
|
static |
Definition at line 300 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 404 of file webmdashenc.c.
Referenced by webm_dash_manifest_write_header().
|
static |
Definition at line 472 of file webmdashenc.c.
|
static |
Definition at line 515 of file webmdashenc.c.
|
static |
Definition at line 521 of file webmdashenc.c.
|
static |
Definition at line 532 of file webmdashenc.c.
AVOutputFormat ff_webm_dash_manifest_muxer |
Definition at line 539 of file webmdashenc.c.