|
FFmpeg
|
#include "libavutil/common.h"#include "libavutil/opt.h"#include "bsf.h"#include "bsf_internal.h"#include "cbs.h"#include "cbs_bsf.h"#include "cbs_h265.h"#include "hevc.h"#include "h265_profile_level.h"Go to the source code of this file.
Data Structures | |
| struct | H265MetadataContext |
Macros | |
| #define | SET_OR_INFER(field, value, present_flag, infer) |
| #define | CROP(border, unit) |
| #define | OFFSET(x) offsetof(H265MetadataContext, x) |
| #define | FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
| #define | LEVEL(name, value) |
Enumerations | |
| enum | { LEVEL_UNSET = -2, LEVEL_AUTO = -1 } |
Functions | |
| static void | h265_metadata_guess_level (AVBSFContext *bsf, const CodedBitstreamFragment *au) |
| static void | h265_metadata_update_level (AVBSFContext *bsf, uint8_t *level_idc) |
| static int | h265_metadata_update_vps (AVBSFContext *bsf, H265RawVPS *vps) |
| static int | h265_metadata_update_sps (AVBSFContext *bsf, H265RawSPS *sps) |
| static int | h265_metadata_update_fragment (AVBSFContext *bsf, AVPacket *pkt, CodedBitstreamFragment *au) |
| static int | h265_metadata_init (AVBSFContext *bsf) |
Variables | |
| static const CBSBSFType | h265_metadata_type |
| static const AVOption | h265_metadata_options [] |
| static const AVClass | h265_metadata_class |
| static enum AVCodecID | h265_metadata_codec_ids [] |
| const FFBitStreamFilter | ff_hevc_metadata_bsf |
| #define CROP | ( | border, | |
| unit | |||
| ) |
| #define OFFSET | ( | x | ) | offsetof(H265MetadataContext, x) |
Definition at line 412 of file h265_metadata_bsf.c.
| #define FLAGS (AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_BSF_PARAM) |
Definition at line 413 of file h265_metadata_bsf.c.
| anonymous enum |
| Enumerator | |
|---|---|
| LEVEL_UNSET | |
| LEVEL_AUTO | |
Definition at line 30 of file h265_metadata_bsf.c.
|
static |
Definition at line 67 of file h265_metadata_bsf.c.
Referenced by h265_metadata_update_fragment().
|
static |
Definition at line 136 of file h265_metadata_bsf.c.
Referenced by h265_metadata_update_sps(), and h265_metadata_update_vps().
|
static |
Definition at line 159 of file h265_metadata_bsf.c.
Referenced by h265_metadata_update_fragment().
|
static |
Definition at line 189 of file h265_metadata_bsf.c.
Referenced by h265_metadata_update_fragment().
|
static |
Definition at line 332 of file h265_metadata_bsf.c.
|
static |
Definition at line 407 of file h265_metadata_bsf.c.
|
static |
Definition at line 400 of file h265_metadata_bsf.c.
Referenced by h265_metadata_init().
|
static |
Definition at line 414 of file h265_metadata_bsf.c.
|
static |
Definition at line 491 of file h265_metadata_bsf.c.
|
static |
Definition at line 498 of file h265_metadata_bsf.c.
| const FFBitStreamFilter ff_hevc_metadata_bsf |
Definition at line 502 of file h265_metadata_bsf.c.
1.8.17