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_bsf.h"
#include "cbs_h264.h"
#include "cbs_sei.h"
#include "h264.h"
#include "h264_levels.h"
#include "h2645data.h"
#include "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 | { FLIP_HORIZONTAL = 1, FLIP_VERTICAL = 2 } |
enum | { LEVEL_UNSET = -2, LEVEL_AUTO = -1 } |
Functions | |
static int | h264_metadata_insert_aud (AVBSFContext *bsf, CodedBitstreamFragment *au) |
static int | h264_metadata_update_sps (AVBSFContext *bsf, H264RawSPS *sps) |
static int | h264_metadata_handle_display_orientation (AVBSFContext *bsf, AVPacket *pkt, CodedBitstreamFragment *au, int seek_point) |
static int | h264_metadata_update_fragment (AVBSFContext *bsf, AVPacket *pkt, CodedBitstreamFragment *au) |
static int | h264_metadata_init (AVBSFContext *bsf) |
Variables | |
static const CBSBSFType | h264_metadata_type |
static const AVOption | h264_metadata_options [] |
static const AVClass | h264_metadata_class |
static enum AVCodecID | h264_metadata_codec_ids [] |
const FFBitStreamFilter | ff_h264_metadata_bsf |
#define SET_VUI_FIELD | ( | field | ) |
#define CROP | ( | border, | |
unit | |||
) |
#define OFFSET | ( | x | ) | offsetof(H264MetadataContext, x) |
Definition at line 591 of file h264_metadata_bsf.c.
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Definition at line 592 of file h264_metadata_bsf.c.
anonymous enum |
Enumerator | |
---|---|
FLIP_HORIZONTAL | |
FLIP_VERTICAL |
Definition at line 35 of file h264_metadata_bsf.c.
anonymous enum |
Enumerator | |
---|---|
LEVEL_UNSET | |
LEVEL_AUTO |
Definition at line 40 of file h264_metadata_bsf.c.
|
static |
Definition at line 88 of file h264_metadata_bsf.c.
Referenced by h264_metadata_update_fragment().
|
static |
Definition at line 141 of file h264_metadata_bsf.c.
Referenced by h264_metadata_update_fragment().
|
static |
Definition at line 325 of file h264_metadata_bsf.c.
Referenced by h264_metadata_update_fragment().
|
static |
Definition at line 467 of file h264_metadata_bsf.c.
|
static |
Definition at line 551 of file h264_metadata_bsf.c.
|
static |
Definition at line 544 of file h264_metadata_bsf.c.
Referenced by h264_metadata_init().
|
static |
Definition at line 593 of file h264_metadata_bsf.c.
|
static |
Definition at line 704 of file h264_metadata_bsf.c.
|
static |
Definition at line 711 of file h264_metadata_bsf.c.
const FFBitStreamFilter ff_h264_metadata_bsf |
Definition at line 715 of file h264_metadata_bsf.c.