FFmpeg
|
#include "libavutil/avstring.h"
#include "libavutil/display.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "bsf.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_OR_INFER(field, value, present_flag, infer) |
#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_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 CROP | ( | border, | |
unit | |||
) |
#define OFFSET | ( | x | ) | offsetof(H264MetadataContext, x) |
Definition at line 631 of file h264_metadata_bsf.c.
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Definition at line 632 of file h264_metadata_bsf.c.
anonymous enum |
Enumerator | |
---|---|
PASS | |
INSERT | |
REMOVE | |
EXTRACT |
Definition at line 31 of file h264_metadata_bsf.c.
anonymous enum |
Enumerator | |
---|---|
FLIP_HORIZONTAL | |
FLIP_VERTICAL |
Definition at line 38 of file h264_metadata_bsf.c.
anonymous enum |
Enumerator | |
---|---|
LEVEL_UNSET | |
LEVEL_AUTO |
Definition at line 43 of file h264_metadata_bsf.c.
|
static |
Definition at line 88 of file h264_metadata_bsf.c.
Referenced by h264_metadata_filter(), and h264_metadata_init().
|
static |
Definition at line 286 of file h264_metadata_bsf.c.
|
static |
Definition at line 585 of file h264_metadata_bsf.c.
|
static |
Definition at line 623 of file h264_metadata_bsf.c.
|
static |
Definition at line 633 of file h264_metadata_bsf.c.
|
static |
Definition at line 752 of file h264_metadata_bsf.c.
|
static |
Definition at line 759 of file h264_metadata_bsf.c.
const AVBitStreamFilter ff_h264_metadata_bsf |
Definition at line 763 of file h264_metadata_bsf.c.