|
FFmpeg
|
#include "libavutil/avstring.h"#include "libavutil/display.h"#include "libavutil/common.h"#include "libavutil/opt.h"#include "bsf.h"#include "bsf_internal.h"#include "cbs.h"#include "cbs_h264.h"#include "h264.h"#include "h264_levels.h"#include "h264_sei.h"Go to the source code of this file.
Data Structures | |
| struct | H264MetadataContext |
Macros | |
| #define | SET_VUI_FIELD(field) |
| #define | CROP(border, unit) |
| #define | OFFSET(x) offsetof(H264MetadataContext, x) |
| #define | FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
| #define | LEVEL(name, value) |
Enumerations | |
| enum | { PASS, INSERT, REMOVE, EXTRACT } |
| enum | { FLIP_HORIZONTAL = 1, FLIP_VERTICAL = 2 } |
| enum | { LEVEL_UNSET = -2, LEVEL_AUTO = -1 } |
Functions | |
| static int | h264_metadata_update_sps (AVBSFContext *bsf, H264RawSPS *sps) |
| static int | h264_metadata_update_side_data (AVBSFContext *bsf, AVPacket *pkt) |
| static int | h264_metadata_filter (AVBSFContext *bsf, AVPacket *pkt) |
| static int | h264_metadata_init (AVBSFContext *bsf) |
| static void | h264_metadata_close (AVBSFContext *bsf) |
Variables | |
| static const AVOption | h264_metadata_options [] |
| static const AVClass | h264_metadata_class |
| static enum AVCodecID | h264_metadata_codec_ids [] |
| const AVBitStreamFilter | ff_h264_metadata_bsf |
| #define SET_VUI_FIELD | ( | field | ) |
| #define CROP | ( | border, | |
| unit | |||
| ) |
| #define OFFSET | ( | x | ) | offsetof(H264MetadataContext, x) |
Definition at line 671 of file h264_metadata_bsf.c.
| #define FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Definition at line 672 of file h264_metadata_bsf.c.
| anonymous enum |
| Enumerator | |
|---|---|
| PASS | |
| INSERT | |
| REMOVE | |
| EXTRACT | |
Definition at line 32 of file h264_metadata_bsf.c.
| anonymous enum |
| Enumerator | |
|---|---|
| FLIP_HORIZONTAL | |
| FLIP_VERTICAL | |
Definition at line 39 of file h264_metadata_bsf.c.
| anonymous enum |
| Enumerator | |
|---|---|
| LEVEL_UNSET | |
| LEVEL_AUTO | |
Definition at line 44 of file h264_metadata_bsf.c.
|
static |
Definition at line 91 of file h264_metadata_bsf.c.
Referenced by h264_metadata_filter(), h264_metadata_init(), and h264_metadata_update_side_data().
|
static |
Definition at line 279 of file h264_metadata_bsf.c.
Referenced by h264_metadata_filter().
|
static |
Definition at line 322 of file h264_metadata_bsf.c.
|
static |
Definition at line 625 of file h264_metadata_bsf.c.
|
static |
Definition at line 663 of file h264_metadata_bsf.c.
|
static |
Definition at line 673 of file h264_metadata_bsf.c.
|
static |
Definition at line 796 of file h264_metadata_bsf.c.
|
static |
Definition at line 803 of file h264_metadata_bsf.c.
| const AVBitStreamFilter ff_h264_metadata_bsf |
Definition at line 807 of file h264_metadata_bsf.c.
1.8.17